summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_examples_test.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-03-09 23:43:21 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-03-09 23:43:21 +0200
commit240dbb67fa16d8d55c64d7658d284e07ae59cdaf (patch)
tree80c157bee9e807312fa1e6f3944c14954b8c1a11 /scripts/automation/regression/stateless_tests/stl_examples_test.py
parentf4b44c0decd8229ffa978ca920b5366aef4be9c2 (diff)
regression: exchange --copy flag to --pkg argument, to run server with given package unzipped to /tmp/trex-scripts dir
Diffstat (limited to 'scripts/automation/regression/stateless_tests/stl_examples_test.py')
-rwxr-xr-xscripts/automation/regression/stateless_tests/stl_examples_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_examples_test.py b/scripts/automation/regression/stateless_tests/stl_examples_test.py
index 080bb3d3..9e4fffc9 100755
--- a/scripts/automation/regression/stateless_tests/stl_examples_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_examples_test.py
@@ -7,7 +7,6 @@ class STLExamples_Test(CStlGeneral_Test):
"""This class defines the IMIX testcase of the T-Rex traffic generator"""
def setUp(self):
- print 'STLExamples_Test setUp'
CStlGeneral_Test.setUp(self)
# examples connect by their own
if self.is_connected():
@@ -15,7 +14,6 @@ class STLExamples_Test(CStlGeneral_Test):
@classmethod
def tearDownClass(cls):
- print 'STLExamples_Test tearDownClass'
# connect back at end of tests
if not cls.is_connected():
CTRexScenario.stl_trex.connect()