forked from RedHatQE/managed-services-integration-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
25 lines (23 loc) · 868 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
[pytest]
testpaths = tests
markers =
# General
skip_data_collector: Mark tests that should not trigger data-collector upon failure. Relevant for tests that do not run on a cluster.
# Test types
smoke: Mark tests as smoke tests.
smoke_multi_cluster: Mark multi-cluster tests as smoke tests.
smoke_single_cluster: Mark single-cluster tests as smoke tests.
upgrade: Mark tests about cluster version upgrade as upgrade tests.
hypershift_install: Mark hypershift installation tests.
mas_debezium: Mark tests for mas-debezium scenario
acm_observability: Mark tests for ACM Observability
addopts =
-p no:logging
--basetemp=/tmp/pytest
--strict-markers
--tc-file=tests/global_config.py
--tc-format=python
--show-progress
--order-dependencies
--indulgent-ordering
-s --junit-xml=~/xunit_results.xml