diff options
author | selias <samelias@cisco.com> | 2017-04-05 17:47:13 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-07 04:44:12 +0000 |
commit | 0b7283e206789dc8864d15f255cc9677de0b3d97 (patch) | |
tree | 29d01f09ac07724e4e7c023939121a0c50ffb765 /tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot | |
parent | 56abb005a83e54da35aa2afd32bfead11239f3b8 (diff) |
HC Test: update ACL-plugil test suite
- add EXPECTED_FAILING tags to IPv6 cases, next-header 17 (UDP) does not
hit the classify node
- fix MAC address mixup in reflexive cases
Change-Id: I3d2a6c73835e23b6755b033ac3a0cc3f28d932df
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot')
-rw-r--r-- | tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot b/tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot index 74480baa24..15fedd9e07 100644 --- a/tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot +++ b/tests/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot @@ -137,6 +137,8 @@ | | ... | [Ver] Send simple TCP and UDP packets from one TG interface\ | | ... | to the other, using different IPv6 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. +| | [Tags] | EXPECTED_FAILING +# VPP-687: IPv6 next-header does not match for UDP values | | [Teardown] | Run Keywords | | ... | Show Packet Trace on All DUTs | ${nodes} | AND | | ... | Read plugin-ACL configuration from VAT | ${node} | AND @@ -291,6 +293,8 @@ | | ... | [Ver] Send ICMPv6 packets from one TG interface\ | | ... | to the other, using different codes and types. Receive all packets\ | | ... | except those with the filtered type and code. +| | [Tags] | EXPECTED_FAILING +# VPP-687: IPv6 next-header does not match for UDP values | | [Teardown] | Run Keywords | | ... | Show Packet Trace on All DUTs | ${nodes} | AND | | ... | Read plugin-ACL configuration from VAT | ${node} | AND @@ -357,8 +361,8 @@ | | ... | TCP | ${src_port} | ${dst_port} | | And Send TCP Or UDP Packet | ${tg_node} | | ... | ${classify_dst} | ${classify_src} -| | ... | ${tg_to_dut_if2} | ${dut_to_tg_if2_mac} -| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2_mac} +| | ... | ${tg_to_dut_if2} | ${tg_to_dut_if2_mac} +| | ... | ${tg_to_dut_if1} | ${dut_to_tg_if2_mac} | | ... | TCP | ${dst_port} | ${src_port} | | And Send TCP Or UDP Packet | ${tg_node} | | ... | ${classify_src} | ${classify_dst} @@ -412,6 +416,8 @@ | | ... | [Ver] Send simple TCP and UDP packets from one TG interface\ | | ... | to the other, using different IPv6 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. +| | [Tags] | EXPECTED_FAILING +# VPP-687: IPv6 next-header does not match for UDP values | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} | | And Import Variables | resources/test_data/honeycomb/plugin_acl.py @@ -561,6 +567,8 @@ | | ... | [Ver] Send ICMPv6 packets from one TG interface\ | | ... | to the other, using different codes and types. Receive all packets\ | | ... | except those with the filtered type and code. +| | [Tags] | EXPECTED_FAILING +# VPP-687: IPv6 next-header does not match for UDP values | | Given Path for 2-node testing is set | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['TG']} | | And Import Variables | resources/test_data/honeycomb/plugin_acl.py @@ -641,8 +649,8 @@ | | ... | TCP | ${src_port} | ${dst_port} | | And Send TCP Or UDP Packet | ${tg_node} | | ... | ${classify_dst} | ${classify_src} -| | ... | ${tg_to_dut_if2} | ${dut_to_tg_if2_mac} -| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2_mac} +| | ... | ${tg_to_dut_if2} | ${tg_to_dut_if2_mac} +| | ... | ${tg_to_dut_if1} | ${dut_to_tg_if2_mac} | | ... | TCP | ${dst_port} | ${src_port} | | And Send TCP Or UDP Packet | ${tg_node} | | ... | ${classify_src} | ${classify_dst} |