aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/qemu.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/qemu.robot')
-rw-r--r--resources/libraries/robot/qemu.robot7
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