tests: rename qemu test to libvirt test
This test case doesn't use qemu directly, libvirt is more appropriate name. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
915c9d6c50
commit
8963613e91
2 changed files with 4 additions and 4 deletions
8
schutzbot/Jenkinsfile
vendored
8
schutzbot/Jenkinsfile
vendored
|
|
@ -509,27 +509,27 @@ void run_tests(test_type, boot_type) {
|
||||||
// Run the qcow2 BIOS boot test.
|
// Run the qcow2 BIOS boot test.
|
||||||
sh (
|
sh (
|
||||||
label: "Integration test: QCOW2, BIOS boot",
|
label: "Integration test: QCOW2, BIOS boot",
|
||||||
script: "/usr/libexec/tests/osbuild-composer/qemu.sh qcow2"
|
script: "/usr/libexec/tests/osbuild-composer/libvirt.sh qcow2"
|
||||||
)
|
)
|
||||||
|
|
||||||
if (boot_type == 'hybrid') {
|
if (boot_type == 'hybrid') {
|
||||||
// Run the qcow2 UEFI boot test.
|
// Run the qcow2 UEFI boot test.
|
||||||
sh (
|
sh (
|
||||||
label: "Integration test: QCOW2, UEFI boot",
|
label: "Integration test: QCOW2, UEFI boot",
|
||||||
script: "/usr/libexec/tests/osbuild-composer/qemu.sh qcow2 uefi"
|
script: "/usr/libexec/tests/osbuild-composer/libvirt.sh qcow2 uefi"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run the openstack test.
|
// Run the openstack test.
|
||||||
sh (
|
sh (
|
||||||
label: "Integration test: OpenStack",
|
label: "Integration test: OpenStack",
|
||||||
script: "/usr/libexec/tests/osbuild-composer/qemu.sh openstack"
|
script: "/usr/libexec/tests/osbuild-composer/libvirt.sh openstack"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Run the VHD/Azure test.
|
// Run the VHD/Azure test.
|
||||||
sh (
|
sh (
|
||||||
label: "Integration test: VHD",
|
label: "Integration test: VHD",
|
||||||
script: "/usr/libexec/tests/osbuild-composer/qemu.sh vhd"
|
script: "/usr/libexec/tests/osbuild-composer/libvirt.sh vhd"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Run the AWS test.
|
// Run the AWS test.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue