diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-14 12:30:06 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-08-14 14:32:02 +0000 |
commit | 37a9451377f7239365b5af778b8072d1585a2d2a (patch) | |
tree | 2e413a56bf65012245c46efc950e97515bce74fd /resources/libraries | |
parent | be39339d5bf121d718623885d05848e50d466347 (diff) |
Move: WRK installation into ansible
- Remove ability to install from framework.
- Control via ansible with other dependencies.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I5fd0ca18b4f76c30b6c28b4dcd15e538e01cb315
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/shared/suite_setup.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |