aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/l2
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2020-01-16 19:49:06 +0100
committerJan Gelety <jgelety@cisco.com>2020-01-16 19:49:06 +0100
commit633e1f40e5adcb38458fbd6d1209afc1240244a5 (patch)
tree56fa97b1ecf5d28f6f0cf7842de5a3b399a3dc7e /resources/libraries/robot/l2
parentf7519a18b92febfdb211a03a8ce60cbe216f9c72 (diff)
FIX: L2XC with vhost and VLAN
Change-Id: Ia87abadba431099eeacd8b50ce5d116597a1f393 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/l2')
-rw-r--r--resources/libraries/robot/l2/l2_xconnect.robot3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/libraries/robot/l2/l2_xconnect.robot b/resources/libraries/robot/l2/l2_xconnect.robot
index a08c286a88..c929bed475 100644
--- a/resources/libraries/robot/l2/l2_xconnect.robot
+++ b/resources/libraries/robot/l2/l2_xconnect.robot
@@ -173,6 +173,9 @@
| |
| | [Arguments] | ${subid} | ${tag_rewrite}
| |
+| | ${dut2_status} | ${value}= | Run Keyword And Ignore Error
+| | ... | Variable Should Exist | ${dut2}
+| |
| | Set interfaces in path up
| |
| | Run Keyword If | '${dut2_status}' == 'PASS'