raiden00pl commented on code in PR #18495: URL: https://github.com/apache/nuttx/pull/18495#discussion_r2889112783
########## 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: @lupyuen ntfc is running inside isolated docker container. If this is a problem for infra, then our entire CI is a problem for infra because we build a lot of things manually in the container -- 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]
