aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-10-09 14:35:18 -0700
committerRoss Brattain <ross.b.brattain@intel.com>2017-10-10 15:51:33 -0700
commite26fbfde326ebed2d6b8702e5939cd424eef523d (patch)
treee5dbb144eb5fe9548c99bbb77e6281fcef0612d4 /yardstick
parent3119b72c74288864761c2bb6d24e0ba672bca42d (diff)
Bugfix: Update HW lb config VNF thread to start from core 1
Change-Id: Ib0007fa3689b90346598baaef5c6e88d4fdf444a Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/network_services/helpers/samplevnf_helper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yardstick/network_services/helpers/samplevnf_helper.py b/yardstick/network_services/helpers/samplevnf_helper.py
index 8159ec9f2..0174d9c0d 100644
--- a/yardstick/network_services/helpers/samplevnf_helper.py
+++ b/yardstick/network_services/helpers/samplevnf_helper.py
@@ -521,6 +521,9 @@ class MultiPortConfig(object):
self.pipeline_counter += 1
self.update_timer()
+ if self.lb_config == 'HW':
+ self.start_core = 1
+
for lb in self.lb_to_port_pair_mapping:
self.lb_index = lb
self.mul = 0