Skip to content

Commit

Permalink
No need install openldap for regression 15sp3 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
openQA web UI committed Feb 8, 2024
1 parent a3e1a22 commit c4791d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/migration/openldap_configuration.pm
Expand Up @@ -20,6 +20,10 @@ sub run {
my ($self) = @_;
select_serial_terminal;

# Install openldap since we need use slaptest tools
my $REGRESSION_15SP3 = (get_var('FLAVOR') =~ /Regression/) && check_var('HDDVERSION', '15-SP3') && is_x86_64;
zypper_call("in sssd sssd-tools sssd-ldap openldap2 openldap2-client") unless $REGRESSION_15SP3;

# Disable and stop the nscd daemon because it conflicts with sssd
disable_and_stop_service('nscd') if check_unit_file('nscd');

Expand Down

0 comments on commit c4791d9

Please sign in to comment.