df4380c Skip the ACME mod_md test when the client is in enforcing mode

Authored and Committed by rcritten 3 years ago
    Skip the ACME mod_md test when the client is in enforcing mode
    
    mod_md requires its own SELinux policy which is only available
    in the upstream github. It is beyond the scope of this test to
    maintain SELinux policy only for the scenario so skip it
    if the client is in enforcing.
    
    Note that no check needs to be done on OS because that is
    already handled by the outer skipif for skip_mod_md_tests.
    
    https://pagure.io/freeipa/issue/8514
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>