Add Honeycomb TAP interface test
[csit.git] / resources / libraries / robot / honeycomb / vxlan.robot
index 83a6e12..a57c965 100644 (file)
 | | ...
 | | [Arguments] | ${node} | ${interface}
 | | ${api_data}= | interfaceAPI.Get interface oper data | ${node} | ${interface}
-| | Should be empty | ${api_data}
+| | Run keyword and expect error | *KeyError: 'v3po:vxlan' | Set Variable
+| | ... | ${api_data['v3po:vxlan']}
 
 | VxLAN configuration from VAT should be empty
 | | [Documentation] | Attempts to retrieve interface VxLAN configuration\