diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-31 08:38:25 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-06-01 05:37:43 +0000 |
commit | aea0a78dd1b090010b6b1262b82a34a2d107a85b (patch) | |
tree | 6f2966dc5b627ae50083fddff576b1ea07e0d1fd /tests | |
parent | 0b8f3b67cd8d35ac0833abf0040ce104af6f7aed (diff) |
HC Tests: disable failing ACL ODL tests (HC2VPP-337)
Change-Id: I1fa3e3876bcc0b4f5e9908cb4f6920d49eb6dd45
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-pluginacl-apihc-apivat-func.robot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-pluginacl-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-pluginacl-apihc-apivat-func.robot index 302b22fa4e..677dab1710 100644 --- a/tests/honeycomb/func/mgmt-cfg-pluginacl-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-pluginacl-apihc-apivat-func.robot @@ -102,6 +102,9 @@ | | ... | to the other, using different IPv4 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup Interfaces And Bridge Domain For plugin-acl Test @@ -138,6 +141,9 @@ | | ... | to the other, using different IPv6 IPs. Receive all packets except\ | | ... | those with IPs in the filtered ranges and UDP protocol payload. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup interfaces and bridge domain for plugin-acl test @@ -174,6 +180,9 @@ | | ... | to the other, using different ports. Receive all packets except\ | | ... | those with ports in the filtered ranges. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup interfaces and bridge domain for plugin-acl test @@ -211,6 +220,9 @@ | | ... | using IPs and ports. Receive all packets except those with\ | | ... | both IPs and ports in the filtered ranges. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup Interfaces And Bridge Domain For plugin-acl Test @@ -246,6 +258,9 @@ | | ... | to the other, using different codes and types. Receive all packets\ | | ... | except those with types and codes in the filtered ranges. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup interfaces and bridge domain for plugin-acl test @@ -284,6 +299,9 @@ | | ... | to the other, using different codes and types. Receive all packets\ | | ... | except those with the filtered type and code. | | ... +# HC2VPP-337: enable after ACL test failures in ODL tests are fixed +| | [Tags] | HC_REST_ONLY +| | ... | | [Teardown] | Bridged ACL test teardown | | ... | | Given Setup interfaces and bridge domain for plugin-acl test |