mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-07 09:43:09 +00:00
Add prints and commands to see the VM situation.
This commit is contained in:
parent
3439359c68
commit
14cbc951c4
@ -1247,9 +1247,6 @@
|
||||
"BOOTFROM": "c",
|
||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||
"POSTINSTALL_PATH": "tests/applications/weather",
|
||||
=======
|
||||
"POSTINSTALL_PATH": "tests/applications/software",
|
||||
>>>>>>> e0a281f8 (Create a test suite for Gnome Software.)
|
||||
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
|
||||
}
|
||||
},
|
||||
|
@ -89,7 +89,9 @@ sub run {
|
||||
my $version = "fedora";
|
||||
if (get_var('VERSION') eq "Rawhide") {
|
||||
$version = "rawhide";
|
||||
diag("VERSION: $version");
|
||||
}
|
||||
script_run("dnf repolist");
|
||||
unless (script_run("dnf repolist | grep $version-modular")) {
|
||||
die("The Modular repository is not switched off, but should be.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user