Skip to content

Commit

Permalink
Trivial punctuation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Jan 22, 2024
1 parent 0ad040b commit 54f928d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
8 changes: 4 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 54f928d

Please sign in to comment.