Merge "Bugfix: kubernetes context do not implement _get_network"
[yardstick.git] / yardstick / benchmark / contexts / kubernetes.py
index cc3e326..a39f631 100644 (file)
@@ -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