X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fqemu.robot;h=a5dd0e60668bab03cd5867e721765a0a9b83e6b4;hp=171a9be5a38a2c10d78f7fba6da68b6d3f86a349;hb=cee993932735cf79621e66ded755e7ef2a6e03ca;hpb=5aa9925436c3ca40e9af9d353245674f631d440d 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