aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/honeycomb/vxlan.robot
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2016-05-13 13:33:45 +0200
committerselias <samelias@cisco.com>2016-05-20 13:52:40 +0200
commit1e7afbe3474d8ae8c5239ae3deee49963d6b1d93 (patch)
tree934ca404b3570a6299ed10eecdad05fb6cca6ff5 /resources/libraries/robot/honeycomb/vxlan.robot
parent95bf11e637855dc91e490f526406fa7538a21ac6 (diff)
Add Honeycomb TAP interface test
JIRA: CSIT-75 - add test suite for TAP interface management through Honeycomb - add keywords required for TAP interface tests - move Honeycomb suite setup and teardown to new __init__ file - cleanup unused imports in Honeycomb test case files - modify "...should be empty" keywords to allow more reuse Change-Id: Ie3dc9069678b60c359f69c5a216e452e856a0107 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/vxlan.robot')
-rw-r--r--resources/libraries/robot/honeycomb/vxlan.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/honeycomb/vxlan.robot b/resources/libraries/robot/honeycomb/vxlan.robot
index 83a6e120b7..a57c965fa3 100644
--- a/resources/libraries/robot/honeycomb/vxlan.robot
+++ b/resources/libraries/robot/honeycomb/vxlan.robot
@@ -112,7 +112,8 @@
| | ...
| | [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\