From b46efa14a2778715344dc6e45561180f7ca6ac4c Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 20 Nov 2017 19:10:59 +0100 Subject: HC Test: update routing suite to use compressed IPv6 addresses HC reports IPv6 addresses using compressed form since https://gerrit.fd.io/r/#/c/9497/ Change-Id: I7771ce796a4ec4817e7ee4a68fdb8e6a95f5da37 Signed-off-by: Marek Gradzki --- tests/vpp/func/honeycomb/mgmt-cfg-vxlan-apihc-apivat-func.robot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/vpp/func') diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-vxlan-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-vxlan-apihc-apivat-func.robot index e40f9ff9cd..76615264c5 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-vxlan-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-vxlan-apihc-apivat-func.robot @@ -22,8 +22,6 @@ | ... | encap-vrf-id=${0} | &{vxlan_settings_ipv6}= | src=10::10 | dst=10::11 | vni=${88} | ... | encap-vrf-id=${0} -| &{vxlan_settings_ipv6_long}= | src=10:0:0:0:0:0:0:10 | dst=10:0:0:0:0:0:0:11 -| ... | vni=${88} | encap-vrf-id=${0} *** Settings *** | Resource | resources/libraries/robot/shared/default.robot @@ -134,6 +132,6 @@ | | When Honeycomb sets interface VxLAN configuration | | ... | ${node} | ${vx_interface} | ${vxlan_settings_ipv6} | | Then VxLAN Operational Data From Honeycomb Should Be -| | ... | ${node} | ${vx_interface} | ${vxlan_settings_ipv6_long} +| | ... | ${node} | ${vx_interface} | ${vxlan_settings_ipv6} | | And VxLAN Operational Data From VAT Should Be | | ... | ${node} | ${vxlan_settings_ipv6} -- cgit 1.2.3-korg