Skip to content

Commit

Permalink
Tests: Add oddjob package to master for multihost/alltests
Browse files Browse the repository at this point in the history
The package is not pulled automatically as part of deps/packageset
on fedora resulting in subprocess.CalledProcessError: Command
'systemctl restart oddjobd.service' returned non-zero exit status 5.

Reviewed-by: Madhuri Upadhye <[email protected]>
  • Loading branch information
jakub-vavra-cz committed Feb 28, 2024
1 parent 11a77e8 commit 20175f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/multihost/sssd/testlib/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def server_install_pkgs(self):
""" Install common required packages on server"""
pkgs = 'adcli realmd samba samba-common-tools krb5-workstation '\
'samba-winbind-clients nfs-utils openldap-clients '\
'krb5-server cifs-utils expect 389-ds-base rsyslog'
'krb5-server cifs-utils expect 389-ds-base rsyslog '\
'oddjob oddjob-mkhomedir'
sssd_pkgs = 'sssd sssd-tools sssd-proxy sssd-winbind-idmap '\
'libsss_autofs sssd-kcm sssd-dbus'
# See comment in client_install_pkgs
Expand Down

0 comments on commit 20175f4

Please sign in to comment.