xiaoxiang781216 commented on code in PR #17728: URL: https://github.com/apache/nuttx/pull/17728#discussion_r2658993554
########## Documentation/testing/citests.rst: ########## @@ -64,3 +57,22 @@ by following command. Where nuttx-path is an absolute path to NuttX root directory and log-path is a user defined directory to which tests log are saved. + +CI with NTFC +============ + +NTFC (NuttX Test Framework for Community) enables automated testing for NuttX +across simulator, QEMU, and real hardware via serial interface. The framework +automatically detects available applications in NuttX images and executes +applicable tests using pytest-based test cases. + +The framework and official test cases are available at: + +- https://github.com/szafonimateusz-mi/nuttx-ntfc +- https://github.com/szafonimateusz-mi/nuttx-testing Review Comment: why moving test case to nuttx repo? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
