Skip to content

Commit a9c0504

Browse files
author
AJ Cruz
committed
New golden_output
1 parent 80449a5 commit a9c0504

File tree

4 files changed

+16
-74
lines changed

4 files changed

+16
-74
lines changed

src/genie/libs/parser/iosxe/tests/ShowCtsInterface/cli/equal/golden_output2_expected.py

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -106,42 +106,6 @@
106106
'port_auth_fail': 0
107107
},
108108
'l3_ipm': 'disabled'
109-
},
110-
'Port-channel2': {
111-
'cts': {
112-
'cts_status': 'disabled'
113-
},
114-
'l3_ipm': 'disabled'
115-
},
116-
'Port-channel20': {
117-
'cts': {
118-
'cts_status': 'disabled'
119-
},
120-
'l3_ipm': 'disabled'
121-
},
122-
'Port-channel22': {
123-
'cts': {
124-
'cts_status': 'disabled'
125-
},
126-
'l3_ipm': 'disabled'
127-
},
128-
'Port-channel47': {
129-
'cts': {
130-
'cts_status': 'disabled'
131-
},
132-
'l3_ipm': 'disabled'
133-
},
134-
'Port-channel58': {
135-
'cts': {
136-
'cts_status': 'disabled'
137-
},
138-
'l3_ipm': 'disabled'
139-
},
140-
'Port-channel69': {
141-
'cts': {
142-
'cts_status': 'disabled'
143-
},
144-
'l3_ipm': 'disabled'
145109
}
146110
}
147-
}
111+
}

src/genie/libs/parser/iosxe/tests/ShowCtsInterface/cli/equal/golden_output2_output.txt

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -86,40 +86,4 @@ Interface TenGigabitEthernet2/0/13:
8686
authz fail: 0
8787
port auth fail: 0
8888

89-
L3 IPM: disabled.
90-
91-
92-
Interface Port-channel2:
93-
CTS is disabled.
94-
95-
L3 IPM: disabled.
96-
97-
98-
Interface Port-channel20:
99-
CTS is disabled.
100-
101-
L3 IPM: disabled.
102-
103-
104-
Interface Port-channel22:
105-
CTS is disabled.
106-
107-
L3 IPM: disabled.
108-
109-
110-
Interface Port-channel47:
111-
CTS is disabled.
112-
113-
L3 IPM: disabled.
114-
115-
116-
Interface Port-channel58:
117-
CTS is disabled.
118-
119-
L3 IPM: disabled.
120-
121-
122-
Interface Port-channel69:
123-
CTS is disabled.
124-
125-
L3 IPM: disabled.
89+
L3 IPM: disabled.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
expected_output={
2+
'interfaces': {
3+
'port-channel2': {
4+
'cts': {
5+
'cts_status': 'disabled'
6+
},
7+
'l3_ipm': 'disabled'
8+
}
9+
}
10+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Interface Port-channel2:
2+
CTS is disabled.
3+
4+
L3 IPM: disabled.

0 commit comments

Comments
 (0)