diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-10-31 00:34:41 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-10-31 00:34:41 +0200 |
commit | 5c26a46f33e56fd110f1b1a16ba7817c2cd094e1 (patch) | |
tree | 621f4e3824d376f3adb1834b70b4e6cf742b5e56 /scripts | |
parent | 6bfe49e33c95c16c6fa7008aff58652a5864ca6e (diff) |
regression: fix gtests in functional can't run on b94
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automation/regression/functional_tests/cpp_gtests_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/functional_tests/cpp_gtests_test.py b/scripts/automation/regression/functional_tests/cpp_gtests_test.py index 39d0c200..992676c2 100644 --- a/scripts/automation/regression/functional_tests/cpp_gtests_test.py +++ b/scripts/automation/regression/functional_tests/cpp_gtests_test.py @@ -26,7 +26,7 @@ def run_command(command, timeout = 15, poll_rate = 0.1, cwd = None): stdout_file.seek(0) return (proc.returncode, stdout_file.read().decode(errors = 'replace')) - +@attr('run_on_trex') class CPP_Test(functional_general_test.CGeneralFunctional_Test): def test_gtests_all(self): print('') |