aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2016-07-25 15:40:18 +0200
committerMiroslav Miklus <mmiklus@cisco.com>2016-07-25 15:46:41 +0000
commitfc88af0ead3ca2a47cb47509383e5d21b438a77f (patch)
tree60f21b626ff1a0bc88a87581901f275ece1ad7c1
parentef67d0dbd0aca3ea0c24800763f6da79f3671727 (diff)
Use correct KW 'L2 Vlan Tag Rewrite' instead of 'L2 Tag Rewrite' in FDS tests
- KW 'L2 Tag Rewrite' has been renamed to 'L2 Vlan Tag Rewrite' by patch https://gerrit.fd.io/r/#/c/1788/ Change-Id: I313180f08d4d56b16a87a83bd4e242201b6cec16 Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r--tests/func/fds/provider_network.robot14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/func/fds/provider_network.robot b/tests/func/fds/provider_network.robot
index bda5525885..e1534b7134 100644
--- a/tests/func/fds/provider_network.robot
+++ b/tests/func/fds/provider_network.robot
@@ -167,10 +167,14 @@
| | ... | ${dut_node} | ${interface_name} | ${vlan_blue}
| | ${vlan2_name} | ${vlan2_index}= | Create Vlan Subinterface
| | ... | ${dut_node} | ${interface_name} | ${vlan_red}
-| | L2 Tag Rewrite | ${dut_node} | @{vhosts}[0] | push-1 | ${vlan_blue}
-| | L2 Tag Rewrite | ${dut_node} | @{vhosts}[1] | push-1 | ${vlan_blue}
-| | L2 Tag Rewrite | ${dut_node} | @{vhosts}[2] | push-1 | ${vlan_red}
-| | L2 Tag Rewrite | ${dut_node} | @{vhosts}[3] | push-1 | ${vlan_red}
+| | L2 Vlan Tag Rewrite | ${dut_node} | @{vhosts}[0] | push-1
+| | ... | tag1_id=${vlan_blue}
+| | L2 Vlan Tag Rewrite | ${dut_node} | @{vhosts}[1] | push-1
+| | ... | tag1_id=${vlan_blue}
+| | L2 Vlan Tag Rewrite | ${dut_node} | @{vhosts}[2] | push-1
+| | ... | tag1_id=${vlan_red}
+| | L2 Vlan Tag Rewrite | ${dut_node} | @{vhosts}[3] | push-1
+| | ... | tag1_id=${vlan_red}
| | Interface is added to bridge domain | ${dut_node}
| | ... | ${vlan1_index} | ${bid_b} | 0
| | Interface is added to bridge domain | ${dut_node}
@@ -252,7 +256,6 @@
| | ... | Send Ping From Node To Dst | ${qemu_node1} | ${dut1_blue2}
| | ... | ${namespace4}
-
| Negative Scenario Ping From DUT1 - Inter network
| | [Documentation] | Send ping packets from specified namespaces to other in
| | ... | order to test unreachability of namespaces.
@@ -309,7 +312,6 @@
| | ... | Send Ping From Node To Dst | ${qemu_node2} | ${dut2_blue2}
| | ... | ${namespace4}
-
| Negative Scenario Ping From DUT2 - Inter network
| | [Documentation] | Send ping packets from specified namespaces to other in
| | ... | order to test unreachability of namespaces.