From: Marek Gradzki Date: Thu, 16 Nov 2017 07:42:11 +0000 (+0100) Subject: HC tests: mark selected ACL test cases as rest only X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=04cd5744385ac7fe7b24624a639927fedb8ab4fe HC tests: mark selected ACL test cases as rest only Workaround for CSIT-863. ODL consumes a lot of memory which may cause vpp crashes. Change-Id: Ia26418568b126c2d261eeffb009eaf710bd8dfcb Signed-off-by: Marek Gradzki --- diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot index 2126f91a8e..302b22fa4e 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-pluginacl-apihc-apivat-func.robot @@ -324,6 +324,9 @@ | | ... | a reflexive "permit" rule) Finally, send the original packet again\ | | ... | and receive it from interface 2. | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup Interfaces And Bridge Domain For plugin-acl Test @@ -369,6 +372,9 @@ | | ... | to the other, using different IPv4 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Routed ACL test teardown - ipv4 | | ... | | Given Setup Interface IPs And Routes For IPv4 plugin-acl Test @@ -405,6 +411,9 @@ | | ... | to the other, using different IPv6 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Routed ACL test teardown - ipv6 | | ... | | Given Configure path in 2-node circular topology @@ -460,6 +469,9 @@ | | ... | | [Teardown] | Routed ACL test teardown - ipv4 | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | Given Setup Interface IPs And Routes For IPv4 plugin-acl Test | | ... | L4 | ${acl_name_l4} | | When Honeycomb Creates ACL Chain Through ACL plugin @@ -497,6 +509,9 @@ | | ... | | [Teardown] | Routed ACL test teardown - ipv4 | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | Given Setup Interface IPs And Routes For IPv4 plugin-acl Test | | ... | mixed | ${acl_name_mixed} | | When Honeycomb Creates ACL Chain Through ACL plugin @@ -533,6 +548,9 @@ | | ... | | [Teardown] | Routed ACL test teardown - ipv4 | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | Given Setup Interface IPs And Routes For IPv4 plugin-acl Test | | ... | icmp | ${acl_name_icmp} | | When Honeycomb Creates ACL Chain Through ACL plugin @@ -570,6 +588,9 @@ | | ... | to the other, using different codes and types. Receive all packets\ | | ... | except those with the filtered type and code. | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Routed ACL test teardown - ipv6 | | ... | | Given Configure path in 2-node circular topology @@ -628,6 +649,9 @@ | | ... | a reflexive "permit" rule) Finally, send the original packet again\ | | ... | and receive it from interface 2. | | ... +# CSIT-863: running ODL and HC on single node may cause out of memory errors +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Routed ACL test teardown - ipv4 | | ... | | Given Setup Interface IPs And Routes For IPv4 plugin-acl Test