ansible/test/units/modules/network
dteach ca56a248d8 junos_facts: Add Hardware facts. (#30304)
* Add Routing Engine Facts

 - Map routing engine output information to routing_engines facts dict.
 - Add fact 'has_2RE', which is a quick way to determine how many REs
   the chassis has.

* Fix a typo

* Fix more typos

* Add slot number to routing_engine dict

* Add facts about the installed chassis modules

* Fix typo

* Fixed another typo

* Fix Path

* Change path again.

* More Typos

* Add some deubgging

* Add additional information for hardware components.

 - Return information about the Routing Engines.
 - Return a fact to easily determine if the device
   has two routing engines.
 - Return information about the hardware modules.

* Addressed pep8 stardard failures.

* Add unit test fixtures.

* Rename fixture.

* Fix unit test failures.

 - Rename the fixture file to what the unit test expects.
 - Strip out junos namespace attributes.
Rename file to match what the unit test expects.

* Scrubbed the routing engine serial numbers.

* Add unit test facts for new tests.

 - Add unit test for ansible_net_routing_engines fact
 - Add unit test for ansible_net_modules fact
 - Add unit test for ansible_net_has_2RE

* Fixed spacing.
2017-09-20 12:43:07 +05:30
..
aireos Adding aireos_config module (#27408) 2017-07-29 00:36:04 +05:30
aruba Adding aruba_config module (#27130) 2017-08-01 11:44:26 -06:00
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 2017-08-02 15:24:52 +01:00
cumulus test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
eos Fixes #30281 eos_banner integration test failure (#30283) 2017-09-14 13:56:32 +05:30
f5 Renames the bigip_configsync_actions module (#29747) 2017-09-12 05:53:44 +01:00
ios IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
iosxr Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
junos junos_facts: Add Hardware facts. (#30304) 2017-09-20 12:43:07 +05:30
netscaler Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
nuage Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
nxos Rel240/fix nxos pim interface (#29885) 2017-09-14 13:36:32 -07:00
ovs Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
radware Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
vyos Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
__init__.py