Utilities for testing embedded devices
Find a file
Jan Lindemann 6c06abffe9 os.Machine: Rename virtual power functions
Rename for consistency:

    wait_poweroff -> wait_power_off()

 Now, here's what we have:

    request_power_on(self)
    wait_up(self, timeout)
    request_shutdown(self)
    request_power_off(self)
    wait_power_off(self, timeout)

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:27 +01:00
make project.conf: Fix pkg.requires.os syntax 2025-11-17 11:12:27 +01:00
scripts jw-devtest.py: Code beautification 2025-11-17 11:12:27 +01:00
src os.Machine: Rename virtual power functions 2025-11-17 11:12:27 +01:00
test Add test/audit 2025-11-17 11:12:27 +01:00
Makefile First commit 2025-11-17 11:12:21 +01:00
VERSION First commit 2025-11-17 11:12:21 +01:00