Skip to content

Commit

Permalink
fixing system test issue where mlag test fails on Ethernet1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Lyssenko committed Aug 14, 2024
1 parent a2d0508 commit 4c9381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/test_api_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestResourceInterfaces(DutSystemTest):

def test_get(self):
for dut in self.duts:
intf = random_interface(dut)
intf = random_interface( dut, exclude=['Ethernet1'] )
dut.config(['default interface %s' % intf,
'interface %s' % intf,
'description this is a test',
Expand Down

0 comments on commit 4c9381a

Please sign in to comment.