Files
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
..
2024-12-18 12:14:45 +03:00
2024-11-29 15:23:22 +01:00
2024-11-22 12:08:50 -08:00
2024-11-21 11:50:30 -08:00
2024-05-07 16:10:05 +02:00
2023-11-10 12:54:43 -08:00