diff options
author | selias <samelias@cisco.com> | 2016-05-13 11:51:32 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-16 10:55:26 +0000 |
commit | a175e259c6a83aea6df61eed607f8c57671c8ea0 (patch) | |
tree | 03bd284328239474fca2cf692b096b70a027af29 /tests/suites/honeycomb/1 - interface_management.robot | |
parent | 06f37e7ba486c598cf2896c87a82c95b8afe17a4 (diff) |
Add Honeycomb VxLAN test suite
JIRA: CSIT-47
- add test suite for VxLAN management through Honeycomb
- add keywords required for VxLAN management tests
- add resource file with additional variables for testing
- increment bridge domain test suite index
Change-Id: Ica0d7ae15f5b7058832a944d5ca0c72026ba299c
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/suites/honeycomb/1 - interface_management.robot')
-rw-r--r-- | tests/suites/honeycomb/1 - interface_management.robot | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/suites/honeycomb/1 - interface_management.robot b/tests/suites/honeycomb/1 - interface_management.robot index ae4fec9685..e320c46f60 100644 --- a/tests/suites/honeycomb/1 - interface_management.robot +++ b/tests/suites/honeycomb/1 - interface_management.robot @@ -95,14 +95,3 @@ | | ... | ${node} | ${interface} | ${ethernet} | ${routing} | | And Interface ethernet and routing configuration from VAT should be | | ... | ${node} | ${interface} | ${ethernet['mtu']} | ${routing['vrf-id']} - -| Honeycomb modifies interface configuration - VxLAN -| | [Documentation] | Check if Honeycomb API can configure interface VxLAN \ -| | ... | settings. -| | [Tags] | honeycomb_sanity -| | When Honeycomb sets interface VxLAN configuration -| | ... | ${node} | ${interface} | &{vxlan_settings} -| | Then VxLAN configuration from Honeycomb should be -| | ... | ${node} | ${interface} | &{vxlan_settings} -| | And VxLAN configuration from VAT should be -| | ... | ${node} | ${interface} | &{vxlan_settings} |