From: imarom Date: Tue, 25 Oct 2016 13:02:41 +0000 (+0200) Subject: performance test did disconnect after end of tests X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3477703325cafe2a629e60c60e619dc576c16d62;p=trex.git performance test did disconnect after end of tests Signed-off-by: imarom --- diff --git a/scripts/automation/regression/stateless_tests/stl_performance_test.py b/scripts/automation/regression/stateless_tests/stl_performance_test.py index b17eba96..a77c5c27 100644 --- a/scripts/automation/regression/stateless_tests/stl_performance_test.py +++ b/scripts/automation/regression/stateless_tests/stl_performance_test.py @@ -69,7 +69,6 @@ class STLPerformance_Test(CStlGeneral_Test): def tearDown (self): - self.c.disconnect() CStlGeneral_Test.tearDown(self)