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/modules/network/junos
Ganesh Nalawade 88da95bb77 Fix rollback in junos_config (#31424)
* Fix rollback in junos_config

Fixes #30778

*  Call `load_configuration` with rollback id in case
   the id is given as input
*  Pass rollback id to `get_diff()` to fetch diff from device

* Fix unit test
8 years ago
..
fixtures junos_facts: Add Hardware facts. (#30304) 8 years ago
__init__.py Add junos_command module unit test (#23819) 9 years ago
junos_module.py Fix junos unit test failures (#26676) 9 years ago
test_junos_command.py Fix junos unit test failures (#26676) 9 years ago
test_junos_config.py Fix rollback in junos_config (#31424) 8 years ago
test_junos_facts.py junos_facts: Add Hardware facts. (#30304) 8 years ago
test_junos_netconf.py Fix junos unit test failures (#26676) 9 years ago
test_junos_package.py Fix junos unit test failures (#26676) 9 years ago
test_junos_rpc.py Fix junos unit test failures (#26676) 9 years ago