summaryrefslogtreecommitdiff
path: root/cxmanage_test/fabric_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_test/fabric_test.py')
-rw-r--r--cxmanage_test/fabric_test.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/cxmanage_test/fabric_test.py b/cxmanage_test/fabric_test.py
index 69e7c03..96f76e6 100644
--- a/cxmanage_test/fabric_test.py
+++ b/cxmanage_test/fabric_test.py
@@ -454,7 +454,12 @@ class DummyNode(object):
self.sel = []
self.bmc = make_bmc(DummyBMC, hostname=ip_address, username=username,
password=password, verbose=False)
-
+
+ @property
+ def chassis_id(self):
+ """Returns 0 for chasis ID."""
+ return 0
+
def get_sel(self):
"""Simulate get_sel()"""
self.executed.append('get_sel')