aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-10-17 09:37:57 +0100
committerPeter Mikus <pmikus@cisco.com>2016-10-17 08:40:06 +0000
commit359b07cc72476a29da235f47f05fb539cd339b42 (patch)
tree854ad1eca3fb66514fcfffe22266dc0f5df078b9
parent61b9af12c182d40cbeede66c2c9ec52c616fab03 (diff)
FIX: LISP performance 6o4 failing
Change-Id: I08cecbe8310fd21356287ffbb33c3be58b721f10 Signed-off-by: pmikus <pmikus@cisco.com>
-rw-r--r--resources/libraries/robot/performance.robot4
1 files 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