diff --git a/generic/tests/iofuzz.py b/generic/tests/iofuzz.py index fdc87797844dab7d46b96daa97da3afe26cf7353..7d0e5525b479036b62be7b054553750ce2e31108 100644 --- a/generic/tests/iofuzz.py +++ b/generic/tests/iofuzz.py @@ -147,7 +147,7 @@ def run(test, params, env): # Write random values to random ports of the range for _ in range(fuzz_count * (end - beg + 1)): - inst.append(("write",[o_random.randint(beg, end), + inst.append(("write", [o_random.randint(beg, end), o_random.randint(0, 255)])) fuzz(session, inst)