diff options
author | Tibor Frank <tifrank@cisco.com> | 2016-06-06 11:01:03 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2016-06-08 08:11:29 +0000 |
commit | e8c787b699661f00e8358cc711bb20b8993dc87a (patch) | |
tree | 244d86b3844fdf8a559be5fc4969065b7a3bc22c /resources/libraries/robot/honeycomb/sub_interface.robot | |
parent | 3744273d8f1540fe45312b5c3a4e2e6f8b21a81f (diff) |
Add Tests for Honeycomb VxLAN GPE support
JIRA: CSIT-131
- add tests for Honeycomb VxLAN GPE support
- add keywords needed for tests
Change-Id: I460ecd30835bb95140958b20946b1d41ac6d9abc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/sub_interface.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/sub_interface.robot | 34 |
1 files changed, 0 insertions, 34 deletions
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. | | ... |