Unregister marks generates warnings like:
PytestUnknownMarkWarning: Unknown pytest.mark.docker - is this a typo?
You can register custom marks to avoid this warning
https://docs.pytest.org/en/latest/mark.html
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
# this is just a placeholder so that we can define what the 'root' of the tests
# dir really is.
+[pytest]
+markers =
+ dashboard: environment with dashboard enabled
+ no_docker: environment without containers
+ docker: environment with containers
+ all: for all nodes
+ iscsigws: for iscsigw nodes
+ mdss: for mds nodes
+ mgrs: for mgr nodes
+ mons: for mon nodes
+ nfss: for nfs nodes
+ osds: for osd nodes
+ rbdmirrors: for rbdmirror nodes
+ rgws: for rgw nodes
+ grafanas: for grafana nodes