We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
The test passes if the core clock frequency is set to 600MHz. Seems to be a timing issue.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: