Skip to content

Commit 4dbccc0

Browse files
committed
Regenerate test data keys in alphabetical order
Further enhance PR #2092
1 parent e548a63 commit 4dbccc0

7 files changed

+120
-120
lines changed

tests/cisco_xr/show_ipv4_interface/cisco_xr_show_ipv4_interface.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
parsed_sample:
3-
- interface: "GigabitEthernet0/0/0/0"
4-
in_acl: "not set, access list is not set"
3+
- in_acl: "not set, access list is not set"
4+
interface: "GigabitEthernet0/0/0/0"
55
ip_address: "10.2.0.2"
66
ip_mtu: "1500"
77
link_status: "Up"
@@ -20,8 +20,8 @@ parsed_sample:
2020
sec_prefix_length: []
2121
vrf: "default"
2222
vrf_id: "0x60000000"
23-
- interface: "GigabitEthernet0/0/0/1"
24-
in_acl: "not set, access list is not set"
23+
- in_acl: "not set, access list is not set"
24+
interface: "GigabitEthernet0/0/0/1"
2525
ip_address: "10.0.7.1"
2626
ip_mtu: "1500"
2727
link_status: "Up"

tests/cisco_xr/show_ipv4_interface/cisco_xr_show_ipv4_interface1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
parsed_sample:
3-
- interface: "MgmtEth0/0/CPU0/0"
4-
in_acl: "not set, access list is not set"
3+
- in_acl: "not set, access list is not set"
4+
interface: "MgmtEth0/0/CPU0/0"
55
ip_address: "172.25.82.44"
66
ip_mtu: "1500"
77
link_status: "Up"
@@ -18,8 +18,8 @@ parsed_sample:
1818
sec_prefix_length: []
1919
vrf: "default"
2020
vrf_id: "0x60000000"
21-
- interface: "GigabitEthernet0/0/0/0"
22-
in_acl: ""
21+
- in_acl: ""
22+
interface: "GigabitEthernet0/0/0/0"
2323
ip_address: ""
2424
ip_mtu: ""
2525
link_status: "Shutdown"

tests/cisco_xr/show_ipv4_interface/cisco_xr_show_ipv4_interface2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
parsed_sample:
3-
- interface: "TenGigE0/0/0/6"
4-
in_acl: "not set"
3+
- in_acl: "not set"
4+
interface: "TenGigE0/0/0/6"
55
ip_address: "10.1.1.1"
66
ip_mtu: "9202"
77
link_status: "Up"
@@ -22,8 +22,8 @@ parsed_sample:
2222
sec_prefix_length: []
2323
vrf: "default"
2424
vrf_id: "0x60000000"
25-
- interface: "Bundle-Ether10.23"
26-
in_acl: "not set"
25+
- in_acl: "not set"
26+
interface: "Bundle-Ether10.23"
2727
ip_address: "10.1.1.7"
2828
ip_mtu: "9100"
2929
link_status: "Up"
@@ -40,8 +40,8 @@ parsed_sample:
4040
sec_prefix_length: []
4141
vrf: "default"
4242
vrf_id: "0x60000000"
43-
- interface: "TenGigE0/5/0/2.3"
44-
in_acl: "BLOCK"
43+
- in_acl: "BLOCK"
44+
interface: "TenGigE0/5/0/2.3"
4545
ip_address: "10.2.2.1"
4646
ip_mtu: "1500"
4747
link_status: "Up"

0 commit comments

Comments
 (0)