diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-09 10:14:34 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-09 14:41:28 +0000 |
commit | 42fdef709bc1b1b557ce6f74609c729ac00ab8c3 (patch) | |
tree | 0d10ca7a88bbf40f9617de950db4118a73cf9b72 /resources/libraries/robot/l2/l2_xconnect.robot | |
parent | 6f1ff57c83763556450e8bfcb4571a9c017abe70 (diff) |
Clean: L2 bridge domain
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I3721900b91a9c8e9db8766bdcb9771b6bcf95bca
Diffstat (limited to 'resources/libraries/robot/l2/l2_xconnect.robot')
-rw-r--r-- | resources/libraries/robot/l2/l2_xconnect.robot | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resources/libraries/robot/l2/l2_xconnect.robot b/resources/libraries/robot/l2/l2_xconnect.robot index 64a967e551..42fe837676 100644 --- a/resources/libraries/robot/l2/l2_xconnect.robot +++ b/resources/libraries/robot/l2/l2_xconnect.robot @@ -123,7 +123,7 @@ | | | ${sock1}= | Set Variable | /var/run/vpp/sock-${number}-1 | | | ${sock2}= | Set Variable | /var/run/vpp/sock-${number}-2 | | | ${prev_index}= | Evaluate | ${number}-1 -| | | Configure vhost interfaces for L2BD forwarding | ${nodes['${dut}']} +| | | Configure vhost interfaces | ${nodes['${dut}']} | | | ... | ${sock1} | ${sock2} | ${dut}-vhost-${number}-if1 | | | ... | ${dut}-vhost-${number}-if2 | | | ${dut_xconnect_if1}= | Set Variable If | ${number}==1 | ${${dut}_if1} @@ -175,12 +175,12 @@ | | Configure L2 tag rewrite method on interfaces | | ... | ${dut1} | ${subif_index_1} | ${dut2} | ${subif_index_2} | | ... | ${tag_rewrite} -| | Configure vhost interfaces for L2BD forwarding | ${dut1} -| | ... | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 +| | Configure vhost interfaces +| | ... | ${dut1} | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 | | Configure L2XC | ${dut1} | ${dut1_if1} | ${vhost_if1} | | Configure L2XC | ${dut1} | ${subif_index_1} | ${vhost_if2} -| | Configure vhost interfaces for L2BD forwarding | ${dut2} -| | ... | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 +| | Configure vhost interfaces +| | ... | ${dut2} | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 | | Configure L2XC | ${dut2} | ${subif_index_2} | ${vhost_if1} | | Configure L2XC | ${dut2} | ${dut2_if2} | ${vhost_if2} @@ -244,12 +244,12 @@ | | Configure L2 tag rewrite method on interfaces | | ... | ${dut1} | ${subif_index_1} | ${dut2} | ${subif_index_2} | | ... | ${tag_rewrite} -| | Configure vhost interfaces for L2BD forwarding | ${dut1} -| | ... | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 +| | Configure vhost interfaces +| | ... | ${dut1} | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 | | Configure L2XC | ${dut1} | ${dut1_if1} | ${vhost_if1} | | Configure L2XC | ${dut1} | ${subif_index_1} | ${vhost_if2} -| | Configure vhost interfaces for L2BD forwarding | ${dut2} -| | ... | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 +| | Configure vhost interfaces +| | ... | ${dut2} | /var/run/vpp/sock-1-1 | /var/run/vpp/sock-1-2 | | Configure L2XC | ${dut2} | ${subif_index_2} | ${vhost_if1} | | Configure L2XC | ${dut2} | ${dut2_if2} | ${vhost_if2} |