From: Rishabh Dave Date: Thu, 11 Jun 2020 12:49:41 +0000 (+0530) Subject: doc/dev: mention -l, -e and -n among useful options X-Git-Tag: wip-pdonnell-testing-20200918.022351~1002^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8ce1cce974a2a6b82c079f6d4302b15d0849e9a8;p=ceph-ci.git doc/dev: mention -l, -e and -n among useful options Signed-off-by: Rishabh Dave --- diff --git a/doc/dev/developer_guide/running-tests-using-teuth.rst b/doc/dev/developer_guide/running-tests-using-teuth.rst index c2d9d260bec..e3761f11ec9 100644 --- a/doc/dev/developer_guide/running-tests-using-teuth.rst +++ b/doc/dev/developer_guide/running-tests-using-teuth.rst @@ -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) -------------------------------------------------