The current version of server.py prints every log received from the DUTs, which can get very chaotic.
Instead, for each machine, we could print:
-Status: running/rebooting/sleeping/etc.
The current efforts towards printing with curses is a nice start and could make this very readable.
I will help when possible :)
The current version of server.py prints every log received from the DUTs, which can get very chaotic.
Instead, for each machine, we could print:
-Status: running/rebooting/sleeping/etc.
For machines running:
For machines being rebooted:
For machines sleeping (too many hard reboots failed):
The current efforts towards printing with curses is a nice start and could make this very readable.
I will help when possible :)