ansible/test
Ganesh Nalawade 200ed25648
Fix for junos cli_config replace option (#62131)
* Fix for junos cli_config replace option

*  For device that support replace option by loading
   configuration from a file on device `config` option
   is not required and value of `replace` option is the
   path of configuration file on device. This fix allows
   invoking run() function in cli_config if `config` option
   is None and `replace` option is not boolean

*  The command to replace running config on junos device
   is `load override <filename>` and not `load replace <filename>`
   This is fixed in the junos cliconf plugin.

* Add integration test
2019-09-13 18:52:33 +05:30
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 2019-08-24 11:38:30 -07:00
integration Fix for junos cli_config replace option (#62131) 2019-09-13 18:52:33 +05:30
legacy Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
lib/ansible_test typo: missing-subption-docs → missing-suboption-docs (#62180) 2019-09-12 14:51:20 -05:00
sanity typo: missing-subption-docs → missing-suboption-docs (#62180) 2019-09-12 14:51:20 -05:00
units Add unit tests for check_point ansible modules (#62213) 2019-09-13 13:54:29 +02:00
utils Revert "shippable: temporary bump the timeout for Azure jobs" 2019-09-09 18:17:25 -07:00