From 995b0e136fca7786657c5b63fa094032114615e3 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 26 Jun 2013 15:52:17 +0200 Subject: boot-order-test: Cover -boot once in ppc tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Andreas Färber Cc: Alexander Graf Cc: qemu-ppc@nongnu.org Signed-off-by: Markus Armbruster Message-id: 1372254743-15808-7-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- tests/boot-order-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/boot-order-test.c') 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'); } } -- cgit v1.2.1