]> git.proxmox.com Git - mirror_qemu.git/commit
tests/acceptance: console boot tests for quanta-gsj
authorHavard Skinnemoen <hskinnemoen@google.com>
Fri, 11 Sep 2020 05:21:01 +0000 (22:21 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:24:59 +0000 (14:24 +0100)
commit4fe986dd4480308ecf07200cfbd3c3d494a0f639
treec4d2919e4a72d08810d3ebcbc3b487eb73165844
parent82c703fea4a45dd509685030ae769fe25462f486
tests/acceptance: console boot tests for quanta-gsj

This adds two acceptance tests for the quanta-gsj machine.

One test downloads a lightly patched openbmc flash image from github and
verifies that it boots all the way to the login prompt.

The other test downloads a kernel, initrd and dtb built from the same
openbmc source and verifies that the kernel detects all CPUs and boots
to the point where it can't find the root filesystem (because we have no
flash image in this case).

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com>
Message-id: 20200911052101.2602693-15-hskinnemoen@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/acceptance/boot_linux_console.py