summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-10-31 00:34:41 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-10-31 00:34:41 +0200
commit5c26a46f33e56fd110f1b1a16ba7817c2cd094e1 (patch)
tree621f4e3824d376f3adb1834b70b4e6cf742b5e56
parent6bfe49e33c95c16c6fa7008aff58652a5864ca6e (diff)
regression: fix gtests in functional can't run on b94
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
-rw-r--r--scripts/automation/regression/functional_tests/cpp_gtests_test.py2
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('')