From 633e1f40e5adcb38458fbd6d1209afc1240244a5 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 16 Jan 2020 19:49:06 +0100 Subject: [PATCH] FIX: L2XC with vhost and VLAN Change-Id: Ia87abadba431099eeacd8b50ce5d116597a1f393 Signed-off-by: Jan Gelety --- resources/libraries/robot/l2/l2_xconnect.robot | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.16.6