eth: Test more lengths to shift alignment

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-03-26 23:13:13 -07:00
parent bec324dc03
commit 5b16933210
3 changed files with 3 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ async def run_test_error(dut, ifg=12):
def size_list():
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10 + [i for i in range(64, 73) for k in range(8)]
def incrementing_payload(length):

View File

@@ -253,7 +253,7 @@ async def run_test_error(dut, ifg=12):
def size_list():
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10 + [i for i in range(64, 73) for k in range(8)]
def incrementing_payload(length):

View File

@@ -261,7 +261,7 @@ async def run_test_error(dut, ifg=12):
def size_list():
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10
return list(range(60, 128)) + [512, 1514, 9214] + [60]*10 + [i for i in range(64, 73) for k in range(8)]
def incrementing_payload(length):