summaryrefslogtreecommitdiff
path: root/cxmanage_test/node_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_test/node_test.py')
-rw-r--r--cxmanage_test/node_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cxmanage_test/node_test.py b/cxmanage_test/node_test.py
index 2f0e83f..1853761 100644
--- a/cxmanage_test/node_test.py
+++ b/cxmanage_test/node_test.py
@@ -1011,6 +1011,9 @@ class DummyBMC(LanBMC):
# Writes a fake FRU image with version "0.0"
fru_image.write("x00" * 516 + "0.0" + "x00"*7673)
+ def pmic_get_version(self):
+ return "0"
+
# pylint: disable=R0913, R0903
class Partition(object):