From 77d115dc74b2892b63d59c2fe25e712bce4f5013 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Sun, 14 Apr 2019 04:00:12 +0200 Subject: [PATCH] FIX: TAP tests fix 2 Change-Id: Ie9591fe3d72f27be0b4cba21c7b0868ed5118de4 Signed-off-by: Jan Gelety (cherry picked from commit d0293114feed3b8d4badec6bc8cc1ace91a4d3e6) --- .../vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot | 4 ++-- .../interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot | 4 ++-- tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot index eaf6887af6..7be9227a3e 100644 --- a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot +++ b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot @@ -49,8 +49,8 @@ | ${bid_to_TG}= | 20 | ${bid_TAP}= | tapBr -| ${tap_int1}= | tap_int1 -| ${tap_int2}= | tap_int2 +| ${tap_int1}= | tap0 +| ${tap_int2}= | tap1 *** Test Cases *** | TC01: Tap Interface Simple BD diff --git a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot index 2386c9c417..cc73ffad02 100644 --- a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot +++ b/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-l2shg-eth-2tap-func.robot @@ -55,8 +55,8 @@ | ${tap1_NM_mac}= | 02:00:00:00:00:02 | ${tap2_NM_mac}= | 02:00:00:00:00:04 -| ${tap_int1}= | tap_int1 -| ${tap_int2}= | tap_int2 +| ${tap_int1}= | tap0 +| ${tap_int2}= | tap1 | ${namespace1}= | nmspace1 | ${namespace2}= | nmspace2 diff --git a/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot b/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot index 841d3f00a2..b3bcee0029 100644 --- a/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot +++ b/tests/vpp/func/interfaces/eth2p-ethip4-ip4base-eth-1tap-func.robot @@ -48,7 +48,7 @@ | ${tap1_VPP_ip}= | 16.0.10.1 | ${tap1_NM_ip}= | 16.0.10.2 | ${tap1_NM_mac}= | 02:00:00:00:00:02 -| ${tap_int1}= | tap_int1 +| ${tap_int1}= | tap0 | ${namespace1}= | nmspace1 -- 2.16.6