From: Dino Simeon Madarang Date: Tue, 1 Sep 2015 10:38:50 +0000 (+0100) Subject: bug_fix: Remove extra call to VNF start X-Git-Tag: brahmaputra.1.0~98 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b4604034b26f8161e95968f61f97ebc39774ad27;p=vswitchperf.git bug_fix: Remove extra call to VNF start Remove call to VNF start since it is already called in __enter__ of VnfControllerPVP. VSPERF-66 Change-Id: I9c9174ffe7d03efacb6853c059b43c8a5ca66704 Signed-off-by: Dino Simeon Madarang Reviewed-by: Billy O Mahony Reviewed-by: Maryam Tahhan Reviewed-by: Martin Klozik Reviewed-by: Al Morton --- diff --git a/testcases/testcase.py b/testcases/testcase.py index 16e222bf..7b349ece 100644 --- a/testcases/testcase.py +++ b/testcases/testcase.py @@ -88,7 +88,6 @@ class TestCase(object): collector_ctl.log_cpu_stats() with vswitch_ctl, loadgen: with vnf_ctl: - vnf_ctl.start() traffic = {'traffic_type': self._traffic_type, 'bidir': self._bidir, 'multistream': self._multistream}