Skip to content

Commit

Permalink
Merge pull request #304 from dlyssenko/dlyssenko-update-invalid-min-l…
Browse files Browse the repository at this point in the history
…inks

updated number for invalid link
  • Loading branch information
dlyssenko authored Aug 16, 2024
2 parents 519be98 + 7f16691 commit 0669b66
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 @@ -403,7 +403,7 @@ def test_minimum_links_valid(self):

def test_minimum_links_invalid_value(self):
for dut in self.duts:
minlinks = random_int(129, 256) # some duts may support up to 128
minlinks = 1025 # hope it will hold for a while
result = dut.api(
'interfaces').set_minimum_links('Port-Channel1', minlinks)
self.assertFalse(result)
Expand Down

0 comments on commit 0669b66

Please sign in to comment.