1
0
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:
Lukáš Růžička 2022-07-15 10:16:09 +02:00 committed by Lukas Ruzicka
parent 3439359c68
commit 14cbc951c4
2 changed files with 2 additions and 3 deletions

View File

@ -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%"
}
},

View File

@ -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.");
}