masayuki2009 commented on PR #8438: URL: https://github.com/apache/nuttx/pull/8438#issuecomment-1418678611
It seems all the tests passed. ``` ++ basename /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest + config=citest + '[' sabre-6quad == sim ']' + '[' st == 64 ']' + target=qemu + mark=qemu + core=qemu ++ find /github/workspace/sources/nuttx -type f -name nuttx + image=/github/workspace/sources/nuttx/nuttx + path=/github/workspace/sources/nuttx + cd /github/workspace/sources/nuttx/tools/ci/testrun/script + python3 -m pytest -m qemu ./ -B sabre-6quad -P /github/workspace/sources/nuttx -L /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu -R qemu -C --json=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu/pytest.json ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /github/workspace/sources/nuttx/tools/ci/testrun, configfile: pytest.ini plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 collecting ... collected 12 items test_example/test_example.py::test_hello PASSED [ 8%] test_example/test_example.py::test_pipe PASSED [ 25%] test_example/test_example.py::test_popen PASSED [ 33%] test_example/test_example.py::test_usrsocktest PASSED [ 41%] test_os/test_os.py::test_ostest PASSED [ 50%] test_os/test_os.py::test_mm SKIPPED (unsupported at sabre-6quad) [ 58%] test_os/test_os.py::test_cxxtest SKIPPED (unsupported at sabre-6quad) [ 66%] test_os/test_os.py::test_scanftest SKIPPED (unsupported at sabre-6quad) [ 75%] test_os/test_os.py::test_getprime PASSED [ 83%] test_os/test_os.py::test_fs_test SKIPPED (unsupported at sabre-6quad) [ 91%] test_os/test_os.py::test_psram_test SKIPPED (unsupported at sabre-6quad) [100%] - generated json report: /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu/pytest.json - =================== 7 passed, 5 skipped in 168.88s (0:02:48) =================== ``` -- 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]
