-
Notifications
You must be signed in to change notification settings - Fork 578
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
apps/testing:move {drivertest fftest irtest monkey nand_sim pcitest sd_bench sd_stress sensortest} folders to the new driver folder #2961
Conversation
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements. While it provides a summary and describes the impact, it lacks crucial information. Here's what's missing:
In short, the PR needs more detail and explicit answers to the checklist items to be considered complete. While the changes themselves might be simple, demonstrating due diligence in the PR description is essential for proper review and acceptance. |
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 @txy-21 :-)
Didn't we want |
@cederom ok, change driver to dirvers |
a9c10b3
to
5af43ed
Compare
…d_bench sd_stress sensortest} folders to the new driver folder Signed-off-by: tengshuangshuang <[email protected]>
5af43ed
to
a13e928
Compare
@cederom Thanks for your suggestion.About irtest,sd_bench,monkey and sensortest folders, @xiaoxiang781216 has a different suggestion. His opinion is somewhat different from what we discussed in #2931. What do you think of his suggestion? |
Always good to discuss :-) Maybe better solution can be found that way :-) |
Okay it seems @raiden00pl remarks on separating What would be better / possible approach for now @txy-21 @xiaoxiang781216 ?
Update: From the specific comments above it seems also some utilities in the |
@GUIDINGLI suggest we move the tools/utils to apps/system and benchmark to apps/benchmark. |
@xiaoxiang781216 I thought the same - we can move some tools back to
|
I liked the @txy-21 idea that some testing utils for instance targeted for drivers tests could be placed in the For sure @xiaoxiang781216 initial remarks here on what are "tests" in terms to return PASS/FAIL are in align with previous discussion @raiden00pl suggestions and I fully agree these should be separated and |
I prefer that testing frameworks and test case under one top level folder(either tests or testing is fine to me), we can move the testing testing/framework to testing/utils or frameworks etc.
LGTM. |
Summary
This is one step that merge test case as discussed in #2931.
Create driver folder and move {drivertest fftest irtest monkey nand_sim pcitest sd_bench sd_stress sensortest} folders to the new driver folder.
Impact
This PR only affects the apps/testing folder, changing the location of some subfolders under this folder.
new folder : driver
move : drivertest fftest irtest monkey nand_sim pcitest sd_bench sd_stress sensortest
Testing
CI test.