From b8dcaf61d55904b59283e7935910a484409238af Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 7 Aug 2019 13:26:55 +0000 Subject: Clean: IPv6 keywords + Move all base ipv6 related KW to library + Remove useless KW to save space in output.xml + Remove cross dependency in ip6.robot Signed-off-by: Peter Mikus Change-Id: I8c5f72e9852c1017356ab6034c4d271cf7b53265 --- tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot index 144f83482e..36899ff6b4 100644 --- a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot @@ -206,7 +206,7 @@ | | ... | ${ipv6_neighbor} | ${neighbor_mac} | | And Honeycomb adds interface IPv6 neighbor | ${dut_node} | ${dut_to_tg_if1} | | ... | ${ipv6_neighbor2} | ${neighbor_mac2} -| | And Suppress ICMPv6 router advertisement message | ${nodes} +| | And Vpp All Ra Suppress Link Layer | ${nodes} | | Then Ping and Verify IP address | ${nodes['TG']} | | ... | ${ipv4_neighbor} | ${ipv4_address} | | ... | ${tg_to_dut_if1} | ${tg_to_dut_if1_mac} -- cgit 1.2.3-korg