diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-02-14 10:42:31 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-02-14 10:42:31 +0200 |
commit | ffbf4967fd10055686b60c7279f3bf86e29749bd (patch) | |
tree | 25ea96c4a14e1f3d73b266c169772a1496ebde7b /scripts/automation | |
parent | b7200880fe61d91f95a3ba1e3510faa5da2e83b2 (diff) |
fix vxlan test
Diffstat (limited to 'scripts/automation')
-rw-r--r-- | scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py | 7 |
1 files changed, 3 insertions, 4 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 393fdbff..1aec4173 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 @@ -148,7 +148,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): def test_stl_profiles (self): - p1 = [ + p0 = [ ["udp_1pkt_1mac_override.py","-m 1 -l 50",True], ["syn_attack.py","-m 1 -l 50",False], # can't compare random now ["udp_1pkt_1mac.py","-m 1 -l 50",True], @@ -177,12 +177,11 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test): ["udp_1pkt_pcap_relative_path.py","-m 1 -l 3",True], ["udp_1pkt_tuple_gen_split.py","-m 1 -c 2 -l 100",True], ["udp_1pkt_range_clients_split.py","-m 1 -c 2 -l 100",True], - - + ["udp_1pkt_vxlan.py","-m 1 -c 1 -l 17",True] ]; - p = [ ["udp_1pkt_vxlan.py","-m 1 -c 1 -l 17",True] ] + p1 = [ ["udp_1pkt_vxlan.py","-m 1 -c 1 -l 17",True] ] for obj in p: |