From 58b8669c32c7a3f44b329edbf2246b2f0ac6b229 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 25 Feb 2016 17:18:41 -0500 Subject: hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than half of variable size, add 2 Wentong's profiles --- .../regression/unit_tests/functional_tests/stl_basic_tests.py | 2 ++ 1 file changed, 2 insertions(+) (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 f7638746..48ebefcd 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 @@ -206,6 +206,8 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): ['hlt/hlt_david2.py', '-m 1 -l 20', True], ['hlt/hlt_david3.py', '-m 1 -l 20', True], ['hlt/hlt_david4.py', '-m 1 -l 20', True], + ['hlt/hlt_wentong1.py', '-m 1 -l 20', True], + ['hlt/hlt_wentong2.py', '-m 1 -l 20', True], ['hlt/hlt_tcp_ranges.py', '-m 1 -l 20', True], ['hlt/hlt_udp_ports.py', '-m 1 -l 20', True], ['hlt/hlt_udp_random_ports.py', '-m 1 -l 20', True], -- cgit