File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,7 @@ 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\n "
239
- " Eth64.10 40G 9100 100 up 802.1q-encapsulation"
238
+ " Ethernet0.10 25G 9100 10 up 802.1q-encapsulation"
240
239
)
241
240
self .assertEqual (result .output .strip (), expected_output )
242
241
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
- },
199
195
"_GEARBOX_TABLE:phy:1" : {
200
196
"name" : " sesto-1" ,
201
197
"phy_id" : " 1" ,
You can’t perform that action at this time.
0 commit comments