Skip to content

Commit

Permalink
Workaround PR#822 to install customized qa_lib_virtauto packages in IBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-CAO authored and alice-suse committed May 11, 2024
1 parent dfc5f72 commit 5dc6439
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/virt_autotest/install_package.pm
Expand Up @@ -107,7 +107,17 @@ sub install_package {
}

sub run {
if (is_x86_64) {
script_run("zypper ar -p 80 http://download.suse.de/ibs/home:/Julie_CAO:/branches:/workaround/SLE-15-SP6 workaround");
script_run("zypper --gpg-auto-import-keys ref -r workaround");
save_screenshot;
}
install_package;
if (is_x86_64) {
script_run("zypper info qa_lib_virtauto");
script_run("zypper info qa_lib_keys");
save_screenshot;
}
}


Expand Down

0 comments on commit 5dc6439

Please sign in to comment.