mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 05:58:50 +00:00
Move modules and module_utils unit tests to correct place (#81)
* Move modules and module_utils unit tests to correct place. * Update ignore.txt * Fix imports. * Fix typos. * Fix more typos.
This commit is contained in:
parent
ab3c2120fb
commit
be191cce6c
1170 changed files with 732 additions and 751 deletions
|
|
@ -0,0 +1,9 @@
|
|||
sysname router
|
||||
|
||||
interface create mtc-1 1
|
||||
interface address dynamic-interface mtc-1 10.33.20.4 255.255.255.0 10.33.20.1
|
||||
interface vlan mtc-1 1
|
||||
|
||||
interface create mtc-2 2
|
||||
interface address dynamic-interface mtc-2 10.33.26.4 255.255.255.0 10.33.26.1
|
||||
interface vlan mtc-2 2
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
sysname foo
|
||||
|
||||
interface create mtc-1 1
|
||||
interface address dynamic-interface mtc-1 10.33.20.4 255.255.255.0 10.33.20.2
|
||||
interface vlan mtc-1 1
|
||||
|
||||
interface create mtc-2 2
|
||||
interface address dynamic-interface mtc-2 10.33.26.4 255.255.255.0 10.33.26.1
|
||||
interface vlan mtc-2 2
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
Manufacturer's Name.............................. Cisco Systems Inc.
|
||||
Product Name..................................... Cisco Controller
|
||||
Product Version.................................. 8.2.110.0
|
||||
RTOS Version..................................... 8.2.110.0
|
||||
Bootloader Version............................... 8.0.100.0
|
||||
Emergency Image Version.......................... 8.0.100.0
|
||||
|
||||
Build Type....................................... DATA + WPS
|
||||
|
||||
System Name...................................... SOMEHOST
|
||||
System Location.................................. USA
|
||||
System Contact................................... SN:E228240;ASSET:LSMTCc1
|
||||
System ObjectID.................................. 1.3.6.1.4.1.9.1.1615
|
||||
Redundancy Mode.................................. Disabled
|
||||
IP Address....................................... 10.10.10.10
|
||||
IPv6 Address..................................... ::
|
||||
System Up Time................................... 328 days 7 hrs 54 mins 49 secs
|
||||
System Timezone Location......................... (GMT) London, Lisbon, Dublin, Edinburgh
|
||||
System Stats Realtime Interval................... 5
|
||||
System Stats Normal Interval..................... 180
|
||||
|
||||
Configured Country............................... US - United States
|
||||
Operating Environment............................ Commercial (10 to 35 C)
|
||||
Internal Temp Alarm Limits....................... 10 to 38 C
|
||||
Internal Temperature............................. +18 C
|
||||
Fan Status....................................... OK
|
||||
|
||||
RAID Volume Status
|
||||
Drive 0.......................................... Good
|
||||
Drive 1.......................................... Good
|
||||
|
||||
State of 802.11b Network......................... Enabled
|
||||
State of 802.11a Network......................... Enabled
|
||||
Number of WLANs.................................. 1
|
||||
Number of Active Clients......................... 0
|
||||
|
||||
Burned-in MAC Address............................ AA:AA:AA:AA:AA:AA
|
||||
Power Supply 1................................... Present, OK
|
||||
Power Supply 2................................... Present, OK
|
||||
Maximum number of APs supported.................. 6000
|
||||
System Nas-Id....................................
|
||||
WLC MIC Certificate Types........................ SHA1/SHA2
|
||||
Licensing Type................................... RTU
|
||||
Loading…
Add table
Add a link
Reference in a new issue