Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_avb_traffic.py::test_avb_traffic[rgmii-125MHz-rt_hp-xs2] fails for seed anything other than 1 #68

Open
shuchitak opened this issue Nov 25, 2024 · 1 comment

Comments

@shuchitak
Copy link
Contributor

test_avb_traffic.py has the seed hardcoded to 1. I tested with some other seed values and for almost all the other seeds it fails with the error:

ERROR: Line 0 of output does not match expected
Expected: Stream 0 received 10 packets, 4180 bytes
Actual : Packet 1 instead of 521800
ERROR: Length of expected output greater than output
Missing:
Stream 1 received 10 packets, 4180 bytes
Stream 2 received 10 packets, 4180 bytes
Stream 3 received 10 packets, 4180 bytes
Stream 4 received 10 packets, 4180 bytes
Stream 5 received 10 packets, 4180 bytes
Stream 6 received 10 packets, 4180 bytes
Stream 7 received 10 packets, 4180 bytes
Stream 8 received 10 packets, 4180 bytes
Stream 9 received 10 packets, 4180 bytes
Stream 10 received 10 packets, 4180 bytes
Stream 11 received 10 packets, 4180 bytes
Received \d+ lp bytes
Fail

Need more investigation. I'm leaving the seed hardcoded to 1 for now.

@shuchitak
Copy link
Contributor Author

The test passes if the core clock frequency is set to 600MHz. Seems to be a timing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant