testing: move cmocka_fs to the new folder /basic#3011
Conversation
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
|
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements as described. While it provides some information, it lacks crucial details. Here's a breakdown:
The PR description needs to be much more thorough to meet the NuttX requirements. Provide the missing context and details to make it clear why the change is necessary and that it has been properly validated. |
|
CI failed, restarted. |
cederom
left a comment
There was a problem hiding this comment.
Thank you @txy-21 :-)
- Please try to use relative paths (i.e.
apps/testing/fs/basic) as/basicmeans a location in root directory so totally different place :-P - I think the agreements was made before that test scenarios should be located in
apps/tests/whileapps/testing/was supposed to hold utilities and frameworks. Therefore target location should beapps/tests/cmocka/fsinstead. Other cmocka tests could be placed there in analog way with functional location names. I have asked for confirmation in the original tests reorganization thread #2931.
jerpelea
left a comment
There was a problem hiding this comment.
please add a commit message
|
Thank you @cederom :-) |
|
@jerpelea Got it, thank you for your reminder |
Are you moving test scenarios (tests to be performed that return PASS/FAIL) or testing framework (some tool that is required to run the tests) @txy-21 ? :-) If test scenarios then correct location is I can see mix of several things here that may need clarification / separation:
What do you thinkg @raiden00pl @xiaoxiang781216 was that your thought? Is it doable to put Cmocka Framework in |
Summary
testing: move cmocka_fs to the new folder /basic
Move the cmocka case folder under testsuites to testing/fs/basic
Impact
apps/testing/testsuites and apps/testing/fs/basic
Testing
ci test.