File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,8 @@ def test_single_subintf_status(self):
235
235
expected_output = (
236
236
"Sub port interface Speed MTU Vlan Admin Type\n "
237
237
"-------------------- ------- ----- ------ ------- --------------------\n "
238
- " Ethernet0.10 25G 9100 10 up 802.1q-encapsulation"
238
+ " Ethernet0.10 25G 9100 10 up 802.1q-encapsulation\n "
239
+ " Eth64.10 40G 9100 100 up 802.1q-encapsulation"
239
240
)
240
241
self .assertEqual (result .output .strip (), expected_output )
241
242
Original file line number Diff line number Diff line change 192
192
"admin_status" : " up" ,
193
193
"vlan" : " 100"
194
194
},
195
+ "INTF_TABLE:Eth64.10" : {
196
+ "admin_status" : " up" ,
197
+ "vlan" : " 100"
198
+ },
195
199
"_GEARBOX_TABLE:phy:1" : {
196
200
"name" : " sesto-1" ,
197
201
"phy_id" : " 1" ,
You can’t perform that action at this time.
0 commit comments