X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcontexts%2Fdummy.py;h=8ae4b65b8cb0245ee7f764d8032b3f226861a9bc;hb=c1a4f5028f88e7e97e3ae2cc3f8aae6bf67c07b2;hp=c658d325709ec3bdba0121f79216627117d27c38;hpb=6f541e757283b528d8736e314b2490f28d3c2563;p=yardstick.git diff --git a/yardstick/benchmark/contexts/dummy.py b/yardstick/benchmark/contexts/dummy.py index c658d3257..8ae4b65b8 100644 --- a/yardstick/benchmark/contexts/dummy.py +++ b/yardstick/benchmark/contexts/dummy.py @@ -37,3 +37,6 @@ class DummyContext(Context): def _get_server(self, attr_name): return None + + def _get_network(self, attr_name): + return None