From 9c25b1d0ba23210e4956ceba4f127331580c7fea Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 5 Jul 2019 16:32:49 +0900 Subject: [PATCH] Fix tempest run doc indentation This commit fixes the tempest run documentation indentations for more appropriate rendering[0]. Currently, it's rendered as a quote which is weird. [0] https://docs.openstack.org/tempest/latest/run.html#test-selection Change-Id: I764cfff7dd07214fa44dacfa2a86476471e8fb20 --- tempest/cmd/run.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tempest/cmd/run.py b/tempest/cmd/run.py index 77d44963cb..f9ca2c72ee 100644 --- a/tempest/cmd/run.py +++ b/tempest/cmd/run.py @@ -19,11 +19,11 @@ Test Selection ============== Tempest run has several options: - * **--regex/-r**: This is a selection regex like what stestr uses. It will run - any tests that match on re.match() with the regex - * **--smoke/-s**: Run all the tests tagged as smoke - * **--black-regex**: It allows to do simple test exclusion via passing a - rejection/black regexp +* ``--regex/-r``: This is a selection regex like what stestr uses. It will run + any tests that match on re.match() with the regex +* ``--smoke/-s``: Run all the tests tagged as smoke +* ``--black-regex``: It allows to do simple test exclusion via passing a + rejection/black regexp There are also the ``--blacklist-file`` and ``--whitelist-file`` options that let you pass a filepath to tempest run with the file format being a line