Skip to content

Commit

Permalink
assert fapolicyd is running after setup finished
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 11, 2024
1 parent bf0e8c2 commit 4cf2361
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 4cf2361

Please sign in to comment.