X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fiacl%2Fipv4_iacl_untagged.robot;fp=tests%2Fsuites%2Fipv4%2Fipv4_iacl_untagged.robot;h=d840f38538e1ae8197990bf15e7c2188796d1ebd;hp=5421db7315985b22ed931493a5aece63f7872d15;hb=227795aff6a92512777bb03504f6299efa6d5d50;hpb=0d64eaa485d4c1180f0a22820aa0e982c4f2fca8 diff --git a/tests/suites/ipv4/ipv4_iacl_untagged.robot b/tests/suites/iacl/ipv4_iacl_untagged.robot similarity index 96% rename from tests/suites/ipv4/ipv4_iacl_untagged.robot rename to tests/suites/iacl/ipv4_iacl_untagged.robot index 5421db7315..d840f38538 100644 --- a/tests/suites/ipv4/ipv4_iacl_untagged.robot +++ b/tests/suites/iacl/ipv4_iacl_untagged.robot @@ -527,26 +527,3 @@ | | And Send TCP or UDP packet | ${tg_node} | | ... | ${test_src_ip} | ${test_dst_ip} | ${tg_to_dut1} | ${tg_to_dut1_mac} | | ... | ${tg_to_dut2} | ${dut1_to_tg_mac} | UDP | 110 | 25 - -| TC12: DUT with iACL MAC src-addr drops matching pkts -| | [Documentation] -| | ... | On DUT1 add source MAC address to classify table with 'deny'.\ -| | ... | Make TG verify matching packets are dropped. -| | Given Path for 3-node testing is set -| | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']} -| | And Interfaces in 3-node path are up -| | And L2 setup xconnect on DUT -| | ... | ${dut1_node} | ${dut1_to_dut2} | ${dut1_to_tg} -| | And L2 setup xconnect on DUT -| | ... | ${dut2_node} | ${dut2_to_dut1} | ${dut2_to_tg} -| | Then Send and receive ICMP Packet -| | ... | ${tg_node} | ${tg_to_dut1} | ${tg_to_dut2} -| | ${table_index} | ${skip_n} | ${match_n}= -| | ... | When Vpp Creates Classify Table L2 | ${dut1_node} | src -| | And Vpp Configures Classify Session L2 -| | ... | ${dut1_node} | deny | ${table_index} | ${skip_n} | ${match_n} -| | ... | src | ${tg_to_dut1_mac} -| | And Vpp Enable Input Acl Interface -| | ... | ${dut1_node} | ${dut1_to_tg} | ${l2_table} | ${table_index} -| | Then Send and receive ICMP Packet should failed -| | ... | ${tg_node} | ${tg_to_dut1} | ${tg_to_dut2}