From: Laura Flores Date: Tue, 2 Nov 2021 00:31:16 +0000 (+0000) Subject: doc/dev/developer_guide/testing_integration_tests: update "frequently used options" X-Git-Tag: v17.1.0~540^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43742%2Fhead;p=ceph.git doc/dev/developer_guide/testing_integration_tests: update "frequently used options" The `subset` option is important in Teuthology runs for reducing the number of tests that are triggered. This option is outlined in another part of the Teuthology documentation, but I think it's important to place here as well. Also, -n (for how many times the job will run) is incorrect; it should be -N. Signed-off-by: Laura Flores --- 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 5e204ace650..a10b6970b05 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 @@ -109,9 +109,9 @@ teuthology. This procedure explains how to run tests using teuthology. Other frequently used/useful options are ``-d`` (or ``--distro``), ``--distroversion``, ``--filter-out``, ``--timeout``, ``flavor``, ``-rerun``, -``-l`` (for limiting number of jobs) , ``-n`` (for how many times the job will -run). Run ``teuthology-suite --help`` to read descriptions of these and other -options. +``-l`` (for limiting number of jobs) , ``-N`` (for how many times the job will +run), and --subset (used to reduce the number of tests that are triggered). Run +``teuthology-suite --help`` to read descriptions of these and other options. .. _teuthology_testing_qa_changes: