ansible/test/units/modules/network
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
2017-07-11 09:52:53 +05:30
..
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cumulus test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
eos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
f5 Adds missing fields for iapp service (#26507) 2017-07-10 07:27:49 +01:00
ios Add ios_user implementation module (#25413) 2017-06-09 13:50:57 +05:30
iosxr Adding admin option for iosxr_config (#26509) 2017-07-10 10:22:45 -06:00
junos junos_linkagg implementation and junos modules refactor (#26587) 2017-07-11 09:52:53 +05:30
netscaler Add module netscaler_cs_action (#26147) 2017-06-28 19:16:46 +05:30
nxos fix nxos_overlay_global (#26422) 2017-07-10 18:53:52 +05:30
ovs Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
vyos vyos_static_route implementation module (#26426) 2017-07-10 16:34:56 +05:30
__init__.py