Merge pull request #43742 from ljflores/wip-teuthology-subset

doc/dev/developer_guide/testing_integration_tests: update "frequently used options"

Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Neha Ojha 2021-11-01 18:12:52 -07:00 committed by GitHub
commit 349b6d1b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: