2016-10-28 02:10:48 +08:00
|
|
|
# this is just a placeholder so that we can define what the 'root' of the tests
|
|
|
|
# dir really is.
|
2020-01-16 01:48:10 +08:00
|
|
|
[pytest]
|
|
|
|
markers =
|
2020-08-06 03:03:49 +08:00
|
|
|
ceph_crash: environment with ceph crash enabled
|
2020-01-16 01:48:10 +08:00
|
|
|
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
|