diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-01-16 19:49:06 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-01-16 19:49:06 +0100 |
commit | 633e1f40e5adcb38458fbd6d1209afc1240244a5 (patch) | |
tree | 56fa97b1ecf5d28f6f0cf7842de5a3b399a3dc7e /resources/libraries/robot/l2/l2_xconnect.robot | |
parent | f7519a18b92febfdb211a03a8ce60cbe216f9c72 (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/l2_xconnect.robot')
-rw-r--r-- | resources/libraries/robot/l2/l2_xconnect.robot | 3 |
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' |