Skip to content

Commit

Permalink
Add QA:HEAD repo for sshd testing on Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmanzo committed Aug 21, 2024
1 parent 6193a1f commit b1e1c6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/services/sshd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ sub prepare_test_data {
zypper_call("in psmisc -busybox-psmisc");
}

# on Micro, the 'expect' package is in the IBS QA:Head repo
zypper_ar(get_required_var('QA_HEAD_REPO'), name => 'qa_head', no_gpg_check => 1) if is_transactional();

# Install software needed for this test module
install_package("netcat-openbsd expect psmisc");

}

sub configure_service {
Expand Down

0 comments on commit b1e1c6c

Please sign in to comment.