diff options
author | 2016-01-31 17:44:56 +0200 | |
---|---|---|
committer | 2016-01-31 17:44:56 +0200 | |
commit | 2509553bb66732dc465ec5e2d9b710f5edabd362 (patch) | |
tree | 11449d11db52ea26d8faaaa58a7c327922414cbb /scripts/automation/regression/unit_tests | |
parent | 3eb4112dafd4ff78ad59cc78f7a4a00fd639e56a (diff) | |
parent | 1a935f2987f2885fc8af29ed866ec0b2125ee85c (diff) |
Merge check x64 bit OS
Diffstat (limited to 'scripts/automation/regression/unit_tests')
-rwxr-xr-x | scripts/automation/regression/unit_tests/trex_general_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automation/regression/unit_tests/trex_general_test.py b/scripts/automation/regression/unit_tests/trex_general_test.py index 9bcccaab..170baf84 100755 --- a/scripts/automation/regression/unit_tests/trex_general_test.py +++ b/scripts/automation/regression/unit_tests/trex_general_test.py @@ -54,6 +54,7 @@ class CTRexScenario(): router_image = None trex_version = None scripts_path = None + benchmark = None report_dir = 'reports' # logger = None |