X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fip%2Fip6.robot;h=b547e7d147721a9515eb4049ac1c79397016071c;hp=f3e31b957b74ae737b50b30eb35ed0e2cbc380b0;hb=08fc34b6ba780d227a1327274d434823118a4c77;hpb=f655cd2104acc4b54de9c481d4370bf5f478ea0c diff --git a/resources/libraries/robot/ip/ip6.robot b/resources/libraries/robot/ip/ip6.robot index f3e31b957b..b547e7d147 100644 --- a/resources/libraries/robot/ip/ip6.robot +++ b/resources/libraries/robot/ip/ip6.robot @@ -209,7 +209,7 @@ | | | Vpp Route Add | ${dut1} | ${net} | ${prefix} | ${dut2_if_addr} | | | ... | ${dut1_if} -| Initialize IPv6 forwarding in circular topology +| Configure IPv6 forwarding in circular topology | | [Documentation] | | ... | Set UP state on VPP interfaces in path on nodes in 2-node / 3-node | | ... | circular topology. Get the interface MAC addresses and setup ARP on @@ -237,16 +237,16 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2001:2::1 \| -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2001:2::1 \ | | ... | \| remote_host1_ip6=3ffe:5f::1 \| remote_host2_ip6=3ffe:5f::2 \ | | ... | \| remote_host_ip6_prefix=128 \| -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2003:3::1 \| 2003:3::2 \ | | ... | \| 2001:2::1 \| -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2003:3::1 \| 2003:3::2 \ | | ... | \| 2001:2::1 \| remote_host1_ip4=3ffe:5f::1 \ | | ... | \| remote_host2_ip4=3ffe:5f::2 \| remote_host_ip4_prefix=128 \| @@ -257,24 +257,24 @@ | | ... | ${remote_host_ip6_prefix}=${NONE} | | ... | | ... -| | Set interfaces in path up +| | Configure interfaces in path up | | ... | | ${dut2_status} | ${value}= | Run Keyword And Ignore Error | | ... | Variable Should Exist | ${dut2_node} | | ... | | Run Keyword If | '${dut2_status}' == 'PASS' -| | ... | Initialize IPv6 forwarding in 3-node circular topology +| | ... | Configure IPv6 forwarding in 3-node circular topology | | ... | ${tg_if1_ip6} | ${tg_if2_ip6} | ${dut1_if1_ip6} | ${dut1_if2_ip6} | | ... | ${dut2_if1_ip6} | ${dut2_if2_ip6} | ${remote_host1_ip6} | | ... | ${remote_host2_ip6} | ${remote_host_ip6_prefix} | | ... | ELSE -| | ... | Initialize IPv6 forwarding in 2-node circular topology +| | ... | Configure IPv6 forwarding in 2-node circular topology | | ... | ${tg_if1_ip6} | ${tg_if2_ip6} | ${dut1_if1_ip6} | ${dut1_if2_ip6} | | ... | remote_host1_ip6=${remote_host1_ip6} | | ... | remote_host2_ip6=${remote_host2_ip6} | | ... | remote_host_ip6_prefix=${remote_host_ip6_prefix} -| Initialize IPv6 forwarding in 2-node circular topology +| Configure IPv6 forwarding in 2-node circular topology | | [Documentation] | | ... | Set UP state on VPP interfaces on DUT node in 2-node circular | | ... | topology. Get the interface MAC addresses and setup ARP on @@ -296,9 +296,9 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2001:2::1 \| -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2001:2::1 \ | | ... | \| remote_host1_ip6=3ffe:5f::1 \| remote_host2_ip6=3ffe:5f::2 \ | | ... | \| remote_host_ip6_prefix=128 \| @@ -326,7 +326,7 @@ | | ... | Vpp Route Add | ${dut_node} | ${remote_host2_ip6} | | ... | ${remote_host_ip6_prefix} | ${tg_if2_ip6} | ${dut_to_tg_if2} -| Initialize IPv6 forwarding in 3-node circular topology +| Configure IPv6 forwarding in 3-node circular topology | | [Documentation] | | ... | Set UP state on VPP interfaces in path on nodes in 3-node circular | | ... | topology. Get the interface MAC addresses and setup ARP on all VPP @@ -352,10 +352,10 @@ | | ... | | ... | *Example:* | | ... -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2003:3::1 \| 2003:3::2 \ | | ... | \| 2001:2::1 \| -| | ... | \| Initialize IPv6 forwarding in circular topology \ +| | ... | \| Configure IPv6 forwarding in circular topology \ | | ... | \| 2001:1::2 \| 2001:2::2 \| 2001:1::1 \| 2003:3::1 \| 2003:3::2 \ | | ... | \| 2001:2::1 \| remote_host1_ip4=3ffe:5f::1 \ | | ... | \| remote_host2_ip4=3ffe:5f::2 \| remote_host_ip4_prefix=128 \|