]> git.proxmox.com Git - mirror_qemu.git/commitdiff
boot-order-test: Cover -boot once in ppc tests
authorMarkus Armbruster <armbru@redhat.com>
Wed, 26 Jun 2013 13:52:17 +0000 (15:52 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 18 Jul 2013 18:27:46 +0000 (13:27 -0500)
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>
tests/boot-order-test.c

index 766981df83fdfb21e627c201aeb8e7567d2743c5..1a8e22a85f526727b7515e3596ed0259d9f9fcf7 100644 (file)
@@ -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');
     }
 }