mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
!
|
||||
hostname router
|
||||
!
|
||||
interface GigabitEthernet0/0
|
||||
ip address 1.2.3.4 255.255.255.0
|
||||
description test string
|
||||
!
|
||||
interface GigabitEthernet0/1
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
description test string
|
||||
shutdown
|
||||
!
|
||||
wlan ssid-profile "blah"
|
||||
essid "blah"
|
||||
!
|
||||
ip access-list session blah
|
||||
any any any permit
|
||||
@@ -0,0 +1,13 @@
|
||||
!
|
||||
hostname router
|
||||
!
|
||||
interface GigabitEthernet0/0
|
||||
ip address 1.2.3.4 255.255.255.0
|
||||
description test string
|
||||
no shutdown
|
||||
!
|
||||
interface GigabitEthernet0/1
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
description test string
|
||||
shutdown
|
||||
!
|
||||
@@ -0,0 +1,11 @@
|
||||
!
|
||||
hostname foo
|
||||
!
|
||||
interface GigabitEthernet0/0
|
||||
no ip address
|
||||
!
|
||||
interface GigabitEthernet0/1
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
description test string
|
||||
shutdown
|
||||
!
|
||||
17
tests/unit/modules/network/aruba/fixtures/show_version
Normal file
17
tests/unit/modules/network/aruba/fixtures/show_version
Normal file
@@ -0,0 +1,17 @@
|
||||
Aruba Operating System Software.
|
||||
ArubaOS (MODEL: Aruba7220-US), Version 6.4.3.10
|
||||
Website: http://www.arubanetworks.com
|
||||
Copyright (c) 2002-2016, Aruba Networks, Inc.
|
||||
Compiled on 2016-08-31 at 18:31:30 PDT (build 56305) by p4build
|
||||
|
||||
ROM: System Bootstrap, Version CPBoot 1.2.1.0 (build 39183)
|
||||
Built: 2013-07-26 04:57:47
|
||||
Built by: p4build@re_client_39183
|
||||
|
||||
|
||||
Switch uptime is 15 days 20 hours 51 minutes 51 seconds
|
||||
Reboot Cause: User reboot (Intent:cause:register 78:86:50:2)
|
||||
Supervisor Card
|
||||
Processor (XLP432 Rev B1 (Secure Boot) , 1000 MHz) with 7370M bytes of memory.
|
||||
32K bytes of non-volatile configuration memory.
|
||||
7920M bytes of Supervisor Card system flash.
|
||||
Reference in New Issue
Block a user