diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-14 12:30:06 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-08-14 14:34:12 +0000 |
commit | 4e288f27c54e9cefc62ccbf277a1c1ca7b048ff9 (patch) | |
tree | 85b08ba984b31d7343547a2564b59060eefe2d76 /resources/libraries/robot/shared | |
parent | 14dc85d180558fe6a3573247fb62e280ba3b328c (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
(cherry picked from commit 37a9451377f7239365b5af778b8072d1585a2d2a)
Diffstat (limited to 'resources/libraries/robot/shared')
-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} |