forked from red-hat-storage/ocs-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
31 lines (29 loc) · 1011 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[pytest]
markers =
run_this: testing marker for run this test, useful for development
tier0: marker for tier0 tests
tier1: marker for tier1 tests
tier2: marker for tier2 tests
tier3: marker for tier3 tests
tier4: marker for tier4 tests
manage: manage team marker
ecosystem: ecosystem team marker
e2e: e2e team marker
ocp: ocp related tests
rook: rook related tests
ui: UI related tests
csi: CSI related tests
monitoring: monitoring related tests
workloads: workloads related tests
performance: performance related tests
scale: scale related tests
deployment: deployment related tests
upgrade: upgrade related tests
polarion_id: ID of test case used for reporting to Polarion
log_format = %(asctime)s - %(threadName)s - %(name)s - %(levelname)s - %(message)s
# Don't set log_cli_level to DEBUG because we get memory issues on Jenkins
log_cli=true
log_cli_level = INFO
log_level = DEBUG
addopts = --ignore=ocs_ci
testpaths = tests