diff options
author | 2016-01-27 16:38:31 +0200 | |
---|---|---|
committer | 2016-01-27 16:38:31 +0200 | |
commit | 73d9481b063d851ba16dc853f7309e3080970408 (patch) | |
tree | aebb4dd97f2c93a180bd8aeb80e43d4598273cfd | |
parent | 1a9b06836031bb776e268314aefcced1e8b01afb (diff) |
minor change name
-rw-r--r-- | scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py index ae7228cd..d19d76b4 100644 --- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py +++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py @@ -14,7 +14,7 @@ import os import subprocess # should be set to run explicitly, not as part of all regression tests -@attr('requires_client') +@attr('run_on_trex') class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): def setUp (self): self.test_path = os.path.abspath(os.getcwd()) |