Fix TC02 test case in mgmt-cfg-int-subint-apihc-apivat-func
[csit.git] / tests / honeycomb / func / mgmt-cfg-int-subint-apihc-apivat-func.robot
index b27c7f4..af32b6b 100644 (file)
@@ -17,6 +17,7 @@
 | Resource | resources/libraries/robot/honeycomb/sub_interface.robot
 | Resource | resources/libraries/robot/honeycomb/bridge_domain.robot
 | Resource | resources/libraries/robot/honeycomb/interfaces.robot
+| Library | resources.libraries.python.InterfaceUtil
 | Variables | resources/test_data/honeycomb/sub_interfaces.py
 | ...
 | Suite Setup | Set Up Honeycomb Functional Test Suite | ${node}
@@ -73,6 +74,7 @@
 | | ... | ${node} | ${super_if} | up
 | | When Honeycomb sets the sub-interface up
 | | ... | ${node} | ${super_if} | ${sub_if_id}
+| | Vpp Node Interfaces Ready Wait | ${node}
 | | Then Sub-interface state from Honeycomb should be
 | | ... | ${node} | ${super_if} | ${sub_if_id} | up | up
 | | And sub-interface state from VAT should be
 | | [Documentation] | Check if Honeycomb can configure an unnumbered interface\
 | | ... | on a sub-interface, borrowing the IP address of a physical interface.
 | | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
 | | Given sub-interface ipv4 address from Honeycomb should be empty
 | | ... | ${node} | ${super_if} | ${sub_if_id}
 | | And sub-interface ipv4 address from VAT should be empty
 | | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node}
 | | ... | ${super_if2}
 | | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
 | | Given IPv4 address from Honeycomb should be
 | | ... | ${node} | ${super_if2} | ${ipv4['address']} | ${ipv4['prefix-length']}
 | | And IPv4 address from VAT should be
 | TC24: Honeycomb can configure unnumbered interface using a sub-interface
 | | [Documentation] | Check if Honeycomb can configure an unnumbered interface\
 | | ... | on an interface, borrowing the IP address of a sub-interface.
+| | ...
+# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+| | [Tags] | EXPECTED_FAILING
+| | ...
 | | Given IPv4 address from Honeycomb should be empty | ${node} | ${super_if2}
 | | And ipv4 address from VAT should be empty | ${node} | ${super_if2}
 | | And sub-interface ipv4 address from Honeycomb should be empty