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>pull/5640/head
parent
c2e507b42d
commit
03d4620269
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue