diff options
| author | Thomas Huth <thuth@redhat.com> | 2016-11-08 13:36:53 +0100 |
|---|---|---|
| committer | David Gibson <david@gibson.dropbear.id.au> | 2016-11-15 11:45:01 +1100 |
| commit | 859c397e57a4c0f8be2e2be011892b7d81b72e8c (patch) | |
| tree | 1a2890e4264f0b3e84cc5c48ee1192aef74b571a | |
| parent | ca8e4bf4096190245700c4cfd98fca5255935de3 (diff) | |
| download | focaccia-qemu-859c397e57a4c0f8be2e2be011892b7d81b72e8c.tar.gz focaccia-qemu-859c397e57a4c0f8be2e2be011892b7d81b72e8c.zip | |
boot-serial-test: Add a test for the powernv machine
The new powernv machine ships with a firmware that outputs some text to the serial console, so we can automatically test this machine type in the boot-serial tester, too. And to get some (very limited) test coverage for the new POWER9 CPU emulation, too, this test is also started with "-cpu POWER9". Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
| -rw-r--r-- | tests/boot-serial-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c index d98c564a35..44c82e5110 100644 --- a/tests/boot-serial-test.c +++ b/tests/boot-serial-test.c @@ -29,6 +29,7 @@ static testdef_t tests[] = { { "ppc64", "ppce500", "", "U-Boot" }, { "ppc64", "prep", "", "Open Hack'Ware BIOS" }, { "ppc64", "pseries", "", "Open Firmware" }, + { "ppc64", "powernv", "-cpu POWER9", "SkiBoot" }, { "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" }, { "i386", "pc", "-device sga", "SGABIOS" }, { "i386", "q35", "-device sga", "SGABIOS" }, |