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/ipv4.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/ipv4.robot')
-rw-r--r-- | resources/libraries/robot/ipv4.robot | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/resources/libraries/robot/ipv4.robot b/resources/libraries/robot/ipv4.robot index d200afdea2..3fa522f5c5 100644 --- a/resources/libraries/robot/ipv4.robot +++ b/resources/libraries/robot/ipv4.robot @@ -57,9 +57,6 @@ | | Configure routes for IPv4 test | ${nodes} | ${nodes_ipv4_addr} | | All Vpp Interfaces Ready Wait | ${nodes} -| TG interface "${tg_port}" can route to node "${node}" interface "${port}" "${hops}" hops away using IPv4 -| | Node "${nodes['TG']}" interface "${tg_port}" can route to node "${node}" interface "${port}" "${hops}" hops away using IPv4 - | Route traffic from interface '${from_port}' on node '${from_node}' to interface '${to_port}' on node '${to_node}' '${hops}' hops away using IPv4 | | ${src_ip}= | Get IPv4 address of node "${from_node}" interface "${from_port}" from "${nodes_ipv4_addr}" | | ${dst_ip}= | Get IPv4 address of node "${to_node}" interface "${to_port}" from "${nodes_ipv4_addr}" @@ -111,12 +108,12 @@ | Configure IP addresses on interfaces | | [Documentation] | Iterates through @{args} list and Set Interface Address -| | ... | for every (${dut_node}, ${interface}, ${address}, -| | ... | ${prefix}) tuple. +| | ... | for every (${dut_node}, ${interface}, ${address}, +| | ... | ${prefix}) tuple. | | ... | | ... | *Arguments:* | | ... | - ${dut_node} - Node where IP address should be set to. -| | ... | Type: dictionary +| | ... | Type: dictionary | | ... | - ${interface} - Interface name. Type: string | | ... | - ${address} - IP address. Type: string | | ... | - ${prefix} - Prefix length. Type: integer @@ -134,12 +131,12 @@ | Send ICMP echo request and verify answer | | [Documentation] | Run traffic script that waits for ICMP reply and ignores -| | ... | all other packets. +| | ... | all other packets. | | ... | | ... | *Arguments:* | | ... | - tg_node - TG node where run traffic script. Type: dictionary | | ... | - tg_interface - TG interface where send ICMP echo request. -| | ... | Type: string +| | ... | Type: string | | ... | - dst_mac - Destination MAC address. Type: string | | ... | - src_mac - Source MAC address. Type: string | | ... | - dst_ip - Destination IP address. Type: string |