From 5b3ace7dcf4f4d2c02face9a1af495d95d0f5b10 Mon Sep 17 00:00:00 2001 From: andrej Date: Mon, 9 Jan 2023 13:54:35 +0100 Subject: [PATCH] integration-tests: rename plugin stop keyword --- .../integration/robot-ietf-interfaces/InterfaceInit.resource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/robot-ietf-interfaces/InterfaceInit.resource b/tests/integration/robot-ietf-interfaces/InterfaceInit.resource index 773b1180..9b7a15a1 100644 --- a/tests/integration/robot-ietf-interfaces/InterfaceInit.resource +++ b/tests/integration/robot-ietf-interfaces/InterfaceInit.resource @@ -41,12 +41,12 @@ Connect Interfaces Cleanup Interfaces Restore Initial Running Datastore - Cleanup IETF Interfaces + Stop Plugin Start Plugin ${Plugin}= Start Process %{SYSREPO_INTERFACES_PLUGIN_PATH} Set Global Variable ${Plugin} Wait For Process ${Plugin} timeout=0.1s on_timeout=continue -Cleanup IETF Interfaces +Stop Plugin Terminate Process ${Plugin}