mirror of https://github.com/ceph/ceph-ansible.git
pytest: register ceph_crash mark
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 03d4620269
)
pull/5763/head
parent
182319d58c
commit
0f7da8b9d1
|
@ -2,6 +2,7 @@
|
||||||
# dir really is.
|
# dir really is.
|
||||||
[pytest]
|
[pytest]
|
||||||
markers =
|
markers =
|
||||||
|
ceph_crash: environment with ceph crash enabled
|
||||||
dashboard: environment with dashboard enabled
|
dashboard: environment with dashboard enabled
|
||||||
no_docker: environment without containers
|
no_docker: environment without containers
|
||||||
docker: environment with containers
|
docker: environment with containers
|
||||||
|
|
Loading…
Reference in New Issue