aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yardstick/benchmark/contexts/kubernetes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yardstick/benchmark/contexts/kubernetes.py b/yardstick/benchmark/contexts/kubernetes.py
index cc3e326c6..a39f63137 100644
--- a/yardstick/benchmark/contexts/kubernetes.py
+++ b/yardstick/benchmark/contexts/kubernetes.py
@@ -135,3 +135,6 @@ class KubernetesContext(Context):
for n in resp.items if n.metadata.name.startswith(name))
return next(hosts, None)
+
+ def _get_network(self, attr_name):
+ return None