]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev: edit teuthology workflow
authorZac Dover <zac.dover@proton.me>
Wed, 6 Mar 2024 07:15:20 +0000 (17:15 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 6 Mar 2024 14:56:36 +0000 (00:56 +1000)
Improve a couple of sentences in
doc/dev/developer_guide_testing_integration_tests/tests-integration-testing-teutology-workflow.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 51796e80f35da8ca13b72f31eeafefd4c1e40773)

doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst

index 64b006c57fb4602cab6141cdf265204058b36609..427c84bd038c5b9bbdf635899ada208a6c143257 100644 (file)
@@ -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::