-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpytest.ini
63 lines (60 loc) · 2.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[pytest]
testpaths = tests
markers =
# General
polarion: Store polarion test ID
jira: Jira ticket ID
incremental: Mark tests as incremental
last: Run the test last
first: Run the test first
order: Configure test order
early: Run fixtures early
redhat_internal_dependency: Tests which have a dependency on an RedHat internal resource
skip_must_gather_collection: skip must gather collection on failures
# Test types
destructive: Destructive tests
sap_hana: SAP HANA tests
ovs_brcnv: Test functionality of existing ovs bridge with primary, secondary node ifaces
scale: Scale tests
longevity: Longevity (continuous) tests
ipv4: IPV4 based test
ipv6: IPV6 based test
node_remediation: Node Remediation using NodeHalthCheck with SNR & FAR
udn: user defined network tests
# CI
smoke: Mark tests as smoke tests
ci: Mark tests as CI tests
tier2: Mark tests as tier2
tier3: Mark tests as tier3
ocp_interop: Interop testing with openshift
ibm_bare_metal: IBM BM tests
gating: Mark tier2 tests that are part of gating job
# Install and upgrade
install: Tests that self-manage HCO/CNV installation
upgrade: Run regular upgrade lanes with default configuration
upgrade_custom: Run custom upgrade lanes with non-default configuration (e.g. with hco featuregates customized)
post_upgrade: Marks tests which should be executed after upgrade
cnv_upgrade: Mark cnv upgrade test
ocp_upgrade: Mark ocp upgrade test
eus_upgrade: Mark EUS-to-EUS upgrade test
# Teams
chaos: Chaos tests
virt: Virt tests
network: Network tests
storage: storage tests
iuo: install upgrade operators
observability: metrics and alerts tests
sno: SingleNodeOpenShift tests
infrastructure: Infrastructure tests
data_protection: Data Protection tests
# cluster_health_check
cluster_health_check: cluster health check tests
addopts =
-p no:logging
--basetemp=/tmp/pytest
--strict-markers
--tc-file=tests/global_config.py
--tc-format=python
--show-progress
--order-dependencies
--indulgent-ordering