From: Dimitri Savineau Date: Wed, 5 Aug 2020 19:03:49 +0000 (-0400) Subject: pytest: register ceph_crash mark X-Git-Tag: v4.0.32~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f7da8b9d1f067150733a88711e8eb88c1b187b3;p=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 (cherry picked from commit 03d46202691514639ff10666a488169bf8b4d150) --- diff --git a/tests/pytest.ini b/tests/pytest.ini index 7a1e037d7..136a80504 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -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