Files
ubicloud/prog/test/vm_group.rb
Hadi Moshayedi 2de4ea591d Pass boot_images to Prog::Test::VmGroup.assemble()
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 })
```
2024-12-20 12:15:10 -08:00

4.0 KiB