-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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/bsim/run_parallel: Fail if an explicitly listed test is missing & fix missing tests #87282
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update commit message? but for the 53 and 5340 it was forgotten in the list of tests to run.
should be but for the 54L15 and 5340 it was forgotten in the list of tests to run.
Also, fix the bsim job failure?
tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh was split in two in 872b193 but for the 54L15 and 5340 it was forgotten in the list of tests to run. Let's fix it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
We never got to add any multidevice tests to the UART driver tests. So let's not try to run that empty set in CI. (we have some multidevice UART tests for BT). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
6d6af15
to
aa4e8d1
Compare
Instead of just printing a warning, fail (return != 0 to the shell) if a test is missing, or a pattern does not match any test. Also, warn (and return != 0) if no tests are found when SEARCH_PATH is provided. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
aa4e8d1
to
639e21d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a bash expert, but approving the inclusions of the tests.
Instead of just printing a warning, fail (return != 0 to the shell) if a test is missing, or a pattern does not match any test
tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh was split in two in 872b193 but for the 53 and 5340 it was forgotten in the list of tests to run.
Let's fix it.