diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-01-16 19:49:06 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-01-17 08:38:18 +0000 |
commit | a6d35b8536968f9a6b0aea5694e52e5d15e3d8d7 (patch) | |
tree | a70b19be62b43200551cdc1be420be547a7e9af0 /resources/libraries/robot | |
parent | 8d1e0c0a25be867a7dc08279359c8279013a602f (diff) |
FIX: L2XC with vhost and VLAN
Change-Id: Ia87abadba431099eeacd8b50ce5d116597a1f393
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 633e1f40e5adcb38458fbd6d1209afc1240244a5)
Diffstat (limited to 'resources/libraries/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' |