Re: [PATCH v3 7/7] tests/avocado: Add SD boot test to Cubieboard

2022-12-28 Thread Niek Linnenbank
On Mon, Dec 26, 2022 at 11:03 PM Strahinja Jankovic < strahinjapjanko...@gmail.com> wrote: > Cubieboard now can boot directly from SD card, without the need to pass > `-kernel` parameter. Update Avocado tests to cover this functionality. > > Signed-off-by: Strahinja Jankovic > Test looks fine to

[PATCH v3 7/7] tests/avocado: Add SD boot test to Cubieboard

2022-12-26 Thread Strahinja Jankovic
Cubieboard now can boot directly from SD card, without the need to pass `-kernel` parameter. Update Avocado tests to cover this functionality. Signed-off-by: Strahinja Jankovic --- tests/avocado/boot_linux_console.py | 47 + 1 file changed, 47 insertions(+) diff --gi