1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network/cnos
Anil Kumar Muraleedharan 82d26c8c93 Lenovo cnos vrf (#54188)
* Adding module cnos_vrf to manage VRF Configurations.

* Update cnos_vrf.py

* Adding Functional Tests, Unit Tests and Bug Fixes.

* Fixing discrepancy in description against sample

* Review comments incorporated

* Review comments 2 Done

* Update basic.yaml

* Update test_cnos_vrf.py

* Review comments 3
2019-03-28 19:19:37 +05:30
..
fixtures Lenovo cnos vrf (#54188) 2019-03-28 19:19:37 +05:30
__init__.py Modifying cnos-facts, cnos_command and cnos-config in line with the design followed in Ansible. Adding unit test cases for these modules. Added plugins to support them. (#39955) 2018-05-17 10:06:24 -04:00
cnos_module.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
test_cnos_banner.py Lenovo cnos banner new module (#50145) 2019-01-09 10:43:57 -05:00
test_cnos_bgp.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_cnos_command.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_cnos_config.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_cnos_facts.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_cnos_interface.py Refactoring of cnos_interface module like what followed by other vendors (#49927) 2018-12-19 11:38:19 -05:00
test_cnos_l2_interface.py Lenovo cnos l2interface (#50641) 2019-01-09 10:46:56 -05:00
test_cnos_l3_interface.py To fix bug on switch port issue of L3 interfaces. (#53267) 2019-03-06 12:08:53 -05:00
test_cnos_linkagg.py Refactoring code of cnos_portchannel as cnos_linkagg in tune with other vendors. (#49467) 2018-12-05 11:03:42 -05:00
test_cnos_lldp.py Lenovo cnos lldp (#52568) 2019-02-20 17:30:09 -05:00
test_cnos_logging.py Lenovo cnos logging (#52978) 2019-02-27 14:15:56 -05:00
test_cnos_static_route.py Lenovo cnos static route (#53736) 2019-03-20 08:47:45 -04:00
test_cnos_system.py Lenovo cnos system module (#53764) 2019-03-20 08:50:45 -04:00
test_cnos_user.py Lenovo cnos user module (#53763) 2019-03-27 19:22:05 +05:30
test_cnos_vlag.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_cnos_vlan.py Refactoring cnos_vlan in line with ios, eos etc. (#48924) 2018-11-28 12:51:39 -05:00
test_cnos_vrf.py Lenovo cnos vrf (#54188) 2019-03-28 19:19:37 +05:30