-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tests/lwip target board for python test is hardcoded to native #6533
Comments
Actually I'm not sure we can use the test script for any board as is, since it configures two tap interfaces to execute the tests. Therefore, another test for radio platforms should be created. Can we close the issue @BytesGalore ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
Hopefully fixable once #11406 and follow-ups are in. |
@miri64: ping? |
See #14874 |
The python driven test does not run for boards other then
native
But since the default
BOARD
for is set toiotlab-m3
for this test, I guess they should be the primary target.Setting the boards and ttys manually in the 01_test.py [1]
forces the script to start with these parameters but it fails when trying to call reset [2] before going on with testing:
[1] https://github.com/RIOT-OS/RIOT/blob/master/tests/lwip/tests/01-run.py#L264
[2] https://github.com/RIOT-OS/RIOT/blob/master/tests/lwip/tests/01-run.py#L168
The text was updated successfully, but these errors were encountered: