From: pmikus Date: Mon, 17 Oct 2016 08:37:57 +0000 (+0100) Subject: FIX: LISP performance 6o4 failing X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F37%2F3437%2F2 FIX: LISP performance 6o4 failing Change-Id: I08cecbe8310fd21356287ffbb33c3be58b721f10 Signed-off-by: pmikus --- 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