diff --git a/jobs.py b/jobs.py index 4b5622afa..d65a15860 100755 --- a/jobs.py +++ b/jobs.py @@ -108,7 +108,7 @@ "markers": "reboot and not flaky", }, "storage-quicktest": { - "description": "runs `quicktest on all storage drivers`", + "description": "runs `quicktest` on all storage drivers", "requirements": [ "A pool with at least 3 hosts.", "An additional free disk on every host.", diff --git a/pytest.ini b/pytest.ini index 3646ff266..957cef4d2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,9 +8,9 @@ markers = # *** Markers used to select tests at collect stage *** # * Host-related markers, automatically set based on fixtures - hostA2: a second member in the first pool - hostB1: a second pool - sr_disk: the test needs a free disk or writable block device that it can erase + hostA2: a second member in the first pool. + hostB1: a second pool. + sr_disk: the test needs a free disk or writable block device that it can erase. # * VM-related markers, automatically set based on fixtures no_vm: tests that do not require a VM to run. @@ -27,7 +27,7 @@ markers = reboot: tests that reboot one or more hosts. flaky: flaky tests. Usually pass, but sometimes fail unexpectedly. complex_prerequisites: tests whose prerequisites are complex and may require special attention. - quicktest: runs `quicktest` + quicktest: runs `quicktest`. log_cli = 1 log_cli_level = info log_cli_format = %(asctime)s %(levelname)s %(message)s