You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/connection
Brian Coca f9ac2f0e22
connection plugins: extras fix (#83353) (#83820)
Currently we match the load name, which can be an fqcn, but most users expect the 'naked' name
Now plugins can declare that name by setting _extras_prefix property or fallback to 'non fqcn' if no extras prefix

(cherry picked from commit 718ce13673)
1 year ago
..
__init__.py Fix unit test dirs to match code under test. 9 years ago
test_connection.py Remove unused unit test code (#81150) 3 years ago
test_local.py Clean up unused imports in unit tests (#79893) 3 years ago
test_paramiko_ssh.py move test so it runs when the plugin is modified (#80158) 3 years ago
test_psrp.py connection plugins: extras fix (#83353) (#83820) 1 year ago
test_ssh.py Remove unused unit test code (#81150) 3 years ago
test_winrm.py Avoid winrm hang on stdin write failure (#82766) (#82782) 2 years ago