Prohibit the importation of a list of libraries
[yardstick.git] / yardstick / benchmark / contexts / dummy.py
index 0edc250..8ae4b65 100644 (file)
@@ -33,7 +33,10 @@ class DummyContext(Context):
 
     def undeploy(self):
         """don't need to undeploy"""
-        pass
+        super(DummyContext, self).undeploy()
 
     def _get_server(self, attr_name):
         return None
+
+    def _get_network(self, attr_name):
+        return None