Skip to content

Commit

Permalink
pytest: register ceph_crash mark
Browse files Browse the repository at this point in the history
Otherwise we see some pytest warning.

PytestUnknownMarkWarning: Unknown pytest.mark.ceph_crash - is this a typo?
You can register custom marks to avoid this warning - for details,
see https://docs.pytest.org/en/latest/mark.html

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 03d4620)
  • Loading branch information
dsavineau authored and guits committed Aug 6, 2020
1 parent e0dc56b commit 92a2a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# dir really is.
[pytest]
markers =
ceph_crash: environment with ceph crash enabled
dashboard: environment with dashboard enabled
no_docker: environment without containers
docker: environment with containers
Expand Down

0 comments on commit 92a2a2c

Please sign in to comment.