forked from osbuild/cloud-image-val
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
11 lines (11 loc) · 768 Bytes
/
Copy pathpytest.ini
File metadata and controls
11 lines (11 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
[pytest]
render_collapsed = all
markers =
pub: Tests that have to be run on images that are already published into cloud providers marketplaces.
wait: Number of seconds the test should wait before it starts.
run_on: List of distro-version (or only distro) combinations where the test should be executed.
exclude_on: List of distro-version (or only distro) combinations where the test should NOT be executed.
jira_skip: List of Jira ticker ids. If any of these tickets are not closed, the test will be skipped.
package: Specified whether a test case is related to packages only.
cut: Related to Components Upgrade Testing phase during RHEL development.
cut: Related to Comprehensive Tests Cycle (1 and 2) phases during RHEL development.