1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/plugins
Nathaniel Case 9c0275a879
Connection plugins network_cli and netconf (#32521)
* implements jsonrpc message passing for ansible-connection

* implements more generic mechanism for persistent connections
* starts persistent connection in task_executor if enabled and supported
* supports using network_cli as top level connection plugin
* enhances logging for persistent connection to stdout

* Update action plugins

* Fix Python3 RPC

* Fix Junos bytes<-->str issues

* supports using netconf as top level connection plugin

* Error message when running netconf on an unsupported platform
* Update tests

* Fix `authorize: yes` for `connection: local`

* Handle potentially JSON data in terminal

* Add clarifying detail if possible on ConnectionError
2017-11-09 15:04:40 -05:00
..
action Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
cache Disable abstract-class-instantiated for smoketests 2017-07-25 15:58:23 -07:00
callback better cleanup on task results display (#27175) 2017-10-16 09:44:11 -04:00
connection Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
filter Fix set theory filters for python3 2017-09-09 17:38:39 -07:00
inventory tests for InventoryModule error conditions (#31381) 2017-10-16 18:52:44 -04:00
lookup Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
shell Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
strategy test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
vars Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_plugins.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00