From aa25184f3f0925b789de52296053dd51e2bf8684 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Mon, 8 Apr 2019 12:27:32 +0200 Subject: Fix l2 Honeycomb tests Change-Id: Ic75a9279fffe3a5d11211f4e57fc635d7d33ee5f Signed-off-by: Michal Cmarada --- tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot') diff --git a/tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot index a869e96c11..5f20c6c927 100644 --- a/tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-l2bd-apihc-apivat-func.robot @@ -73,7 +73,7 @@ | | ... | ${node} | ${bd1_name} | ${bd_settings} | | When Honeycomb removes all bridge domains | ${node} | | Then Honeycomb should show no bridge domains | ${node} -| | And VAT should show no bridge domains | ${node} +| | And PAPI should show no bridge domains | ${node} | TC04: Honeycomb assigns interfaces to bridge domain | | [Documentation] | Check if Honeycomb can assign VPP interfaces to an\ @@ -89,7 +89,7 @@ | | ... | ${node} | ${0} | ${bd_settings} | | And Honeycomb should show interfaces assigned to bridge domain | | ... | ${node} | @{interfaces} | ${bd1_name} | ${if_settings} -| | And VAT should show interfaces assigned to bridge domain +| | And PAPI should show interfaces assigned to bridge domain | | ... | ${node} | ${0} | @{interfaces} | ${if_settings} | TC05: Honeycomb cannot remove bridge domain with an interface assigned @@ -102,7 +102,7 @@ | | ... | ${node} | ${0} | ${bd_settings} | | And Honeycomb should show interfaces assigned to bridge domain | | ... | ${node} | @{interfaces} | ${bd1_name} | ${if_settings} -| | And VAT should show interfaces assigned to bridge domain +| | And PAPI should show interfaces assigned to bridge domain | | ... | ${node} | ${0} | @{interfaces} | ${if_settings} | | When Run keyword and expect error | HoneycombError* Status code: 500. | | ... | Honeycomb removes all bridge domains | ${node} @@ -112,5 +112,5 @@ | | ... | ${node} | ${0} | ${bd_settings} | | And Honeycomb should show interfaces assigned to bridge domain | | ... | ${node} | @{interfaces} | ${bd1_name} | ${if_settings} -| | And VAT should show interfaces assigned to bridge domain +| | And PAPI should show interfaces assigned to bridge domain | | ... | ${node} | ${0} | @{interfaces} | ${if_settings} -- cgit 1.2.3-korg