aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/ipv6.robot
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-06-07 14:26:59 +0200
committerTibor Frank <tifrank@cisco.com>2017-06-09 07:01:34 +0000
commit4e565011b2e53f99fb78e1143e6543b3427de79a (patch)
tree2ec2a188bae386ef364e832776a3a7e946f62f89 /resources/libraries/robot/ipv6.robot
parent5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 (diff)
CSIT-663: Remove unused keywords
Change-Id: Ib3f0edb0c3a48a760040886e5aedce81c9baeac2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/ipv6.robot')
-rw-r--r--resources/libraries/robot/ipv6.robot9
1 files changed, 2 insertions, 7 deletions
diff --git a/resources/libraries/robot/ipv6.robot b/resources/libraries/robot/ipv6.robot
index 35905af02a..b82c995e3a 100644
--- a/resources/libraries/robot/ipv6.robot
+++ b/resources/libraries/robot/ipv6.robot
@@ -48,7 +48,7 @@
| Execute IPv6 ICMP echo sweep
| | [Documentation] | Type of the src_node must be TG and dst_node must be DUT
| | [Arguments] | ${src_node} | ${dst_node} | ${start_size} | ${end_size}
-| | ... | ${step} | ${nodes_addr}
+| | ... | ${step} | ${nodes_addr}
| | Append Nodes | ${src_node} | ${dst_node}
| | Compute Path
| | ${src_port} | ${src_node}= | First Interface
@@ -121,7 +121,7 @@
| Ipv6 tg to tg routed
| | [Documentation] | Send traffic from one TG port to another through DUT nodes
-| | ... | and send reply back, also verify hop limit processing
+| | ... | and send reply back, also verify hop limit processing
| | [Arguments] | ${tg_node} | ${first_dut} | ${second_dut} | ${nodes_addr}
| | Append Nodes | ${tg_node} | ${first_dut} | ${second_dut} | ${tg_node}
| | Compute Path
@@ -168,11 +168,6 @@
| | | Set Interface State | @{interface} | up | if_type=name
| | All Vpp Interfaces Ready Wait | ${nodes}
-| Clear ipv6 on all dut in topology
-| | [Documentation] | Remove IPv6 address on all DUTs
-| | [Arguments] | ${nodes} | ${nodes_addr}
-| | Nodes Clear Ipv6 Addresses | ${nodes} | ${nodes_addr}
-
| Suppress ICMPv6 router advertisement message
| | [Documentation] | Suppress ICMPv6 router advertisement message for link scope address
| | [Arguments] | ${nodes}