ansible/test/sanity
Sebastian 48107ac212 junos_config documentation missing "update" choice (#51299)
* Update junos_config.py

The current junos_config module documentation only lists "merge","override" and "replace" as update parameter choices. Looking into junos_python.py "update" is another option which is really helpful and in my opinion the most needed option.

'''
update=dict(default='merge', choices=['merge', 'override', 'replace', 'update'])
'''

+label: docsite_pr

* Fixup Update junos_config.py

The current junos_config module documentation only lists "merge","override" and "replace" as update parameter choices. Looking into junos_python.py "update" is another option which is really helpful and in my opinion the most needed option.

'''
update=dict(default='merge', choices=['merge', 'override', 'replace', 'update'])
'''

Co-Authored-By: crab86 <sgesenhoff@gmail.com>
2019-01-30 10:12:17 -05:00
..
ansible-doc Remove deprecated os_server_actions alias (#47208) 2018-10-18 16:44:44 +10:00
code-smell Doc fragments to plugins (#50172) 2019-01-23 20:03:47 -05:00
compile Overhaul additional sanity tests. (#36803) 2018-02-27 15:05:39 -08:00
import Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
pep8 Skip sanity tests that don't apply to bundled code 2018-12-17 11:01:01 -08:00
pslint Add retries for Invoke-ScriptAnalyzer in pslint. 2018-12-19 11:18:24 -08:00
pylint Enable the bare-except pylint and pep8 checking 2018-12-16 15:03:19 -08:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Test cleanup. 2018-01-11 13:43:10 -08:00
validate-modules junos_config documentation missing "update" choice (#51299) 2019-01-30 10:12:17 -05:00
yamllint Doc fragments to plugins (#50172) 2019-01-23 20:03:47 -05:00
ansible.cfg Fix ansible-test config management. 2017-10-04 12:52:36 -07:00