We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5398047 commit 21dfe1eCopy full SHA for 21dfe1e
2 files changed
tests/intfutil_test.py
@@ -235,8 +235,7 @@ def test_single_subintf_status(self):
235
expected_output = (
236
"Sub port interface Speed MTU Vlan Admin Type\n"
237
"-------------------- ------- ----- ------ ------- --------------------\n"
238
- " Ethernet0.10 25G 9100 10 up 802.1q-encapsulation\n"
239
- " Eth64.10 40G 9100 100 up 802.1q-encapsulation"
+ " Ethernet0.10 25G 9100 10 up 802.1q-encapsulation"
240
)
241
self.assertEqual(result.output.strip(), expected_output)
242
tests/mock_tables/appl_db.json
@@ -192,10 +192,6 @@
192
"admin_status": "up",
193
"vlan": "100"
194
},
195
- "INTF_TABLE:Eth64.10": {
196
- "admin_status": "up",
197
- "vlan": "100"
198
- },
199
"_GEARBOX_TABLE:phy:1": {
200
"name": "sesto-1",
201
"phy_id": "1",
0 commit comments