From b4604034b26f8161e95968f61f97ebc39774ad27 Mon Sep 17 00:00:00 2001
From: Dino Simeon Madarang <dino.simeonx.madarang@intel.com>
Date: Tue, 1 Sep 2015 11:38:50 +0100
Subject: [PATCH] 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 <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 | 1 -
 1 file changed, 1 deletion(-)

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}
-- 
2.16.6