From 6ef1947ba7d3e4b5538ba6f33128fe9d58bb9aad Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 9 Feb 2016 16:51:15 +0200 Subject: mpls tests --- .../regression/unit_tests/functional_tests/stl_basic_tests.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts/automation/regression/unit_tests/functional_tests') 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 e55fa804..07d72938 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 @@ -152,11 +152,15 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): ["udp_1pkt_mac.py","-m 1 -l 50",True], ["udp_1pkt.py","-m 1 -l 50",True], ["udp_1pkt_tuple_gen.py","-m 1 -l 50",True], - ["udp_rand_len_9k.py","-m 1 -l 50",False] # can't do the compare + ["udp_rand_len_9k.py","-m 1 -l 50",False], # can't do the compare + ["udp_1pkt_mpls.py","-m 1 -l 50",True], + ["udp_1pkt_mpls_vm.py","-m 1 ",True] ]; + #p=[ ["udp_1pkt_mpls_vm.py","-m 1 ",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) -- cgit