X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2F081_ietf_acl_traffic.robot;h=a0b967980a413b08fb488c0cde8bc7ea9c2ec116;hb=a9da1b4ca1e8cccef22a6e2b8bfa859a9ed04555;hp=93a0e7033000934e58cc0e3a0ba232e52506aa08;hpb=4a16abbba4ffac705b3ac389421dd21e78457cc0;p=csit.git diff --git a/tests/func/honeycomb/081_ietf_acl_traffic.robot b/tests/func/honeycomb/081_ietf_acl_traffic.robot index 93a0e70330..a0b967980a 100644 --- a/tests/func/honeycomb/081_ietf_acl_traffic.robot +++ b/tests/func/honeycomb/081_ietf_acl_traffic.robot @@ -46,7 +46,8 @@ | Suite Teardown | Run Keyword If Any Tests Failed | ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node} | Documentation | *Honeycomb access control lists test suite for IETF-ACL node.* -| Force Tags | Honeycomb_sanity +# Test suite out of date since https://gerrit.fd.io/r/#/c/4331/ +# | Force Tags | Honeycomb_sanity *** Test Cases *** | TC01: L2 ACL MAC filtering through IETF-ACL node @@ -345,11 +346,9 @@ | | Honeycomb sets interface state | ${dut_node} | ${dut_to_tg_if1} | up | | Honeycomb sets interface state | ${dut_node} | ${dut_to_tg_if2} | up | | Honeycomb sets interface ipv4 address with prefix | ${dut_node} -| | ... | ${dut_to_tg_if1} | ${dut_to_tg_if1_ip} -| | ... | ${prefix_length} | ${if_settings} +| | ... | ${dut_to_tg_if1} | ${dut_to_tg_if1_ip} | ${prefix_length} | | Honeycomb sets interface ipv4 address with prefix | ${dut_node} -| | ... | ${dut_to_tg_if2} | ${dut_to_tg_if2_ip} -| | ... | ${prefix_length} | ${if_settings} +| | ... | ${dut_to_tg_if2} | ${dut_to_tg_if2_ip} | ${prefix_length} # TODO: Configure routes through Honeycomb when implemented.(Honeycomb-58) | | Add ARP on DUT | | ... | ${node} | ${dut_to_tg_if2} | ${gateway} | ${tg_to_dut_if2_mac} @@ -368,7 +367,7 @@ | | ... | ${test_data_id} | ${acl_name} | | Honeycomb Sets Interface State | ${dut_node} | ${dut_to_tg_if1} | up | | Honeycomb Sets Interface State | ${dut_node} | ${dut_to_tg_if2} | up -| | Honeycomb Creates L2 Bridge Domain +| | Honeycomb Creates first L2 Bridge Domain | | ... | ${dut_node} | ${bd_name} | ${bd_settings} | | Honeycomb Adds Interfaces To Bridge Domain | | ... | ${dut_node} | ${dut_to_tg_if1} | ${dut_to_tg_if2}