-
Notifications
You must be signed in to change notification settings - Fork 587
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
drivertest_uart: Pass in the specified parameters to test #3022
Conversation
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. Here's why and how to fix it: Missing Information:
Example of Improved PR Description:
(Output showing the test being skipped or hanging)
(Output showing the test completing successfully in non-blocking mode)
By providing more detail and addressing all the required points, you significantly increase the chances of your PR being reviewed and merged quickly. Remember to replace the example information with the specifics of your actual change. |
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.
Thank you @Zhangshoukui :-)
Sorry @Zhangshoukui could you fill in the Commit Message for this commit? Just copy from the PR Summary. Thanks :-) |
https://github.com/apache/nuttx/blob/master/tools/ci/testrun/script/test_framework/test_cmocka.py cmocka --skip test_case_posix_timer|test_case_oneshot|write_default|read_default|burst_test|gpiotest01 In the CI of the community, this test is skipped because this test will block the terminal, and I think that the test added to cmocka should not be designed this way Signed-off-by: zhangshoukui <[email protected]>
done |
Summary
drivertest_uart: Pass in the specified parameters to test
https://github.com/apache/nuttx/blob/master/tools/ci/testrun/script/test_framework/test_cmocka.py
cmocka --skip test_case_posix_timer|test_case_oneshot|write_default|read_default|burst_test|gpiotest01
In the CI of the community, this test is skipped because this test will block the terminal, and I think that the test added to cmocka should not be designed this way
Impact
drivertest_uart
Testing
local test