42aa86f Add pytest OpenSSH transport with password

Authored and Committed by cheimes 4 years ago
    Add pytest OpenSSH transport with password
    
    The pytest_multihost transport does not provide password-based
    authentication for OpenSSH transport. The OpenSSH command line tool has
    no API to pass in a password securely.
    
    The patch implements a custom transport that uses sshpass hack. It is
    not recommended for production but good enough for testing.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+2 -0