]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: mention -l, -e and -n among useful options 35541/head
authorRishabh Dave <ridave@redhat.com>
Thu, 11 Jun 2020 12:49:41 +0000 (18:19 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 11 Jun 2020 12:58:39 +0000 (18:28 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/dev/developer_guide/running-tests-using-teuth.rst

index c2d9d260becabe7536c52471e281763aa99bd08b..e3761f11ec9a75fe3da58e6124574a0b804f7733 100644 (file)
@@ -63,9 +63,10 @@ After building is complete, proceed to trigger tests -
    `Pulpito`_ page created for the tests triggered.
 
 Other frequently used/useful options are ``-d`` (or ``--distro``),
-``--distroversion``, ``--filter-out``, ``--timeout``, ``flavor``, ``-rerun``.
-Run ``teuthology-suite --help`` to read description of these and every other
-options available.
+``--distroversion``, ``--filter-out``, ``--timeout``, ``flavor``, ``-rerun``,
+``-l`` (for limiting number of jobs) , ``-n`` (for how many times job would
+run) and ``-e`` (for email notifications). Run ``teuthology-suite --help``
+to read description of these and every other options available.
 
 Testing QA changes (without re-building binaires)
 -------------------------------------------------