Skip to content

Commit ccf916c

Browse files
committed
aruba_aoscx_show_interface_mgmt: add fixture covering populated nameservers and IPv4 gateway
1 parent 48d8b4b commit ccf916c

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Address Mode : static
2+
Admin State : up
3+
Link State : up
4+
Mac Address : 9c:37:08:aa:bb:cc
5+
IPv4 address/subnet-mask : 192.0.2.1/25
6+
Default gateway IPv4 : 192.0.2.126
7+
IPv6 address/prefix :
8+
IPv6 link local address/prefix: fe80::aabb:ccdd:eeff:33/64
9+
Default gateway IPv6 :
10+
Primary Nameserver : 203.0.113.1
11+
Secondary Nameserver : 203.0.113.2
12+
Tertiary Nameserver :
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
parsed_sample:
3+
- address_mode: "static"
4+
admin_state: "up"
5+
ipv4_address: "192.0.2.1"
6+
ipv4_gateway: "192.0.2.126"
7+
ipv4_prefix_length: "25"
8+
ipv6_address: ""
9+
ipv6_gateway: ""
10+
ipv6_link_local: "fe80::aabb:ccdd:eeff:33"
11+
ipv6_link_local_prefix_length: "64"
12+
ipv6_prefix_length: ""
13+
link_state: "up"
14+
mac_address: "9c:37:08:aa:bb:cc"
15+
primary_dns: "203.0.113.1"
16+
secondary_dns: "203.0.113.2"
17+
tertiary_dns: ""

0 commit comments

Comments
 (0)