From 37a9451377f7239365b5af778b8072d1585a2d2a Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 14 Aug 2019 12:30:06 +0000 Subject: Move: WRK installation into ansible - Remove ability to install from framework. - Control via ansible with other dependencies. Signed-off-by: Peter Mikus Change-Id: I5fd0ca18b4f76c30b6c28b4dcd15e538e01cb315 --- resources/libraries/robot/shared/suite_setup.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/shared/suite_setup.robot') diff --git a/resources/libraries/robot/shared/suite_setup.robot b/resources/libraries/robot/shared/suite_setup.robot index 27f7ddb784..d5cc5836fb 100644 --- a/resources/libraries/robot/shared/suite_setup.robot +++ b/resources/libraries/robot/shared/suite_setup.robot @@ -259,4 +259,4 @@ | | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.70.1 | 24 | | Set Linux interface IP | ${tg} | ${intf_name} | 192.168.80.1 | 24 | | Set Linux interface up | ${tg} | ${intf_name} -| | Install wrk | ${tg} +| | Check wrk | ${tg} -- cgit 1.2.3-korg