diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-06-07 14:26:59 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-09 07:01:34 +0000 |
commit | 4e565011b2e53f99fb78e1143e6543b3427de79a (patch) | |
tree | 2ec2a188bae386ef364e832776a3a7e946f62f89 /resources/libraries/robot/honeycomb/sub_interface.robot | |
parent | 5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 (diff) |
CSIT-663: Remove unused keywords
Change-Id: Ib3f0edb0c3a48a760040886e5aedce81c9baeac2
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 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/libraries/robot/honeycomb/sub_interface.robot b/resources/libraries/robot/honeycomb/sub_interface.robot index 1b1b80049b..4b93de9b8c 100644 --- a/resources/libraries/robot/honeycomb/sub_interface.robot +++ b/resources/libraries/robot/honeycomb/sub_interface.robot @@ -432,23 +432,6 @@ | | ... | interfaceAPI.Configure tag rewrite | | ... | ${node} | ${super_if} | ${identifier} | ${settings} -| VAT disables tag-rewrite -| | [Documentation] | The keyword disables the tag-rewrite using VAT. -| | ... -| | ... | *Arguments:* -| | ... | - node - Information about a DUT node. Type: dictionary -| | ... | - sub_interface - Name of an sub-interface on the specified node.\ -| | ... | Type: string -| | ... -| | ... | *Example:* -| | ... | \| VAT disables tag-rewrite\ -| | ... | \| ${nodes['DUT1']} \| GigabitEthernet0/8/0.1 \| -| | ... -| | [Arguments] | ${node} | ${sub_interface} -| | ... -| | ${sw_if_index}= | interfaceCLI.Get sw if index | ${node} | ${sub_interface} -| | L2 tag rewrite | ${node} | ${sw_if_index} | disable - | Honeycomb sets sub-interface ipv4 address | | [Documentation] | Uses Honeycomb API to configure an ipv4 address on the\ | | ... | spcified sub-interface. Replaces any existing ipv4 addresses. |