-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release 2023.10 - RC1 #287
Comments
So after some investigation I found the the iotlab based tests with the I tried with both this: @pytest.mark.parametrize(
'nodes, iotlab_site',
[pytest.param(['iotlab-m3', 'openmoteb'], "strasbourg")],
indirect=['nodes', 'iotlab_site'],
) and @pytest.mark.parametrize(
'nodes, iotlab_site',
[pytest.param(['iotlab-m3', 'openmote-b'], "strasbourg")],
indirect=['nodes', 'iotlab_site'],
) Maybe it is something to do with the |
oops I actually get some output:
|
I think I got it. Just need to add openmote to the board map :) |
Both #289 and RIOT-OS/RIOT#19979 will need to get in before starting RC2 as they fix some of the failing tests... |
doh, wasn't on the PR... |
Test Report
|
So we will still need to wait for some sock, coap, psa, and release test fixes before RC2... |
There are still some backports required but maybe it would be good to start a RC2 after RIOT-OS/RIOT#20008 is merged just to see the current state. |
Closing in favor of #291 |
This issue lists the status of all tests for the Release Candidate 1 of the 2023.10 release.
Specs tested:
The text was updated successfully, but these errors were encountered: