summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Armbruster2013-06-26 15:52:17 +0200
committerAnthony Liguori2013-07-18 20:27:46 +0200
commit995b0e136fca7786657c5b63fa094032114615e3 (patch)
tree37b0cf49fc9eb27dafdd54413a78333a6bd6e0f3
parentboot-order-test: Add tests for PowerMacs (diff)
downloadqemu-995b0e136fca7786657c5b63fa094032114615e3.tar.gz
qemu-995b0e136fca7786657c5b63fa094032114615e3.tar.xz
qemu-995b0e136fca7786657c5b63fa094032114615e3.zip
boot-order-test: Cover -boot once in ppc tests
Cc: Andreas Färber <afaerber@suse.de> Cc: Alexander Graf <agraf@suse.de> Cc: qemu-ppc@nongnu.org Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 1372254743-15808-7-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--tests/boot-order-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/boot-order-test.c b/tests/boot-order-test.c
index 766981df83..1a8e22a85f 100644
--- a/tests/boot-order-test.c
+++ b/tests/boot-order-test.c
@@ -102,6 +102,7 @@ static void test_powermac_boot_order(void)
test_powermac_with_args(newworld, "", 'c', 'c');
test_powermac_with_args(newworld, "-boot c", 'c', 'c');
test_powermac_with_args(newworld, "-boot d", 'd', 'd');
+ test_powermac_with_args(newworld, "-boot once=d,order=c", 'd', 'c');
}
}