Fix Tap failing tests
[csit.git] / tests / honeycomb / func / mgmt-cfg-int-subint-apihc-apivat-func.robot
index 93362ff..82bb5b2 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
+# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes
 | | [Tags] | EXPECTED_FAILING
 | | ...
 | | Given sub-interface ipv4 address from Honeycomb should be empty
 | | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node}
 | | ... | ${super_if2}
 | | ...
-# HC2VPP-330: Honeycomb fails to configure interface as unnumbered
+# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes
 | | [Tags] | EXPECTED_FAILING
 | | ...
 | | Given IPv4 address from Honeycomb should be
 | | [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
+# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes
 | | [Tags] | EXPECTED_FAILING
 | | ...
 | | Given IPv4 address from Honeycomb should be empty | ${node} | ${super_if2}