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 be89ef3eb6 junos_linkagg implementation and junos modules refactor (#26587)
* junos_linkagg implementation and junos modules refactor

*  junos_linkagg implementation
*  junos_linkagg integration test
*  net_linkagg integration test for junos
*  decouple `load_config` and `commit` operations,
   to allow single commit (in case on confirm commit) and
   to perform batch commit (multiple `load_config` followed by single
   `commit`)
*  Other related refactor

* Fix CI issues

* Fix unit test failure
7 years ago
..
fixtures Add junos unit test case (#24249) 7 years ago
__init__.py Add junos_command module unit test (#23819) 8 years ago
junos_module.py Add junos unit test case (#24249) 7 years ago
test_junos_command.py Add junos_config unit test (#24005) 8 years ago
test_junos_config.py junos_linkagg implementation and junos modules refactor (#26587) 7 years ago
test_junos_facts.py Add junos unit test case (#24249) 7 years ago
test_junos_netconf.py junos_linkagg implementation and junos modules refactor (#26587) 7 years ago
test_junos_package.py Add junos unit test case (#24249) 7 years ago
test_junos_rpc.py Add junos unit test case (#24249) 7 years ago