From: Deepak S Date: Mon, 9 Oct 2017 21:35:18 +0000 (-0700) Subject: Bugfix: Update HW lb config VNF thread to start from core 1 X-Git-Tag: opnfv-6.0.0~363 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=25b1bb7046d079102f68081ce49e651e84666723;p=yardstick.git Bugfix: Update HW lb config VNF thread to start from core 1 Change-Id: Ib0007fa3689b90346598baaef5c6e88d4fdf444a Signed-off-by: Deepak S --- 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