-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[uss_qualifier] Add DSS probing configuration #189
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
monitoring/uss_qualifier/configurations/dev/dss_probing.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,20 @@ | ||
$content_schema: monitoring/uss_qualifier/configurations/configuration/USSQualifierConfiguration.json | ||
v1: | ||
test_run: | ||
$ref: ./library/environment.yaml#/non_baseline_inputs | ||
resources: | ||
resource_declarations: | ||
$ref: ./library/resources.yaml#/all | ||
action: | ||
test_suite: | ||
suite_type: suites.interuss.dss_probing | ||
resources: | ||
netrid_dss_instance_v19: netrid_dss_instance_v19 | ||
netrid_dss_instance_v22a: netrid_dss_instance_v22a | ||
id_generator: id_generator | ||
isa: service_area | ||
artifacts: | ||
tested_roles: | ||
report_path: output/tested_roles_dss_probing | ||
report: | ||
report_path: output/report_dss_probing.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
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
12 changes: 12 additions & 0 deletions
12
monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.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,12 @@ | ||
name: DSS instance probing for ASTM NetRID F3411-19 | ||
resources: | ||
dss: resources.astm.f3411.DSSInstanceResource | ||
id_generator: resources.interuss.IDGeneratorResource | ||
isa: resources.netrid.ServiceAreaResource | ||
actions: | ||
- test_scenario: | ||
scenario_type: scenarios.astm.netrid.v19.dss.SubscriptionValidation | ||
resources: | ||
dss: dss | ||
id_generator: id_generator | ||
isa: isa |
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
18 changes: 18 additions & 0 deletions
18
monitoring/uss_qualifier/suites/astm/netrid/f3411_22a/dss_probing.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,18 @@ | ||
name: DSS instance probing for ASTM NetRID F3411-22a | ||
resources: | ||
dss: resources.astm.f3411.DSSInstanceResource | ||
id_generator: resources.interuss.IDGeneratorResource | ||
isa: resources.netrid.ServiceAreaResource | ||
actions: | ||
- test_scenario: | ||
scenario_type: scenarios.astm.netrid.v22a.dss.ISASimple | ||
resources: | ||
dss: dss | ||
id_generator: id_generator | ||
isa: isa | ||
- test_scenario: | ||
scenario_type: scenarios.astm.netrid.v22a.dss.SubscriptionValidation | ||
resources: | ||
dss: dss | ||
id_generator: id_generator | ||
isa: isa |
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,21 @@ | ||
name: DSS instance probing | ||
resources: | ||
netrid_dss_instance_v19: resources.astm.f3411.DSSInstanceResource | ||
netrid_dss_instance_v22a: resources.astm.f3411.DSSInstanceResource | ||
id_generator: resources.interuss.IDGeneratorResource | ||
isa: resources.netrid.ServiceAreaResource | ||
actions: | ||
- test_suite: | ||
suite_type: suites.astm.netrid.f3411_19.dss_probing | ||
resources: | ||
dss: netrid_dss_instance_v19 | ||
id_generator: id_generator | ||
isa: isa | ||
on_failure: Continue | ||
- test_suite: | ||
suite_type: suites.astm.netrid.f3411_22a.dss_probing | ||
resources: | ||
dss: netrid_dss_instance_v22a | ||
id_generator: id_generator | ||
isa: isa | ||
on_failure: Continue |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a style preference, but personally I would probably put this suite definition directly in monitoring/uss_qualifier/configurations/dev/dss_probing.yaml without making a separate file here. Historically, there was no ability to define test suites inline in a configuration, so every test suite (including throwaway ones intended solely for development/verification) had to be explicitly defined somewhere, so this is the folder where those suites were defined. Now that we can define suites inline in configurations, I think suites intended to be used in only one configuration should probably just go directly in that configuration. (and at some point, we would clear out this folder entirely by putting the single-use suite definitions directly in the corresponding configuration files)
But, this is merely style and I'm ok with this as-is if you prefer after hearing the above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, updated accordingly.