We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48d29 commit bb99280Copy full SHA for bb99280
1 file changed
tests/foreman/api/test_provisioning.py
@@ -573,7 +573,7 @@ def test_rhel_pxe_provisioning_fips_enabled(
573
574
# Verify FIPS is enabled on host after provisioning is completed successfully
575
result = provisioning_host.execute('cat /proc/sys/crypto/fips_enabled')
576
- assert (0 if is_open('SAT-20386') else 1) == int(result.stdout)
+ assert int(result.stdout) == 1
577
578
# Run a command on the host using REX to verify that Satellite's SSH key is present on the host
579
# Add workaround for SAT-32007 and SAT-32006
0 commit comments