Skip to content

Commit

Permalink
virt_autotest: Solving the problem of missing perl-Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxuguang committed Nov 1, 2024
1 parent 2c28087 commit 37ff1a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/virt_autotest/install_package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ sub install_package {
zypper_call("in -t pattern kvm_server kvm_tools", timeout => 300);
}

#Solving the problem of missing perl-Clone package during installing qa_lib_virtauto package
my $sle_version = is_sle('>=15') ? '15SP6' : '12SP5';
my $qa_update_repo = 'http://dist.nue.suse.com/ibs/QA:/Head/SLE' . $sle_version;
my $qa_update_repo .='/update/';

#Install qa_lib_virtauto
if (is_s390x) {
lpar_cmd("zypper --non-interactive --gpg-auto-import-keys ref");
Expand Down

0 comments on commit 37ff1a6

Please sign in to comment.