hartmannathan commented on code in PR #17728: URL: https://github.com/apache/nuttx/pull/17728#discussion_r2658021054
########## Documentation/testing/citests.rst: ########## @@ -7,8 +7,8 @@ Running CI Test Locally NuttX automatically runs continuous integration (CI) tests on `simulator <https://nuttx.apache.org/docs/latest/guides/simulator.html>`__ -target when new pull request is submitted. To avoid the tests failing you can -also run them locally on your computer prior to submitting new pull request. +and QEMU targets when new pull request is submitted. To avoid the tests failing +you can also run them locally on your computer prior to submitting new pull request. Review Comment: ```suggestion you can also run them locally on your computer prior to submitting a new pull request. ``` ########## 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: I hope the plan is to eventually move the framework and official test cases under the apache/nuttx repositories? ########## Documentation/testing/citests.rst: ########## @@ -7,8 +7,8 @@ Running CI Test Locally NuttX automatically runs continuous integration (CI) tests on `simulator <https://nuttx.apache.org/docs/latest/guides/simulator.html>`__ -target when new pull request is submitted. To avoid the tests failing you can -also run them locally on your computer prior to submitting new pull request. +and QEMU targets when new pull request is submitted. To avoid the tests failing Review Comment: ```suggestion and QEMU targets when a new pull request is submitted. To avoid the tests failing ``` -- 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]
