-
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] Run multiple uss_qualifier configurations (#151)
* Run multiple uss_qualifier configurations * Address comments * Address comments * Remove 1 second offset
- Loading branch information
1 parent
c21e1ce
commit 77b126a
Showing
25 changed files
with
222 additions
and
269 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
10 changes: 0 additions & 10 deletions
10
monitoring/uss_qualifier/configurations/dev/artifacts.yaml
This file was deleted.
Oops, something went wrong.
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
16 changes: 16 additions & 0 deletions
16
monitoring/uss_qualifier/configurations/dev/general_flight_auth.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,16 @@ | ||
$content_schema: monitoring/uss_qualifier/configurations/configuration/USSQualifierConfiguration.json | ||
v1: | ||
test_run: | ||
resources: | ||
resource_declarations: | ||
$ref: ./library/resources.yaml#/general_flight_authorization | ||
action: | ||
test_scenario: | ||
scenario_type: scenarios.interuss.flight_authorization.GeneralFlightAuthorization | ||
resources: | ||
table: flight_check_table | ||
on_failure: Abort | ||
artifacts: | ||
report: | ||
report_path: output/report_general_flight_auth.json | ||
redact_access_tokens: true |
3 changes: 2 additions & 1 deletion
3
monitoring/uss_qualifier/configurations/dev/generate_rid_test_data.json
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
36 changes: 0 additions & 36 deletions
36
monitoring/uss_qualifier/configurations/dev/geoawareness_cis.json
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
monitoring/uss_qualifier/configurations/dev/geoawareness_cis.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,19 @@ | ||
$content_schema: monitoring/uss_qualifier/configurations/configuration/USSQualifierConfiguration.json | ||
v1: | ||
test_run: | ||
resources: | ||
resource_declarations: | ||
source_document: | ||
resource_type: resources.eurocae.ed269.source_document.SourceDocument | ||
specification: | ||
url: file://./test_data/che/geoawareness/cis_source_sample.json | ||
action: | ||
test_suite: | ||
suite_type: suites.uspace.geo_awareness_cis | ||
resources: | ||
source_document: source_document | ||
artifacts: | ||
report: | ||
report_path: output/report_geoawareness_cis.json | ||
graph: | ||
gv_path: output/report_geoawareness_cis.gv |
16 changes: 16 additions & 0 deletions
16
monitoring/uss_qualifier/configurations/dev/geospatial_comprehension.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,16 @@ | ||
$content_schema: monitoring/uss_qualifier/configurations/configuration/USSQualifierConfiguration.json | ||
v1: | ||
test_run: | ||
resources: | ||
resource_declarations: | ||
$ref: ./library/resources.yaml#/geospatial_map | ||
action: | ||
test_scenario: | ||
scenario_type: scenarios.interuss.geospatial_map.GeospatialFeatureComprehension | ||
resources: | ||
table: feature_check_table | ||
on_failure: Abort | ||
artifacts: | ||
report: | ||
report_path: output/report_geospatial_comprehension.json | ||
redact_access_tokens: true |
5 changes: 5 additions & 0 deletions
5
monitoring/uss_qualifier/configurations/dev/library/README.md
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,5 @@ | ||
# dev library | ||
|
||
This folder contains configuration components intended to be included in other components or configurations. | ||
|
||
The field `$content_schema` is used to annotate intended content type, and matching JSON Schema may be found in the [`schemas` folder of this repo](../../../../../schemas). |
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.