From 33f28350fdd2d2b77d13147614a6580ee6246aaf Mon Sep 17 00:00:00 2001 From: ybduan Date: Thu, 23 Apr 2020 09:45:29 +0800 Subject: [PATCH] cd_bootindex: remove cdroms to avoid bootindex conflict Signed-off-by: ybduan --- qemu/tests/cfg/boot_order_check.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu/tests/cfg/boot_order_check.cfg b/qemu/tests/cfg/boot_order_check.cfg index 6c20cb39..49caf092 100644 --- a/qemu/tests/cfg/boot_order_check.cfg +++ b/qemu/tests/cfg/boot_order_check.cfg @@ -27,6 +27,10 @@ force_create_image_stg2 = yes remove_image_stg2 = yes nic_addr_filter = "%s.*?Bus\s+(\d+),\s+device\s+(\d+),\s+function\s+(\d+)" + # The default cdroms, which obtain bootindex automatically, would cause + # bootindex conflict in this case, so cleanup the default cdroms that are + # redundant for this case. + cdroms = '' variants: - bootorder0: # Some firmware has limitations on which devices can be considered for -- GitLab