X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fsub_interface.robot;h=e9b8aeb008b36a85622baec5547a519a8844cdaf;hp=e4844deabb0de701e1d16de92e13bc1bebbc069d;hb=6bfae6634aa26c2e88dddf49d91245d880b0222b;hpb=b8fe6e5a6c0dc1f9972b7f3919041dedb1427cfd diff --git a/resources/libraries/robot/honeycomb/sub_interface.robot b/resources/libraries/robot/honeycomb/sub_interface.robot index e4844deabb..e9b8aeb008 100644 --- a/resources/libraries/robot/honeycomb/sub_interface.robot +++ b/resources/libraries/robot/honeycomb/sub_interface.robot @@ -68,6 +68,7 @@ | | ${api_data}= | interfaceAPI.Get sub interface oper data | | ... | ${node} | ${super_interface} | ${identifier} | | interfaceAPI.Compare Data Structures | ${api_data} | ${sub_if_settings} +| | ... | list_order=${False} | Sub-interface configuration from Honeycomb should be empty | | [Documentation] | Retrieves sub-interface configuration through Honeycomb \ @@ -84,7 +85,7 @@ | | ... | | [Arguments] | ${node} | ${super_interface} | ${identifier} | | ... -| | Run keyword and expect error | *KeyError: 'sub-interface'* +| | Run keyword and expect error | *KeyError: 'vpp-vlan:sub-interfaces'* | | ... | interfaceAPI.Get sub interface oper data | | ... | ${node} | ${super_interface} | ${identifier} @@ -389,7 +390,8 @@ | | [Arguments] | ${node} | ${super_if} | ${identifier} | ${settings} | | ${api_data}= | interfaceAPI.Get tag rewrite oper data | | ... | ${node} | ${super_if} | ${identifier} -| | interfaceAPI.Compare Data Structures | ${api_data} | ${settings} +| | interfaceAPI.Compare Data Structures +| | ... | ${api_data} | ${settings} | list_order=${False} | Rewrite tag from VAT should be | | [Documentation] | Retrieves sub-interface configuration through VAT and\ @@ -547,7 +549,7 @@ | | [Arguments] | ${node} | ${super_if} | ${identifier} | | ${if_data}= | interfaceAPI.Get sub interface oper data | | ... | ${node} | ${super_if} | ${identifier} -| | Run keyword and expect error | *KeyError: 'address'* +| | Run keyword and expect error | *KeyError: 'ipv4'* | | ... | Set Variable | ${if_data['ipv4']['address'][0]['ip']} | Sub-interface ipv4 address from VAT should be empty