-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV: Report Portal Integration with AMI Validation
- Loading branch information
Showing
10 changed files
with
77 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
[pytest] | ||
render_collapsed = True | ||
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. | ||
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. | ||
rp_verify_ssl = False | ||
rp_is_skipped_an_issue = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ paramiko==3.1.0 | |
awscli==1.27.119 | ||
requests==2.28.1 | ||
packaging==23.2 | ||
pytest-reportportal==5.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters