From 2c9504ac710b7ae9021601b8947069d922040a34 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 18 Feb 2016 16:48:47 +0200 Subject: hltapi update: vlans (one or nested), ipv6, "imix" moved to stream builder --- .../regression/unit_tests/functional_tests/stl_basic_tests.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py') 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 a2249d5a..34bd42df 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,14 +187,15 @@ 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 hlt_profiles (self): + def test_hlt_profiles (self): p = ( - ['hlt/hlt_udp_inc_dec_len_9k.py', '-m 1 -l 40', True], + ['hlt/hlt_udp_inc_dec_len_9k.py', '-m 1 -l 20', True], + ['hlt/hlt_imix_default.py', '-m 1 -l 40', True], ) for obj in p: - self.run_py_profile_path (obj[0], obj[1], compare =obj[2], do_no_remove=False) + self.run_py_profile_path (obj[0], obj[1], compare =obj[2], do_no_remove=True) # valgrind tests def test_valgrind_various_profiles (self): -- cgit