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
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
7 years ago
..
cli
config
contrib
errors
executor
inventory_test_data/group_vars
mock
module_utils nso_config module for setting configuration in Cisco NSO (#30973) 7 years ago
modules Fix ios_config file prompt issue (#32744) 7 years ago
parsing
playbook Fix include_role unit tests (#31920) 7 years ago
plugins Connection plugins network_cli and netconf (#32521) 7 years ago
template
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py