import/export: Validate remote host/port
[ganeti-local] / test / mocks.py
index 58e68c3..4c0ae07 100644 (file)
@@ -61,6 +61,10 @@ class FakeProc:
     def LogInfo(self, msg, *args, **kwargs):
         pass
 
+    def LogStep(self, current, total, message):
+        pass
+
+
 class FakeContext:
     """Fake context object"""