From 05bb4e3f023570ec9c3479b17fe89e737fa984f4 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 2 Nov 2021 00:31:16 +0000 Subject: [PATCH] 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 --- .../tests-integration-testing-teuthology-workflow.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 5e204ace6509b..a10b6970b05cc 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: -- 2.47.3