Skip to content

Commit

Permalink
boot-order-test: Cover -boot once in ppc tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Armbruster authored and Anthony Liguori committed Jul 18, 2013
1 parent 530a7e4 commit 995b0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/boot-order-test.c
Expand Up @@ -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');
}
}

Expand Down

0 comments on commit 995b0e1

Please sign in to comment.