diff options
author | pmikus <pmikus@cisco.com> | 2016-07-12 16:33:17 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-07-13 13:12:32 +0000 |
commit | cee993932735cf79621e66ded755e7ef2a6e03ca (patch) | |
tree | bbf9414e0a7c223ffe501fc402fa580a4155c3b0 /resources/libraries/robot/qemu.robot | |
parent | 5aa9925436c3ca40e9af9d353245674f631d440d (diff) |
CSIT-205 Update qemu install script
- Update Qemu install script to only install if not present
- Add option to force reinstall Qemu
- Add Keyword to install Qemu on all DUTs
Change-Id: Ic403c8749067878fe444d4d26ae21fd5d4781d3f
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/qemu.robot')
-rw-r--r-- | resources/libraries/robot/qemu.robot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/libraries/robot/qemu.robot b/resources/libraries/robot/qemu.robot index 171a9be5a3..a5dd0e6066 100644 --- a/resources/libraries/robot/qemu.robot +++ b/resources/libraries/robot/qemu.robot @@ -51,6 +51,13 @@ | | Build QEMU | ${node} | | Add Node to QEMU Build List | ${node} +| Build QEMU on all DUTs +| | [Documentation] | Build QEMU from sources on all DUTs. Nodes with successful +| | ... | QEMU build are stored in global variable list QEMU_BUILD +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | Build QEMU on Node | ${nodes['${dut}']} + | Stop and Clear QEMU | | [Documentation] | Stop QEMU, clear used sockets and close SSH connection | | ... | running on ${dut}, ${vm} is VM node info dictionary |