From: Zac Dover Date: Wed, 6 Mar 2024 07:15:20 +0000 (+1000) Subject: doc/dev: edit teuthology workflow X-Git-Tag: v18.2.4~225^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56002%2Fhead;p=ceph.git doc/dev: edit teuthology workflow Improve a couple of sentences in doc/dev/developer_guide_testing_integration_tests/tests-integration-testing-teutology-workflow.rst. Signed-off-by: Zac Dover (cherry picked from commit 51796e80f35da8ca13b72f31eeafefd4c1e40773) --- diff --git a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst index 64b006c57fb4..427c84bd038c 100644 --- a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst +++ b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst @@ -209,6 +209,15 @@ For example: for the above test ID, the path is:: This method can be used to view the log more quickly than would be possible through a browser. +In addition to ``teuthology.log``, some other files are included for debugging +purposes: + +* ``unit_test_summary.yaml``: Provides a summary of all unit test failures. + Generated (optionally) when the ``unit_test_scan`` configuration option is + used in the job's YAML file. + +* ``valgrind.yaml``: Summarizes any Valgrind errors that may occur. + .. note:: To access archives more conveniently, ``/a/`` has been symbolically linked to ``/ceph/teuthology-archive/``. For instance, to access the previous example, we can use something like::