Check for network already created k8 93/59793/6
authorJohn O Loughlin <john.oloughlin@intel.com>
Fri, 13 Jul 2018 09:41:15 +0000 (10:41 +0100)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 20 Jul 2018 11:17:49 +0000 (11:17 +0000)
commitd0c9fc59e53cace276093f8785fbdcd16fb1d2aa
treee4acfb114b5bbcd9e4a981fb3cd55f0e46be5a63
parent438f7b5100e05ed668a0ea90674008a391eb5784
Check for network already created k8

When creating a network the host should be checked to see if the network
is already created. If the required network is already there it should be used.

JIRA: YARDSTICK-1315

Change-Id: I09b114a728364ee56397af70cc48f1b7904f06cc
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
yardstick/common/kubernetes_utils.py
yardstick/orchestrator/kubernetes.py
yardstick/tests/unit/common/test_kubernetes_utils.py
yardstick/tests/unit/orchestrator/test_kubernetes.py