lupyuen commented on code in PR #18495: URL: https://github.com/apache/nuttx/pull/18495#discussion_r2887473479
########## Documentation/testing/ntfc.rst: ########## @@ -0,0 +1,29 @@ +========================================= +NTFC (NuttX Test Framework for Community) +========================================= + +NTFC enables automated testing for NuttX across :doc:`simulator +</platforms/sim/sim/index>`, 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 suggest we document the original URLs: - https://github.com/szafonimateusz-mi/nuttx-ntfc - https://github.com/szafonimateusz-mi/nuttx-testing When @raiden00pl updates build.yml with the final URL, the PR should update the docs too. https://github.com/apache/nuttx/blob/35567cca0d6a335ce5d1e7f071ec5da056dc450d/.github/workflows/build.yml#L198-L210 -- 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]
