]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/developer_guide/testing_integration_tests: update "frequently used options" 43742/head
authorLaura Flores <lflores@redhat.com>
Tue, 2 Nov 2021 00:31:16 +0000 (00:31 +0000)
committerLaura Flores <lflores@redhat.com>
Tue, 2 Nov 2021 00:37:10 +0000 (00:37 +0000)
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 <lflores@redhat.com>
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst

index 5e204ace6509b718f18263a6cb00e7cbb88e913b..a10b6970b05ccbfc1735b1bddf3d2d31e9ad2d7c 100644 (file)
@@ -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: