Commit Graph

10 Commits

Author SHA1 Message Date
David Wilson 89852db163 issue #370: add 'disconnect resets connection' test 2018-10-29 16:32:34 +00:00
David Wilson 5eb41751f5 tests: import missing connection_passthrough 2018-09-10 01:40:49 +01:00
David Wilson 916e46621b issue #340: add connection delegation tests. 2018-08-18 16:43:59 +01:00
David Wilson aed8fb531b tests: unused imports 2018-08-18 16:43:59 +01:00
David Wilson 3b0addcfb0 service: v2. Closes #213 2018-05-28 05:38:33 +01:00
David Wilson f98279fc95 tests: fix LRU test after splitting up Connection class.
The module the connection class is now loaded as is
"ansible.plugins.connection.mitogen_ssh", etc., which breaks the test.
Instead, check if the connection is an instance of the base Connection
class.
2018-05-04 17:38:49 +01:00
David Wilson d827bdb848 tests: fixes to get regression/ running under vanilla Ansible 2018-04-18 15:30:31 +01:00
David Wilson ed915b6e63 tests: magic mitogen_shutdown_all action
LRU tests break when run as part of the whole suite rather than
individually, because LRU stuff is already happening for earlier tests.
2018-04-17 12:42:53 +01:00
David Wilson b9d4ec57b3 issue #164: some more ActionMixin tests. 2018-04-05 19:36:08 +01:00
David Wilson 48a0938d04 issue #164: add action module to return active strategy. 2018-04-05 17:27:02 +01:00