X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcontexts%2Fdummy.py;h=8ae4b65b8cb0245ee7f764d8032b3f226861a9bc;hb=dc4c82cda3362f1a1fa04340103846c4aa655ec5;hp=0edc250f85b0048784187927f4e2204d7ac66a5a;hpb=604905d36270e83a8ac2ffb80c2ca53830fca262;p=yardstick.git diff --git a/yardstick/benchmark/contexts/dummy.py b/yardstick/benchmark/contexts/dummy.py index 0edc250f8..8ae4b65b8 100644 --- a/yardstick/benchmark/contexts/dummy.py +++ b/yardstick/benchmark/contexts/dummy.py @@ -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