Skip to content

Commit 51796e8

Browse files
committed
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 <[email protected]>
1 parent ea0bdc2 commit 51796e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,14 @@ For example: for the above test ID, the path is::
209209

210210
This method can be used to view the log more quickly than would be possible through a browser.
211211

212-
In addition to teuthology.log, there are other files included for debugging purposes:
212+
In addition to ``teuthology.log``, some other files are included for debugging
213+
purposes:
213214

214-
* unit_test_summary.yaml: It provides a summary of all unit test failures and
215-
is optionally generated when the ``unit_test_scan`` configuration option is
215+
* ``unit_test_summary.yaml``: Provides a summary of all unit test failures.
216+
Generated (optionally) when the ``unit_test_scan`` configuration option is
216217
used in the job's YAML file.
217218

218-
* valgrind.yaml: It summarizes any Valgrind errors that may occur.
219+
* ``valgrind.yaml``: Summarizes any Valgrind errors that may occur.
219220

220221
.. note:: To access archives more conveniently, ``/a/`` has been symbolically
221222
linked to ``/ceph/teuthology-archive/``. For instance, to access the previous

0 commit comments

Comments
 (0)