X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fhoneycomb%2Ffunc%2Fmgmt-cfg-int-subint-apihc-apivat-func.robot;h=12483ad86487833e5764065c8cbd7b3e3de236a7;hb=ee7c9ed2829ff45151934c2558a93de40b4cf608;hp=93362ff43b9203033020687adecce607f02a381f;hpb=06fd5a97542fe5e30d48c1bf20015fb63a79a729;p=csit.git diff --git a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot index 93362ff43b..12483ad864 100644 --- a/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-int-subint-apihc-apivat-func.robot @@ -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 @@ -190,7 +192,7 @@ | | ... | ${node} | ${super_if} | ${sub_if_id} | ${sub_bd_settings} | | Then sub-interface bridge domain Operational Data From Honeycomb Should Be | | ... | ${node} | ${super_if} | ${sub_if_id} | ${sub_bd_settings} -| | And sub-interface bridge domain Operational Data From VAT Should Be +| | And Sub-interface bridge domain Operational Data From PAPI Should Be | | ... | ${node} | ${sub_if_name} | ${sub_bd_settings} | | And sub-interface Operational Data From VAT Should Be | | ... | ${node} | ${sub_if_name} | ${sub_if_1_oper} @@ -471,7 +473,7 @@ | | [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 @@ -501,7 +503,7 @@ | | [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 @@ -531,7 +533,7 @@ | | [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}