Skip to content

Commit bd43e25

Browse files
authored
Add files via upload
Add "golden_output1_expected.py" and "golden_output1_output.txt"
1 parent 71545a1 commit bd43e25

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
expected_output = {
2+
"internal_vlan":{
3+
"1006":{
4+
"usage":"GigabitEthernet0/0"
5+
},
6+
"1007":{
7+
"usage":"GigabitEthernet0/1"
8+
},
9+
"1008":{
10+
"usage":"GigabitEthernet0/2"
11+
}
12+
}
13+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VLAN Usage
2+
---- --------------------
3+
1006 GigabitEthernet0/0
4+
1007 GigabitEthernet0/1
5+
1008 GigabitEthernet0/2

0 commit comments

Comments
 (0)