Skip to content

Commit

Permalink
assert fapolicyd is running after setup finished (#16895)
Browse files Browse the repository at this point in the history
(cherry picked from commit 04e6b7b)
  • Loading branch information
evgeni authored and web-flow committed Nov 12, 2024
1 parent 2198eea commit 39716b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def install_satellite(satellite, installer_args, enable_fapolicyd=False):
if enable_fapolicyd:
assert satellite.execute('rpm -q foreman-fapolicyd').status == 0
assert satellite.execute('rpm -q foreman-proxy-fapolicyd').status == 0
assert satellite.execute('systemctl is-active fapolicyd').status == 0
# Configure Satellite firewall to open communication
satellite.execute(
'firewall-cmd --permanent --add-service RH-Satellite-6 && firewall-cmd --reload'
Expand Down

0 comments on commit 39716b0

Please sign in to comment.