This builds a boot.iso in the vm, copies it out, and boots it. The tests that run inside the boot.iso (/tests/lorax/test_boot_bootiso.sh) cannot use beakerlib so it needs to be a simple shell script returning 1 on failure along with a descriptive message.
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# lorax specific functions
|
|
|
|
. "$(dirname $0)/../cli/lib/lib.sh"
|