ttnie commented on code in PR #7109: URL: https://github.com/apache/incubator-nuttx/pull/7109#discussion_r990572895
########## .github/workflows/build.yml: ########## @@ -161,6 +161,7 @@ jobs: git config --global --add safe.directory /github/workspace/sources/apps cd sources/nuttx/tools/ci ./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat + #./cirun.sh -c -x testlist/${{matrix.boards}}.dat Review Comment: done. ########## tools/ci/testrun/README.md: ########## @@ -0,0 +1,45 @@ +# Requirements +- Python 3.6 or above +- pexpect + minicom +- pytest +```bash +sudo apt-get install minicom +cd env +pip3 install -r requirements.txt +``` +# Docs +[VelaOS Test](https://xiaomi.f.mioffice.cn/docs/dock4opHwhJkzV93W26ytiKCRgg#) Review Comment: done. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org