summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-22 11:43:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-22 11:43:07 +0000
commit9e33d405f33273c26b89f2ecdc49e42f1b560f02 (patch)
tree4d22ebb64e970bf7efd7e0280948aa96662f3c63 /yardstick/benchmark
parent1d1c746e56bf498054bcc21d1635f8958ac0b9c4 (diff)
parent71feb5eef59ca5b525b7313c1a24f1c60d0f6263 (diff)
Merge "Do not start collectd twice when SampleVNF is running on Baremetal" into stable/fraser
Diffstat (limited to 'yardstick/benchmark')
-rw-r--r--yardstick/benchmark/scenarios/networking/vnf_generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/networking/vnf_generic.py b/yardstick/benchmark/scenarios/networking/vnf_generic.py
index be2fa3f3b..78f866e25 100644
--- a/yardstick/benchmark/scenarios/networking/vnf_generic.py
+++ b/yardstick/benchmark/scenarios/networking/vnf_generic.py
@@ -441,7 +441,7 @@ class NetworkServiceTestCase(scenario_base.Scenario):
traffic_gen.listen_traffic(self.traffic_profile)
# register collector with yardstick for KPI collection.
- self.collector = Collector(self.vnfs, self.context_cfg["nodes"], self.traffic_profile)
+ self.collector = Collector(self.vnfs)
self.collector.start()
# Start the actual traffic