diff options
Diffstat (limited to 'tests/honeycomb')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-apihcv6-func.robot | 2 | ||||
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-apihcv6-func.robot b/tests/honeycomb/func/mgmt-cfg-apihcv6-func.robot index e3b43cc4a9..ceefd3ce1e 100644 --- a/tests/honeycomb/func/mgmt-cfg-apihcv6-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-apihcv6-func.robot @@ -170,7 +170,7 @@ | | Configure Control Interface Tunnel | | ... | ${tg_node} | ${dut_node['honeycomb']['netconf_port']} | | ... | ${dut_to_tg_if2_ip} | ${dut_node['honeycomb']['netconf_port']} -| | Start VPP service on DUT | ${dut_node} +| | Restart VPP service | ${dut_node} | | Configure Honeycomb service on DUTs | ${dut_node} | Unconfigure IPv6 Management Interface diff --git a/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot b/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot index 8cf7a7cf31..26a9de6f5a 100644 --- a/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-bgp-apihc-func.robot @@ -337,8 +337,8 @@ | | ... | ${bgp_port} | ${bgp_as_number} | | Configure BGP Module | ${dut2_node} | ${dut2_to_dut1_ip} | | ... | ${bgp_port} | ${bgp_as_number} -| | Start VPP service on DUT | ${dut1_node} -| | Start VPP service on DUT | ${dut2_node} +| | Restart VPP service | ${dut1_node} +| | Restart VPP service | ${dut2_node} | | Configure Honeycomb service on DUTs | ${dut1_node} | | Set Up Honeycomb Functional Test Suite | ${dut2_node} |