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/integration/targets/junos_config
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
5 years ago
..
defaults Fix cosmetic problems in YAML source 8 years ago
meta Add dependency to run junos integration test (#27620) 7 years ago
tasks Add cli_config module (#42413) 6 years ago
templates/basic Fix junos_config integration test (#41304) 6 years ago
tests Fix for junos cli_config replace option (#62131) 5 years ago