aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-22 03:14:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-22 03:14:08 +0000
commit9da77e9572bc9bd90b3978713b197339480a4a74 (patch)
tree41d9da47e684a43b43e6a8deb7f788d360b359d7 /yardstick/benchmark/scenarios/networking
parente71da0adfe3fae77311d7a75c5a74b87dfa0890e (diff)
parentb8d9d313a3bb9be599b5d4a0a0c188e9a19e5503 (diff)
Merge "Enable vnf/tg instantiate as blocking call."
Diffstat (limited to 'yardstick/benchmark/scenarios/networking')
-rw-r--r--yardstick/benchmark/scenarios/networking/vnf_generic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/networking/vnf_generic.py b/yardstick/benchmark/scenarios/networking/vnf_generic.py
index 9f8efa6dc..dcc372b8d 100644
--- a/yardstick/benchmark/scenarios/networking/vnf_generic.py
+++ b/yardstick/benchmark/scenarios/networking/vnf_generic.py
@@ -451,7 +451,6 @@ printf "%s/driver:" $1 ; basename $(readlink -s $1/device/driver); } \
for vnf in chain(traffic_runners, non_traffic_runners):
LOG.info("Instantiating %s", vnf.name)
vnf.instantiate(self.scenario_cfg, self.context_cfg)
- for vnf in chain(traffic_runners, non_traffic_runners):
LOG.info("Waiting for %s to instantiate", vnf.name)
vnf.wait_for_instantiate()
except RuntimeError: