X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fsub_interface.robot;fp=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fsub_interface.robot;h=e7f9c8a66b72f84b6003b16aea143be27906e952;hp=dd68e3f22e2c9ece74f8724a09068911523ea76b;hb=e8c787b699661f00e8358cc711bb20b8993dc87a;hpb=3744273d8f1540fe45312b5c3a4e2e6f8b21a81f diff --git a/resources/libraries/robot/honeycomb/sub_interface.robot b/resources/libraries/robot/honeycomb/sub_interface.robot index dd68e3f22e..e7f9c8a66b 100644 --- a/resources/libraries/robot/honeycomb/sub_interface.robot +++ b/resources/libraries/robot/honeycomb/sub_interface.robot @@ -145,40 +145,6 @@ | | ... | Should be equal as integers | ${vat_data['sub_default']} | | ... | ${sub_settings['default-subif']} -| Sub-interface configuration from Honeycomb should be empty -| | [Documentation] | Attempts to retrieve sub-interface configuration through\ -| | ... | Honeycomb and expects to get empty dictionary. -| | ... -| | ... | *Arguments:* -| | ... | - node - information about a DUT node. Type: dictionary -| | ... | - interface - name of a sub-interface on the specified node. Type:\ -| | ... | string -| | ... -| | ... | *Example:* -| | ... | \| Sub-interface configuration from Honeycomb should be empty\ -| | ... | \| ${nodes['DUT1']} \| sub_test \| -| | ... -| | [Arguments] | ${node} | ${interface} -| | ${api_data}= | interfaceAPI.Get interface oper data | ${node} | ${interface} -| | Should be empty | ${api_data} - -| Sub-interface configuration from VAT should be empty -| | [Documentation] | Attempts to retrieve sub-interface configuration through\ -| | ... | VAT and expects to get empty dictionary. -| | ... -| | ... | *Arguments:* -| | ... | - node - information about a DUT node. Type: dictionary -| | ... | - interface - name of a sub-interface on the specified node. Type:\ -| | ... | string -| | ... -| | ... | *Example:* -| | ... | \| Sub-interface configuration from VAT should be empty\ -| | ... | \| ${nodes['DUT1']} \| sub_test \| -| | ... -| | [Arguments] | ${node} | ${interface} | -| | ${vat_data}= | InterfaceCLI.VPP get interface data | ${node} | ${interface} -| | Should be empty | ${vat_data} - | Honeycomb adds sub-interface to bridge domain | | [Documentation] | Honeycomb adds the given sub-interface to bridge domain. | | ...