6a17a91 Skip paramiko tests in FIPS mode

Authored and Committed by cheimes 4 years ago
    Skip paramiko tests in FIPS mode
    
    Paramiko is not compatible with FIPS mode. It uses MD5 on the client
    side and does not support rsa-sha2 connections for RSA auth.
    
    See: https://pagure.io/freeipa/issue/8129
    Reviewed-By: Francisco Trivino <ftrivino@redhat.com>