diff options
Diffstat (limited to 'tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot index 9565564100..aff237df77 100644 --- a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot @@ -224,6 +224,9 @@ | | ... | on a physical interface, borrowing the IP address of another physical\ | | ... | interface. | | ... +# HC2VPP-330: Honeycomb fails to configure interface as unnumbered +| | [Tags] | EXPECTED_FAILING +| | ... | | Given Honeycomb sets interface IPv4 address | ${node} | | ... | ${interface2} | ${ipv4_address} | ${ipv4_prefix} | | When Honeycomb adds unnumbered configuration to interface @@ -244,6 +247,9 @@ | | [Documentation] | Check if Honeycomb can remove unnumbered configuration\ | | ... | from an interface. | | ... +# HC2VPP-330: Honeycomb fails to configure interface as unnumbered +| | [Tags] | EXPECTED_FAILING +| | ... | | Given IPv4 address from Honeycomb should be | | ... | ${node} | ${interface2} | ${ipv4_address} | ${ipv4_prefix} | | And IPv4 address from VAT should be |