From 359b07cc72476a29da235f47f05fb539cd339b42 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 17 Oct 2016 09:37:57 +0100 Subject: [PATCH] FIX: LISP performance 6o4 failing Change-Id: I08cecbe8310fd21356287ffbb33c3be58b721f10 Signed-off-by: pmikus --- resources/libraries/robot/performance.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index b4d723f47d..b7516ba477 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -1482,11 +1482,11 @@ | | ... | \| Lisp IPv6 over IPv4 forwarding initialized in a 3-node circular topology \ | | ... | \| ${dut1_dut2_ip4_address} \| ${dut1_tg_ip6_address} \ | | ... | \| ${dut2_dut1_ip4_address} \| ${dut2_tg_ip6_address} \ -| | ... | \| ${prefix4} \| ${prefix6} \| +| | ... | \| ${prefix6} \| ${prefix4} \| | | ... | | [Arguments] | ${dut1_dut2_ip4_address} | ${dut1_tg_ip6_address} | | ... | ${dut2_dut1_ip4_address} | ${dut2_tg_ip6_address} -| | ... | ${prefix4} | ${prefix6} +| | ... | ${prefix6} | ${prefix4} | | Set Interface State | ${dut1} | ${dut1_if1} | up | | Set Interface State | ${dut1} | ${dut1_if2} | up | | Set Interface State | ${dut2} | ${dut2_if1} | up -- 2.16.6