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=82bb5b2a8eb353e5b361cc7ec7897e974607cdc3;hb=5dc134628f7eef7fd609625c2ed291199ee6420f;hp=b27c7f49f7eedae612cb1fa8ddc6f81e6351183c;hpb=0cf1f0204e326cf93e36b344e2efd3cfa2f82870;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 b27c7f49f7..82bb5b2a8e 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 @@ -471,6 +473,9 @@ | | [Documentation] | Check if Honeycomb can configure an unnumbered interface\ | | ... | on a sub-interface, borrowing the IP address of a physical interface. | | ... +# 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 | | ... | ${node} | ${super_if} | ${sub_if_id} | | And sub-interface ipv4 address from VAT should be empty @@ -498,6 +503,9 @@ | | [Teardown] | Honeycomb removes interface IPv4 addresses | ${node} | | ... | ${super_if2} | | ... +# CSIT-1210: Adapt HC unnumbered interface tests to VPP 18.07 api changes +| | [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 @@ -524,6 +532,10 @@ | 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. +| | ... +# 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} | | And ipv4 address from VAT should be empty | ${node} | ${super_if2} | | And sub-interface ipv4 address from Honeycomb should be empty