-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uss_qualifier] Make severity optional in record_failed (#405)
Make severity optional in record_failed
- Loading branch information
1 parent
faa67ca
commit b87aa56
Showing
13 changed files
with
79 additions
and
63 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
monitoring/uss_qualifier/configurations/dev/uspace_f3548.yaml
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Configuration to run just the ASTM F3548-21 part of the uspace.yaml configuration | ||
v1: | ||
test_run: | ||
resources: | ||
$ref: ./uspace.yaml#/v1/test_run/resources | ||
action: | ||
$ref: ./uspace.yaml#/v1/test_run/action | ||
execution: | ||
stop_fast: true | ||
skip_action_when: | ||
- is_test_scenario: {} | ||
except_when: | ||
- has_ancestor: | ||
which: | ||
- is_test_suite: {} | ||
regex_matches_name: ASTM F3548-21 | ||
- is_test_scenario: {} | ||
regex_matches_name: Configure mock_uss locality | ||
- is_test_scenario: {} | ||
regex_matches_name: Unconfigure mock_uss locality | ||
artifacts: | ||
$ref: ./uspace.yaml#/v1/artifacts | ||
validation: | ||
criteria: | ||
- applicability: | ||
test_scenarios: {} | ||
pass_condition: | ||
each_element: | ||
has_execution_error: false | ||
- applicability: | ||
failed_checks: | ||
has_severity: | ||
higher_than: Low | ||
pass_condition: | ||
elements: | ||
count: | ||
equal_to: 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
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
Oops, something went wrong.