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
Ganesh Nalawade d72eb08902 Fix nxos provider transport warning issue (#30610)
* Fix nxos provider transport warning issue

*  Add default value of transport arg in provider spec
*  Remove default value if transport arg in top level spec
   This ensure deprecation warning is seen only in case transport
   is given as a top level arg in task
*  Refactor nxos modules to reference transport value from provider
   spec

* Fix unit test

* Remove transport arg assignment in nxos action plugin

* As assigning transport value is handled in provider spec
  top level task arg assignment is no longer required
2017-09-22 10:32:25 +05:30
..
cli Don't ask for password confirm on 'ansible-vault edit' (#30514) 2017-09-19 17:39:51 -04:00
contrib
errors
executor Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
inventory
inventory_test_data/group_vars
mock Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
module_utils Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
modules Fix nxos provider transport warning issue (#30610) 2017-09-22 10:32:25 +05:30
parsing Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
playbook less confusing 'args' message (#29053) 2017-09-06 18:20:06 -04:00
plugins Enable more pylint rules and fix reported issues. (#30543) 2017-09-19 00:45:35 -07:00
template
utils
vars Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
__init__.py
conftest.py
test_constants.py