summaryrefslogtreecommitdiff
path: root/test/units/plugins/connection
Commit message (Expand)AuthorAgeFilesLines
* avoid tests when ncclient is not installedBrian Coca2018-10-012-1/+6
* Move persistent connections to only use registered variables (#45616)Nathaniel Case2018-09-203-34/+24
* psrp: Added new Windows connection plugin (#41729)Jordan Borean2018-08-211-0/+147
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-312-0/+2
* win_reboot: fix 2.6 issues and better handle post reboot reboot (#42330)Jordan Borean2018-07-111-0/+9
* Base connection class for network-style connections (#41839)Nathaniel Case2018-07-022-2/+4
* Stop displaying kinit pass input on a failure (#41882)Jordan Borean2018-06-261-0/+46
* skip winrm unit tests if winrm is not installed (#41596)Matt Davis2018-06-151-0/+2
* winrm: fix up unit tests (#41112)Jordan Borean2018-06-071-131/+130
* winrm: add better exception handling for krb5 auth with pexpect (#39930)Jordan Borean2018-05-231-0/+147
* winrm: source user from options than remote_user (#40467)Jordan Borean2018-05-221-0/+221
* Pull persistent connection parameters via get_option (#39367)Ricardo Carrillo Cruz2018-05-161-3/+4
* allow configuring sftp/scp executables (#36648)Brian Coca2018-04-231-27/+10
* Close & remove paramiko connection where appropriate (#37528)Nathaniel Case2018-03-161-0/+2
* Ensure that the become password is written on py3 in the ssh connection plugi...Matt Martz2018-01-181-0/+1
* Fix unit test failure for netconf connection plugin (#33547)Ganesh Nalawade2017-12-051-1/+2
* Auth to become (#33319)Nathaniel Case2017-11-281-2/+2
* ANSIBLE_SSH_USETTY configuration option (#33148)jctanner2017-11-221-0/+8
* Config continued (#31024)Brian Coca2017-11-161-5/+5
* mock ncclient import in test_connection.py (#32786)Frederic Lepied2017-11-101-1/+22
* Connection plugins network_cli and netconf (#32521)Nathaniel Case2017-11-093-48/+33
* the smart transport is broken by ssh retry codeToshio Kuratomi2017-08-141-23/+23
* Disable abstract-class-instantiated for smoketestsToshio Kuratomi2017-07-251-2/+2
* SSH fails with '"parsed": false' error messageGabor Lekeny2017-07-201-4/+4
* Add support for netconf network discovery (#25435)Ganesh Nalawade2017-06-281-0/+1
* Add support for cliconf and netconf plugin (#25093)Ganesh Nalawade2017-06-062-53/+42
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-304-41/+50
* Add eos changes for Python3 (#24600)Ganesh Nalawade2017-05-241-4/+2
* Fix for persistent connection plugin on Python3 (#24431)Toshio Kuratomi2017-05-121-15/+15
* Fix password prompt matching (#24081)Matt Martz2017-05-011-0/+81
* Ignores ControlPersist broken pipe errors. Fixes #16731Strahinja Kustudić2017-04-071-2/+2
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Re-enable ssh retry tests with isolation fixes (#22221)Matt Martz2017-03-021-20/+30
* Disable failing tests until they can be fixed.Matt Clay2017-03-021-0/+3
* Extend SSH Retry to put_file and fetch_file (#20187)Matt Martz2017-03-021-34/+128
* Remove shebangs from unit tests.Matt Clay2017-02-271-1/+0
* partial revert of changes introduced in d5f7a0181b1334fe23d3e734c2f8a1c34be35...Peter Sprygada2017-02-201-1/+0
* roll up of eos fixes (#21629)Peter Sprygada2017-02-191-1/+1
* clean up of terminal plugins (#21549)Peter Sprygada2017-02-171-3/+3
* updates netconf to use persistent socket (#21307)Peter Sprygada2017-02-121-12/+0
* Move ssh and local connection plugins from using raw select to selectorsToshio Kuratomi2017-02-031-77/+215
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* new connection plugin netconf (#20636)Peter Sprygada2017-01-251-0/+133
* add back reverted change to network_cli (#18761)Peter Sprygada2016-12-051-7/+12
* adds unit test for network_cli connection plugin (#18729)Peter Sprygada2016-12-032-0/+180
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-9/+9
* Fix unit test dirs to match code under test.Matt Clay2016-11-103-0/+529