diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-22 17:06:25 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-22 17:06:25 +0300 |
commit | 8e230286998bfa7a1dfcefe2493d5bee66d2746a (patch) | |
tree | dea698ff60c4819a744802981a818d59d6011547 /scripts/automation/regression/stateful_tests | |
parent | 6b12595f08d7d655d398e73753f3dad67982e856 (diff) |
regression: add disconnects + delay before running examples + at end of regression
revert profile udp_1ptk_simple.py and add new upd_for_benchmarks.py
Diffstat (limited to 'scripts/automation/regression/stateful_tests')
-rwxr-xr-x | scripts/automation/regression/stateful_tests/trex_general_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_general_test.py b/scripts/automation/regression/stateful_tests/trex_general_test.py index 4e3e07e8..d2aaefa9 100755 --- a/scripts/automation/regression/stateful_tests/trex_general_test.py +++ b/scripts/automation/regression/stateful_tests/trex_general_test.py @@ -274,7 +274,8 @@ class CTRexGeneral_Test(unittest.TestCase): # e.args += ('T-Rex has crashed!') # raise - def unzip_client_package(self): + @staticmethod + def unzip_client_package(): client_pkg_files = glob('%s/trex_client*.tar.gz' % CTRexScenario.scripts_path) if not len(client_pkg_files): raise Exception('Could not find client package') |