diff options
author | 2016-02-16 10:31:33 +0200 | |
---|---|---|
committer | 2016-02-16 10:31:33 +0200 | |
commit | 101c92840d9818866ea59e866a889a4b01e1fa97 (patch) | |
tree | 8e2226311c401b60309fa3fcfd40b0ef783e474f | |
parent | 36dfa18a5ac121206efb48e199da92a9bf9deda5 (diff) |
mask hlt test
-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 e44948c5..f4b67f05 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 @@ -187,7 +187,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): self.run_py_profile_path (obj[0],obj[1],compare =obj[2], do_no_remove=True) - def test_hlt_profiles (self): + def hlt_profiles (self): p = ( ['hlt/hlt_udp_inc_dec_len_9k.py', '-m 1 -l 40', True], ) |