Skip to content

Commit

Permalink
Tests: Add package for IPA tests
Browse files Browse the repository at this point in the history
Add python3-libsss_nss_idmap package in common lib of ipa

Signed-off-by: Madhuri Upadhye <[email protected]>

Reviewed-by: Jakub Vávra <[email protected]>
(cherry picked from commit e3dd7cf)
  • Loading branch information
madhuriupadhye authored and jakub-vavra-cz committed Jul 25, 2023
1 parent e171cf4 commit a6a92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/multihost/sssd/testlib/ipa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, Host):

def install_common_pkgs(self):
""" Install common required packages """
pkgs = 'ldb-tools tcpdump wireshark-cli expect'
pkgs = 'ldb-tools tcpdump wireshark-cli expect python3-libsss_nss_idmap'
if '8.' in self.multihost.distro:
enable_idm1 = "dnf -y module reset idm"
self.multihost.run_command(enable_idm1)
Expand Down

0 comments on commit a6a92ed

Please sign in to comment.