X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcontexts%2Fdummy.py;h=8ae4b65b8cb0245ee7f764d8032b3f226861a9bc;hb=dc4c82cda3362f1a1fa04340103846c4aa655ec5;hp=c658d325709ec3bdba0121f79216627117d27c38;hpb=c01ef0ea7530d3f47dade0af0f579b71aa662ecf;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