3rd party developers don't have permissions to download all boot images, so selecting images randomly from `Option::BootImages` doesn't work well for them. This change allows a list of boot image names to be passed to workaround this problem: ``` > st = Prog::Test::VmGroup.assemble( test_reboot: false, boot_images: vmh.boot_images.map { |x| x.name }) ```
4.0 KiB
4.0 KiB