Re: [PATCH 4/4] tests/avocado: Add reboot tests to Cubieboard

2023-03-14 Thread Niek Linnenbank
Hi Strahinja, Looks good! I re-ran the tests on my machine, and they work fine: ARMBIAN_ARTIFACTS_CACHED=yes AVOCADO_ALLOW_LARGE_STORAGE=yes ./build/tests/venv/bin/avocado --show=app,console run -t machine:orangepi-pc -t machine:cubieboard tests/avocado/boot_linux_console.py ... |console: Tue

[PATCH 4/4] tests/avocado: Add reboot tests to Cubieboard

2023-03-11 Thread Strahinja Jankovic
Cubieboard tests end with comment "reboot not functioning; omit test". Fix this so reboot is done at the end of each test. Signed-off-by: Strahinja Jankovic --- tests/avocado/boot_linux_console.py | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git