From a7b525e7c5860cd7ab4d90aee43fe5b644dc9751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 12 Feb 2013 09:14:48 +0100 Subject: [PATCH] qemu.tests.multi_disk: Fix bootindex bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix signal_repeat variant to boot with the correct bootindex. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/multi_disk.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/tests/cfg/multi_disk.cfg b/qemu/tests/cfg/multi_disk.cfg index c1f1d440..d7e29bc7 100644 --- a/qemu/tests/cfg/multi_disk.cfg +++ b/qemu/tests/cfg/multi_disk.cfg @@ -13,6 +13,7 @@ image_format_stg = qcow2 image_name_stg = storage image_size_stg = 1G + image_boot_stg = no n_repeat = 10 - max_disk: only virtio_blk -- GitLab