bug_fix: Remove extra call to VNF start 83/1383/3
authorDino Simeon Madarang <dino.simeonx.madarang@intel.com>
Tue, 1 Sep 2015 10:38:50 +0000 (11:38 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 8 Sep 2015 15:53:05 +0000 (15:53 +0000)
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 <dino.simeonx.madarang@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
testcases/testcase.py

index 16e222b..7b349ec 100644 (file)
@@ -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}