requests check
-**[astm.f3411.v22a.NET0460](../../../../requirements/astm/f3411/v22a.md) Checks that the DP response times for the
+**[astm.f3411.v22a.NET0460](../../../../requirements/astm/f3411/v22a.md)** Checks that the DP response times for the
Display Application's flight details requests have a p95 and p99 that are respectively below
`NetDpDetailsResponse95thPercentileSeconds` (2 seconds) and `NetDpDetailsResponse99thPercentileSeconds` (6 seconds).
@@ -50,11 +50,17 @@ of the durations for the subsequent display data queries do not exceed the respe
### Performance of /flights?view requests test step
-#### Performance for replies to requested flights in an area check
+#### 95th percentile response time check
-**[astm.f3411.v22a.NET0260-a](../../../../requirements/astm/f3411/v22a.md)** requires that the 95th and 99th percentiles
-of the durations for the replies to requested flights in an area do not exceed the respective thresholds
-`NetSpDataResponseTime95thPercentile` (1 second) and `NetSpDataResponseTime99thPercentile` (3 seconds).
+**[astm.f3411.v22a.NET0260,NetSpDataResponseTime95thPercentile](../../../../requirements/astm/f3411/v22a.md)** requires that the 95th percentile
+of the durations for the replies to requested flights in an area does not exceed the threshold
+`NetSpDataResponseTime95thPercentile` (1 second).
+
+#### 99th percentile response time check
+
+**[astm.f3411.v22a.NET0260,NetSpDataResponseTime99thPercentile](../../../../requirements/astm/f3411/v22a.md)** requires that the 99th percentile
+of the durations for the replies to requested flights in an area does not exceed the threshold
+`NetSpDataResponseTime99thPercentile` (3 seconds).
## Verify https is in use test case
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_simple.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_simple.md
index c72a478953..d0988648cd 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_simple.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_simple.md
@@ -32,15 +32,15 @@ part of the test.
#### Successful ISA query check
-**[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
+While F3411-22a does not explicitly require the implementation of a specific ISA retrieval endpoint, Annex A4 specifies the explicit format for this endpoint. If this format is not followed and the error isn't a 404, this check will fail per **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### Removed pre-existing ISA check
-If an ISA with the intended ID is already present in the DSS, it needs to be removed before proceeding with the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
+If an ISA with the intended ID is already present in the DSS, it needs to be removed before proceeding with the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
#### Notified subscriber check
-When a pre-existing ISA needs to be deleted to ensure a clean workspace, any subscribers to ISAs in that area must be notified (as specified by the DSS). If a notification cannot be delivered, then the **[astm.f3411.v22a.NET0710](../../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../../requirements/astm/f3411/v22a.md)** requirements to implement the POST ISAs endpoint aren't met.
+When a pre-existing ISA needs to be deleted to ensure a clean workspace, any subscribers to ISAs in that area must be notified (as specified by the DSS). If a notification cannot be delivered, then the **[astm.f3411.v22a.NET0730](../../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../../requirements/astm/f3411/v22a.md)** requirements to implement the POST ISAs endpoint aren't met.
## Create and check ISA test case
@@ -50,7 +50,7 @@ This step attempts to query the configured DSS with the ISA provided as a resour
#### ISA created check
-If the ISA cannot be created, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
+If the ISA cannot be created, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
### Get ISA by ID test step
@@ -58,14 +58,13 @@ This step attempts to retrieve the previously created ISA from the DSS.
#### Successful ISA query check
-If the ISA cannot be queried, the GET ISA DSS endpoint in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
+If the ISA cannot be queried, the GET ISA DSS endpoint in **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** is likely not implemented correctly.
-The DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+The DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** was not implemented correctly and this check will fail.
#### ISA version match check
-The DSS returns the version of the ISA in the response body. If this version does not match the version that was returned after creation, and that no modification of the ISA occurred in the meantime, **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
-
+The DSS returns the version of the ISA in the response body. If this version does not match the version that was returned after creation, and that no modification of the ISA occurred in the meantime, **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** was not implemented correctly and this check will fail.
## Update and search ISA test case
@@ -75,7 +74,7 @@ This step attempts to update the configured DSS with the ISA provided as a resou
#### ISA updated check
-If the ISA cannot be updated, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
+If the ISA cannot be updated, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
### Get ISA by ID test step
@@ -83,13 +82,13 @@ This step attempts to retrieve at the DSS the ISA just updated.
#### Successful ISA query check
-If the ISA cannot be queried, the GET ISA DSS endpoint in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
+If the ISA cannot be queried, the GET ISA DSS endpoint in **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** is likely not implemented correctly.
-The DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+The DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** was not implemented correctly and this check will fail.
#### ISA version match check
-The DSS returns the version of the ISA in the response body. If this version does not match the version that was returned after update, and that no modification of the ISA occurred in the meantime, **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+The DSS returns the version of the ISA in the response body. If this version does not match the version that was returned after update, and that no modification of the ISA occurred in the meantime, **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** was not implemented correctly and this check will fail.
### [Search by earliest time (included) test step](test_steps/search_isas.md)
@@ -97,11 +96,11 @@ This step attempts an ISA search at the DSS with the area of the ISA resource an
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA returned by search check
-The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail.
### [Search by earliest time (excluded) test step](test_steps/search_isas.md)
@@ -109,11 +108,11 @@ This step attempts an ISA search at the DSS with the area of the ISA resource an
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA not returned by search check
-The ISA search are parameter cover the resource ISA but the earliest time does not, as such the resource ISA that exists at the DSS should not be returned by the search. If it is returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search are parameter cover the resource ISA but the earliest time does not, as such the resource ISA that exists at the DSS should not be returned by the search. If it is returned, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### [Search by latest time (included) test step](test_steps/search_isas.md)
@@ -121,11 +120,11 @@ This step attempts an ISA search at the DSS with the area of the ISA resource an
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA returned by search check
-The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### [Search by latest time (excluded) test step](test_steps/search_isas.md)
@@ -133,11 +132,11 @@ This step attempts an ISA search at the DSS with the area of the ISA resource an
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA not returned by search check
-The ISA search are parameter cover the resource ISA but the latest time does not, as such the resource ISA that exists at the DSS should not be returned by the search. If it is returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search are parameter cover the resource ISA but the latest time does not, as such the resource ISA that exists at the DSS should not be returned by the search. If it is returned, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### [Search by area only test step](test_steps/search_isas.md)
@@ -145,11 +144,11 @@ This step attempts an ISA search at the DSS with only the area of the ISA resour
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA returned by search check
-The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters cover the resource ISA, as such the resource ISA that exists at the DSS should be returned by the search. If it is not returned, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### Search with invalid params test step
@@ -157,7 +156,7 @@ This step attempts an ISA search at the DSS with an empty search area.
#### Search request rejected check
-The search request contained invalid parameters (empty search area), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The search request contained invalid parameters (empty search area), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### Search by huge area test step
@@ -165,7 +164,7 @@ This step attempts an ISA search at the DSS with a too large search area.
#### Search request rejected check
-The search request contained invalid parameters (too large search area), as such the DSS should reject it with a 413 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The search request contained invalid parameters (too large search area), as such the DSS should reject it with a 413 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### Search ISA with loop test step
@@ -173,8 +172,7 @@ This step attempts an ISA search at the DSS with a polygon defining the area tha
#### Search request rejected check
-The search request contained invalid parameters (area polygon is a loop, which is not allowed), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
-
+The search request contained invalid parameters (area polygon is a loop, which is not allowed), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
## Delete ISA test case
@@ -184,7 +182,7 @@ This step attempts an ISA deletion with a wrong version.
#### Delete request rejected check
-The deletion request contained invalid parameters (wrong version), as such the DSS should reject it with a 409 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The deletion request contained invalid parameters (wrong version), as such the DSS should reject it with a 409 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)**.
### Delete with empty version test step
@@ -192,7 +190,7 @@ This step attempts an ISA deletion with an empty version.
#### Delete request rejected check
-The deletion request contained invalid parameters (empty version), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The deletion request contained invalid parameters (empty version), as such the DSS should reject it with a 400 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)**.
### [Delete ISA test step](test_steps/delete_isa.md)
@@ -200,7 +198,7 @@ This step attempts an ISA deletion at the DSS.
#### ISA deleted check
-If the ISA cannot be deleted, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
+If the ISA cannot be deleted, the PUT DSS endpoint in **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)** is likely not implemented correctly.
### Get deleted ISA by ID test step
@@ -208,7 +206,7 @@ This step attempts to retrieve at the DSS the ISA just deleted.
#### ISA not found check
-The ISA fetch request was about a deleted ISA, as such the DSS should reject it with a 404 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA fetch request was about a deleted ISA, as such the DSS should reject it with a 404 HTTP code. If the DSS responds successfully to this request, or if it rejected with an incorrect HTTP code, this check will fail as per **[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
### [Search ISA test step](test_steps/search_isas.md)
@@ -216,12 +214,11 @@ This step attempts an ISA search at the DSS with only the area of the ISA resour
#### Successful ISAs search check
-The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ISA search parameters are valid, as such the search should be successful. If the request is not successful, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
#### ISA not returned by search check
-The ISA search are parameter cover the resource ISA, but it has been previously deleted, as such the ISA should not be returned by the search. If it is returned, this check will fail as per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
-
+The ISA search are parameter cover the resource ISA, but it has been previously deleted, as such the ISA should not be returned by the search. If it is returned, this check will fail as per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
## Cleanup
@@ -229,11 +226,11 @@ The cleanup phase of this test scenario attempts to remove the ISA if the test e
### Successful ISA query check
-**[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
+**[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
### Removed pre-existing ISA check
-If an ISA with the intended ID is still present in the DSS, it needs to be removed before exiting the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
+If an ISA with the intended ID is still present in the DSS, it needs to be removed before exiting the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
### Notified subscriber check
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md
index f47570a4f7..d0b248ea82 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md
@@ -32,16 +32,15 @@ part of the test.
#### Successful ISA query check
-**[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
+**[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
#### Removed pre-existing ISA check
-If an ISA with the intended ID is already present in the DSS, it needs to be removed before proceeding with the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
+If an ISA with the intended ID is already present in the DSS, it needs to be removed before proceeding with the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
#### Notified subscriber check
-When a pre-existing ISA needs to be deleted to ensure a clean workspace, any subscribers to ISAs in that area must be notified (as specified by the DSS). If a notification cannot be delivered, then the **[astm.f3411.v22a.NET0710](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the POST ISAs endpoint isn't met.
-
+When a pre-existing ISA needs to be deleted to ensure a clean workspace, any subscribers to ISAs in that area must be notified (as specified by the DSS). If a notification cannot be delivered, then the **[astm.f3411.v22a.NET0730](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the POST ISAs endpoint isn't met.
## ISA Validation test case
@@ -88,11 +87,11 @@ The cleanup phase of this test scenario attempts to remove the ISA if the test e
### Successful ISA query check
-**[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
+**[interuss.f3411.dss_endpoints.GetISA](../../../../../requirements/interuss/f3411/dss_endpoints.md)** requires the implementation of the DSS endpoint enabling retrieval of information about a specific ISA; if the individual ISA cannot be retrieved and the error isn't a 404, then this requirement isn't met.
### Removed pre-existing ISA check
-If an ISA with the intended ID is still present in the DSS, it needs to be removed before exiting the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
+If an ISA with the intended ID is still present in the DSS, it needs to be removed before exiting the test. If that ISA cannot be deleted, then the **[astm.f3411.v22a.DSS0030,b](../../../../../requirements/astm/f3411/v22a.md)** requirement to implement the ISA deletion endpoint might not be met.
### Notified subscriber check
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/subscription_validation.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/subscription_validation.md
index 4d5881e62e..d92aa31975 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/subscription_validation.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/subscription_validation.md
@@ -26,11 +26,11 @@ This step ensures that we remove any subscription that may already exist for the
#### Successful subscription query check
-If the query for subscriptions fails, the "GET Subscriptions" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the query for subscriptions fails, **[astm.f3411.v22a.DSS0030,f](../../../../../requirements/astm/f3411/v22a.md)** was not met.
#### Successful subscription deletion
-If the deletion attempt fails, the "DELETE Subscription" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the deletion attempt fails, **[astm.f3411.v22a.DSS0030,d](../../../../../requirements/astm/f3411/v22a.md)** was not met.
## Subscription quantity limitations test case
@@ -40,7 +40,7 @@ The test will attempt to create 10 identical subscriptions for the same area and
#### Create up to the maximum allowed number of subscriptions in an area check
-As per **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**, the DSS API is expected to allow us
+As per **[astm.f3411.v22a.DSS0030,c](../../../../../requirements/astm/f3411/v22a.md)**, the DSS API is expected to allow us
to create multiple subscriptions.
### Exceed maximum number of subscriptions test step
@@ -58,11 +58,11 @@ Clean up any subscriptions created.
#### Successful subscription query check
-If the query for subscriptions fails, the "GET Subscriptions" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the query for subscriptions fails, **[astm.f3411.v22a.DSS0030,f](../../../../../requirements/astm/f3411/v22a.md)** was not met.
#### Successful subscription deletion check
-If the deletion attempt fails, the "DELETE Subscription" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the deletion attempt fails, **[astm.f3411.v22a.DSS0030,d](../../../../../requirements/astm/f3411/v22a.md)** was not met.
## Subscription duration limitations test case
@@ -83,7 +83,7 @@ expecting this update to fail.
#### Valid subscription created check
-The ability to create a valid subscription is required in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ability to create a valid subscription is required in **[astm.f3411.v22a.DSS0030,c](../../../../../requirements/astm/f3411/v22a.md)**.
#### Subscription duration limited during update check
@@ -95,7 +95,7 @@ To clean up after itself, the test deletes the subscription created in the previ
#### Subscription deleted check
-The ability to delete an existing subscription is required in **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)**.
+The ability to delete an existing subscription is required in **[astm.f3411.v22a.DSS0030,d](../../../../../requirements/astm/f3411/v22a.md)**.
## Cleanup
@@ -103,8 +103,8 @@ The cleanup phase of this test scenario will remove any subscription that may ha
### Successful subscription query check
-If the query for subscriptions fails, the "GET Subscriptions" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the query for subscriptions fails, the "GET Subscriptions" portion of **[astm.f3411.v22a.DSS0030,f](../../../../../requirements/astm/f3411/v22a.md)** was not met.
### Successful subscription deletion
-If the deletion attempt fails, the "DELETE Subscription" portion of **[astm.f3411.v22a.DSS0030](../../../../../requirements/astm/f3411/v22a.md)** was not met.
+If the deletion attempt fails, the "DELETE Subscription" portion of **[astm.f3411.v22a.DSS0030,d](../../../../../requirements/astm/f3411/v22a.md)** was not met.
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/delete_isa.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/delete_isa.md
index 85a475879e..c0c048aa21 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/delete_isa.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/delete_isa.md
@@ -5,12 +5,12 @@ See `DSSWrapper.del_isa` in [`dss_wrapper.py`](../../../dss_wrapper.py).
## ISA response format check
-The API for **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** specifies an explicit format that the DSS responses must follow. If the DSS response does not validate against this format, this check will fail.
+The API for **[astm.f3411.v22a.DSS0030,b](../../../../../../requirements/astm/f3411/v22a.md)** specifies an explicit format that the DSS responses must follow. If the DSS response does not validate against this format, this check will fail.
## ISA ID matches check
-When the ISA is deleted, the DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+When the ISA is deleted, the DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030,b](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
## ISA version matches check
-When the ISA is deleted, the DSS returns the version of the ISA in the response body. If this version does not match the version in the resource path, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+When the ISA is deleted, the DSS returns the version of the ISA in the response body. If this version does not match the version in the resource path, **[astm.f3411.v22a.DSS0030,b](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/put_isa.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/put_isa.md
index 495959a7d8..aabd1b6a9c 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/put_isa.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/put_isa.md
@@ -5,19 +5,19 @@ See `DSSWrapper.put_isa` in [`dss_wrapper.py`](../../../dss_wrapper.py).
## ISA response code check
-The API for **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** specifies that the code of successful DSS responses is 200. While tolerated in some cases, if the DSS responds with an HTTP code 201 for success, this check will fail with a low severity.
+The API for **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** specifies that the code of successful DSS responses is 200. While tolerated in some cases, if the DSS responds with an HTTP code 201 for success, this check will fail with a low severity.
## ISA response format check
-The API for **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** specifies an explicit format that the DSS responses must follow. If the DSS response does not validate against this format, this check will fail.
+The API for **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** specifies an explicit format that the DSS responses must follow. If the DSS response does not validate against this format, this check will fail.
## ISA ID matches check
-When the ISA is created, the DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+When the ISA is created, the DSS returns the ID of the ISA in the response body. If this ID does not match the ID in the resource path, **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
## ISA version changed check
-When the ISA is updated, the DSS returns the updated version of the ISA in the response body. If this version remains the same as the one before the update, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
+When the ISA is updated, the DSS returns the updated version of the ISA in the response body. If this version remains the same as the one before the update, **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** was not implemented correctly and this check will fail.
## ISA version format check
@@ -25,12 +25,12 @@ Because the ISA version must be used in URLs, it must be URL-safe even though th
## ISA start time matches check
-The ISA creation request specified an exact start time slightly past now, so the DSS should have created an ISA starting at exactly that time. If the DSS response indicates the ISA start time is not this value, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
+The ISA creation request specified an exact start time slightly past now, so the DSS should have created an ISA starting at exactly that time. If the DSS response indicates the ISA start time is not this value, **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
## ISA end time matches check
-The ISA creation request specified an exact end time, so the DSS should have created an ISA ending at exactly that time. If the DSS response indicates the ISA end time is not this value, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
+The ISA creation request specified an exact end time, so the DSS should have created an ISA ending at exactly that time. If the DSS response indicates the ISA end time is not this value, **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
## ISA URL matches check
-When the ISA is created, the DSS returns the URL of the ISA in the response body. If this URL does not match the URL requested, **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
+When the ISA is created, the DSS returns the URL of the ISA in the response body. If this URL does not match the URL requested, **[astm.f3411.v22a.DSS0030,a](../../../../../../requirements/astm/f3411/v22a.md)** is not implemented correctly and this check will fail.
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/search_isas.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/search_isas.md
index f7d5705563..5f50e1b067 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/search_isas.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/test_steps/search_isas.md
@@ -5,4 +5,4 @@ See `DSSWrapper.search_isa` in [`dss_wrapper.py`](../../../dss_wrapper.py).
## ISAs search response format check
-The API for **[astm.f3411.v22a.DSS0030](../../../../../../requirements/astm/f3411/v22a.md)** specifies an explicit format that the DSS responses must follow. If the DSS response does not validate against this format, this check will fail.
+While F3411-22a does not explicitly require the implementation of the ISA search endpoint, Annex A4 specifies the explicit format for this endpoint. If this format is not followed, this check will fail per **[interuss.f3411.dss_endpoints.SearchISAs](../../../../../../requirements/interuss/f3411/dss_endpoints.md)**.
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss_interoperability.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss_interoperability.md
index 7b8fd80b7e..7c03d9a41c 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss_interoperability.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss_interoperability.md
@@ -63,7 +63,7 @@ Qualitatively proves: Can create ISA in primary DSS
#### ISA[*P*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
### S2 test step
@@ -73,11 +73,12 @@ Qualitatively proves: Can create Subscription in primary DSS, ISA accessible fro
#### Subscription[*n*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,3a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3a](../../../../requirements/astm/f3411/v22a.md)**
#### service_areas includes ISA from S1 check
-**[astm.f3411.v22a.A2-6-1,1c](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1c](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,3,e](../../../../requirements/astm/f3411/v22a.md)**
#### ID of ISA from S1 is properly synchronized with all DSS check
@@ -103,7 +104,7 @@ Qualitatively proves: Can retrieve specific Subscription emplaced in primary DSS
#### Subscription[*P*] returned with proper response check
-**[astm.f3411.v22a.A2-6-1,5](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,5](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -135,7 +136,7 @@ Qualitatively proves: All Subscription[i] 1≤i≤n are returned in subscription
#### Can query all Subscriptions in area from all DSSs check
-**[astm.f3411.v22a.A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -147,17 +148,17 @@ Qualitatively proves: ISA[*P*] modified with proper response, all Subscription[i
#### Can get ISA from primary DSS check
-**[astm.f3411.v22a.DSS0130](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,3,a](../../../../requirements/astm/f3411/v22a.md)**
#### Can modify ISA in primary DSS check
-**[astm.f3411.v22a.A2-6-1,1b](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1b](../../../../requirements/astm/f3411/v22a.md)**
#### ISA modification triggers subscription notification requests check
TODO: Implement
-**[astm.f3411.v22a.A2-6-1,3c](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3c](../../../../requirements/astm/f3411/v22a.md)**
### S6 test step
@@ -167,7 +168,7 @@ Qualitatively proves: Can delete Subscriptions in primary DSS
#### Subscription[*n*] deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
### S7 test step
@@ -177,7 +178,7 @@ Qualitatively proves: Subscription deletion from ID index was effective from pri
#### 404 with proper response check
-**[astm.f3411.v22a.A2-6-1,4b](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,4b](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -189,11 +190,11 @@ Qualitatively proves: Subscription deletion from geographic index was effective
#### Subscriptions queried successfully check
-**[astm.f3411.v22a.A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
#### No Subscription[i] 1≤i≤n returned with proper response check
-**[astm.f3411.v22a.A2-6-1,4b](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,4b](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -205,11 +206,11 @@ Qualitatively proves: Expired ISA automatically removed, ISA modifications acces
#### Subscription[*n*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,1c](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1c](../../../../requirements/astm/f3411/v22a.md)**
#### service_areas does not include ISA from S1 check
-**[astm.f3411.v22a.A2-6-1,1d](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1d](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -221,11 +222,11 @@ Qualitatively proves: ISA creation triggers subscription notification requests
#### ISA[*P*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
#### All Subscription[i] 1≤i≤n returned in subscribers check
-**[astm.f3411.v22a.A2-6-1,3b](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3b](../../../../requirements/astm/f3411/v22a.md)**
### [S11 test step](dss/test_steps/delete_isa.md)
@@ -235,11 +236,11 @@ Qualitatively proves: ISA deletion triggers subscription notification requests
#### ISA[*P*] deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
#### All Subscription[i] 1≤i≤n returned in subscribers check
-**[astm.f3411.v22a.A2-6-1,3c](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3c](../../../../requirements/astm/f3411/v22a.md)**
### [S12 test step](dss/test_steps/put_isa.md)
@@ -249,11 +250,11 @@ Qualitatively proves: Expired Subscriptions don’t trigger subscription notific
#### ISA[*P*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,1a](../../../../requirements/astm/f3411/v22a.md)**
#### None of Subscription[i] 1≤i≤n returned in subscribers check
-**[astm.f3411.v22a.A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
### S13 test step
@@ -263,11 +264,11 @@ Qualitatively proves: Expired Subscription removed from geographic index on prim
#### Subscriptions queried successfully check
-**[astm.f3411.v22a.A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,6](../../../../requirements/astm/f3411/v22a.md)**
#### No Subscription[i] 1≤i≤n returned with proper response check
-**[astm.f3411.v22a.A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -281,7 +282,7 @@ Qualitatively proves: Expired Subscription removed from ID index on primary DSS
TODO: Investigate expected behavior and "404 with proper response" check
-**[astm.f3411.v22a.A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
### [S15 test step](dss/test_steps/delete_isa.md)
@@ -291,11 +292,11 @@ Qualitatively proves: ISA deletion does not trigger subscription notification re
#### ISA[*P*] deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
#### None of Subscription[i] 1≤i≤n returned in subscribers with proper response check
-**[astm.f3411.v22a.A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3d](../../../../requirements/astm/f3411/v22a.md)**
### S16 test step
@@ -305,11 +306,11 @@ Qualitatively proves: Deleted ISA removed from all DSSs
#### Subscription[*n*] created with proper response check
-**[astm.f3411.v22a.A2-6-1,3a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,3a](../../../../requirements/astm/f3411/v22a.md)**
#### service_areas does not include ISA from S12 check
-**[astm.f3411.v22a.A2-6-1,2b](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,2b](../../../../requirements/astm/f3411/v22a.md)**
**[astm.f3411.v22a.DSS0070](../../../../requirements/astm/f3411/v22a.md)** requires that all DSS instances in a pool return the same result. This check fails if the DSS instance does not return the same result as the other DSS instances.
@@ -319,7 +320,7 @@ Action: USS2@DSS*P*: DELETE Subscription[*n*]
#### Subscription[*n*] deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
## Cleanup
@@ -327,8 +328,8 @@ Any entities (ISAs or Subscriptions) not deleted normally will be deleted here.
### ISA deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,2a](../../../../requirements/astm/f3411/v22a.md)**
### Subscription deleted with proper response check
-**[astm.f3411.v22a.A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
+**[astm.f3411.v22a.DSS0130,A2-6-1,4a](../../../../requirements/astm/f3411/v22a.md)**
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/misbehavior.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/misbehavior.md
index d94a021a73..5089d9d23c 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/misbehavior.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/misbehavior.md
@@ -48,7 +48,7 @@ It then repeats the exact same request while omitting the credentials, and expec
#### Missing credentials check
-This check ensures that all requests are properly authenticated, as required by **[astm.f3411.v22a.NET0500](../../../../requirements/astm/f3411/v22a.md)**,
+This check ensures that all requests are properly authenticated, as required by **[astm.f3411.v22a.NET0210](../../../../requirements/astm/f3411/v22a.md)**,
and that requests for existing flights that are executed with missing or incorrect credentials fail.
## Cleanup
diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/nominal_behavior.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/nominal_behavior.md
index 444efe485e..4b51b1e82a 100644
--- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/nominal_behavior.md
+++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/nominal_behavior.md
@@ -66,11 +66,11 @@ This implies that any recent position outside the area must be either preceded o
#### Flights data format check
-**[astm.f3411.v22a.NET0710](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md)** requires a Service Provider to implement the P2P portion of the OpenAPI specification. This check will fail if the response to the /flights endpoint does not validate against the OpenAPI-specified schema.
+**[astm.f3411.v22a.NET0710,1](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md)** requires a Service Provider to implement the P2P portion of the OpenAPI specification. This check will fail if the response to the /flights endpoint does not validate against the OpenAPI-specified schema.
#### ISA query check
-**[astm.f3411.v22a.DSS0030](../../../../requirements/astm/f3411/v22a.md)** requires a USS providing a DSS instance to implement the DSS endpoints of the OpenAPI specification. If uss_qualifier is unable to query the DSS for ISAs, this check will fail.
+**[interuss.f3411.dss_endpoints.SearchISAs](../../../../requirements/interuss/f3411/dss_endpoints.md)** requires a USS providing a DSS instance to implement the DSS endpoints of the OpenAPI specification. If uss_qualifier is unable to query the DSS for ISAs, this check will fail.
#### Premature flight check
@@ -80,47 +80,49 @@ The timestamps of the injected telemetry usually start in the future. If a flig
**[astm.f3411.v22a.NET0610](../../../../requirements/astm/f3411/v22a.md)** requires that SPs make all UAS operations discoverable over the duration of the flight plus *NetMaxNearRealTimeDataPeriod*, so each injected flight should be observable during this time. If a flight is not observed during its appropriate time period, this check will fail.
-**[astm.f3411.v22a.NET0710](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the GET flights endpoint. This check will also fail if uss_qualifier cannot query that endpoint (specified in the ISA present in the DSS) successfully.
+**[astm.f3411.v22a.NET0710,1](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the GET flights endpoint. This check will also fail if uss_qualifier cannot query that endpoint (specified in the ISA present in the DSS) successfully.
+
+The identity of flights is determined by precisely matching the known injected positions. If the flight can be found, the USS may not have met **[astm.f3411.v22a.NET0260,Table1,10](../../../../requirements/astm/f3411/v22a.md)** or **[astm.f3411.v22a.NET0260,Table1,11](../../../../requirements/astm/f3411/v22a.md)** prescribing provision of position data consistent with the common data dictionary.
#### Service Provider altitude check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. Injected flight data had known altitudes, but the altitude reported by the Service Provider did not match those known altitudes.
+**[astm.f3411.v22a.NET0260,Table1,12](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. Injected flight data had known altitudes, but the altitude reported by the Service Provider did not match those known altitudes.
#### Successful flight details query check
-**[astm.f3411.v22a.NET0710](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the GET flight details endpoint. This check will fail if uss_qualifier cannot query that endpoint (specified in the ISA present in the DSS) successfully.
+**[astm.f3411.v22a.NET0710,2](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the GET flight details endpoint. This check will fail if uss_qualifier cannot query that endpoint (specified in the ISA present in the DSS) successfully.
#### Flight details data format check
-**[astm.f3411.v22a.NET0710](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the P2P portion of the OpenAPI specification. This check will fail if the response to the flight details endpoint does not validate against the OpenAPI-specified schema.
+**[astm.f3411.v22a.NET0710,2](../../../../requirements/astm/f3411/v22a.md)** and **[astm.f3411.v22a.NET0340](../../../../requirements/astm/f3411/v22a.md) require a Service Provider to implement the P2P portion of the OpenAPI specification. This check will fail if the response to the flight details endpoint does not validate against the OpenAPI-specified schema.
#### UAS ID presence in flight details check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the UAS ID is present in the information sent by the Service Provider. (**[astm.f3411.v22a.NET0260,Table1,1](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the UAS ID is present in the information sent by the Service Provider. (**[astm.f3411.v22a.NET0260,Table1,1](../../../../requirements/astm/f3411/v22a.md)**)
#### UAS ID (Serial Number format) consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the UAS ID is in serial number format. (**[astm.f3411.v22a.NET0260,Table1,1a](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the UAS ID is in serial number format. (**[astm.f3411.v22a.NET0260,Table1,1a](../../../../requirements/astm/f3411/v22a.md)**)
#### Operator ID consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operator ID, if present, is expressed as ASCII text. (**[astm.f3411.v22a.NET0260,Table1,9](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operator ID, if present, is expressed as ASCII text. (**[astm.f3411.v22a.NET0260,Table1,9](../../../../requirements/astm/f3411/v22a.md)**)
#### Operator Location consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operator Latitude (**[astm.f3411.v22a.NET0260,Table1,23](../../../../requirements/astm/f3411/v22a.md)**) and Longitude (**[astm.f3411.v22a.NET0260,Table1,24](../../../../requirements/astm/f3411/v22a.md)**), if present, are valid.
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operator Latitude (**[astm.f3411.v22a.NET0260,Table1,23](../../../../requirements/astm/f3411/v22a.md)**) and Longitude (**[astm.f3411.v22a.NET0260,Table1,24](../../../../requirements/astm/f3411/v22a.md)**), if present, are valid.
#### Operator Altitude consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that if the Operator Altitude is based on WGS-84 height above ellipsoid (HAE) and is provided in meters. (**[astm.f3411.v22a.NET0260,Table1,25](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that if the Operator Altitude is based on WGS-84 height above ellipsoid (HAE) and is provided in meters. (**[astm.f3411.v22a.NET0260,Table1,25](../../../../requirements/astm/f3411/v22a.md)**)
#### Operator Altitude Type consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that if the Operator Altitude Type is valid, if present. (**[astm.f3411.v22a.NET0260,Table1,26](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that if the Operator Altitude Type is valid, if present. (**[astm.f3411.v22a.NET0260,Table1,26](../../../../requirements/astm/f3411/v22a.md)**)
#### Operational Status consistency with Common Dictionary check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operational Status, if present, is valid. (**[astm.f3411.v22a.NET0260,Table1,7](../../../../requirements/astm/f3411/v22a.md)**)
+NET0260 requires that relevant Remote ID data, consistent with the common data dictionary, be reported by the Service Provider. This check validates that the Operational Status, if present, is valid. (**[astm.f3411.v22a.NET0260,Table1,7](../../../../requirements/astm/f3411/v22a.md)**)
#### Operational Status is consistent with injected one check
@@ -128,7 +130,7 @@ If the Operational status reported for an observation does not correspond to the
#### Lingering flight check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires a SP to provide flights up to *NetMaxNearRealTimeDataPeriod* in the past, but an SP should preserve privacy and ensure relevancy by not sharing flights that are further in the past than this window.
+**[astm.f3411.v22a.NET0270](../../../../requirements/astm/f3411/v22a.md)** requires a SP to provide flights up to *NetMaxNearRealTimeDataPeriod* in the past, but an SP should preserve privacy and ensure relevancy by not sharing flights that are further in the past than this window.
#### Area too large check
@@ -156,7 +158,7 @@ The timestamps of the injected telemetry usually start in the future. If a flig
#### Lingering flight check
-**[astm.f3411.v22a.NET0260](../../../../requirements/astm/f3411/v22a.md)** requires a SP to provide flights up to *NetMaxNearRealTimeDataPeriod* in the past, but an SP should preserve privacy and ensure relevancy by not sharing flights that are further in the past than this window.
+NET0260 requires a SP to provide flights up to *NetMaxNearRealTimeDataPeriod* in the past, but an SP should preserve privacy and ensure relevancy by not sharing flights that are further in the past than this window.
#### Telemetry being used when present check
@@ -164,7 +166,7 @@ The timestamps of the injected telemetry usually start in the future. If a flig
#### Altitude is present check
-Failure to report the altitude of a flight is a violation of **[astm.f3411.v22a.NET0470](../../../../requirements/astm/f3411/v22a.md)**.
+Per **[astm.f3411.v22a.NET0470](../../../../requirements/astm/f3411/v22a.md)**, failure to report the altitude of a flight is a violation of **[astm.f3411.v22a.NET0470,Table1,12](../../../../requirements/astm/f3411/v22a.md)**.
#### Correct up-to-date altitude check
@@ -297,7 +299,6 @@ If the Operator Altitude contained in flight details returned by a display provi
If the Operator Altitude Type contained in flight details returned by a display provider does not correspond to the injected one, the DP is not providing accurate data and is thus in breach of **[astm.f3411.v22a.NET0450](../../../../requirements/astm/f3411/v22a.md)**
-
## Cleanup
The cleanup phase of this test scenario attempts to remove injected data from all SPs.
diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/validate_not_shared_operational_intent.md b/monitoring/uss_qualifier/scenarios/astm/utm/validate_not_shared_operational_intent.md
index e80962bfc2..856e6432bd 100644
--- a/monitoring/uss_qualifier/scenarios/astm/utm/validate_not_shared_operational_intent.md
+++ b/monitoring/uss_qualifier/scenarios/astm/utm/validate_not_shared_operational_intent.md
@@ -8,8 +8,8 @@ See `OpIntentValidator.expect_not_shared()` in [test_steps.py](test_steps.py).
## DSS responses check
-**astm.f3548.v21.DSS0005**
+**[astm.f3548.v21.DSS0005](../../../requirements/astm/f3548/v21.md)**
## Operational intent not shared check
If there are new operational intent references in the area of the flight intent, this check will fail per
-**interuss.automated_testing.flight_planning.ExpectedBehavior**.
+**[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../requirements/interuss/automated_testing/flight_planning.md)**.
diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/validate_shared_operational_intent.md b/monitoring/uss_qualifier/scenarios/astm/utm/validate_shared_operational_intent.md
index 249b93b094..b939ffc1ce 100644
--- a/monitoring/uss_qualifier/scenarios/astm/utm/validate_shared_operational_intent.md
+++ b/monitoring/uss_qualifier/scenarios/astm/utm/validate_shared_operational_intent.md
@@ -4,11 +4,11 @@ This step verifies that a created flight is shared properly per ASTM F3548-21 by
## DSS responses check
-**astm.f3548.v21.DSS0005**
+**[astm.f3548.v21.DSS0005](../../../requirements/astm/f3548/v21.md)**
## Operational intent shared correctly check
-If a reference to the operational intent for the flight is not found in the DSS, this check will fail per **astm.f3548.v21.USS0005** and **astm.f3548.v21.OPIN0025**.
+If a reference to the operational intent for the flight is not found in the DSS, this check will fail per **[astm.f3548.v21.USS0005](../../../requirements/astm/f3548/v21.md)** and **[astm.f3548.v21.OPIN0025](../../../requirements/astm/f3548/v21.md)**.
## Operational intent for active flight not deleted check
@@ -18,20 +18,20 @@ fail per **[interuss.automated_testing.flight_planning.FlightCoveredByOperationa
## Operational intent details retrievable check
-If the operational intent details for the flight cannot be retrieved from the USS, this check will fail per **astm.f3548.v21.USS0105** and **astm.f3548.v21.OPIN0025**.
+If the operational intent details for the flight cannot be retrieved from the USS, this check will fail per **[astm.f3548.v21.USS0105](../../../requirements/astm/f3548/v21.md)** and **[astm.f3548.v21.OPIN0025](../../../requirements/astm/f3548/v21.md)**.
## Operational intent details data format check
-If the operational intent details response does not validate against [the GetOperationalIntentDetailsResponse schema of the OpenAPI specification](https://github.com/astm-utm/Protocol/blob/v1.0.0/utm.yaml#L1120), this check fill fail per **astm.f3548.v21.USS0105**.
+If the operational intent details response does not validate against [the GetOperationalIntentDetailsResponse schema of the OpenAPI specification](https://github.com/astm-utm/Protocol/blob/v1.0.0/utm.yaml#L1120), this check fill fail per **[astm.f3548.v21.USS0105](../../../requirements/astm/f3548/v21.md)**.
## Correct operational intent details check
-If the operational intent details reported by the USS do not match the user's flight intent, this check will fail per **interuss.automated_testing.flight_planning.ExpectedBehavior** and **astm.f3548.v21.OPIN0025**.
+If the operational intent details reported by the USS do not match the user's flight intent, this check will fail per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../requirements/interuss/automated_testing/flight_planning.md)** and **[astm.f3548.v21.OPIN0025](../../../requirements/astm/f3548/v21.md)**.
## Off-nominal volumes check
-**astm.f3548.v21.OPIN0015** specifies that nominal operational intents (Accepted and Activated) must not include any off-nominal 4D volumes, so this check will fail if an Accepted or Activated operational intent includes off-nominal volumes.
+**[astm.f3548.v21.OPIN0015](../../../requirements/astm/f3548/v21.md)** specifies that nominal operational intents (Accepted and Activated) must not include any off-nominal 4D volumes, so this check will fail if an Accepted or Activated operational intent includes off-nominal volumes.
## Vertices check
-**astm.f3548.v21.OPIN0020**
+**[astm.f3548.v21.OPIN0020](../../../requirements/astm/f3548/v21.md)**
diff --git a/monitoring/uss_qualifier/scenarios/documentation/autoformat.py b/monitoring/uss_qualifier/scenarios/documentation/autoformat.py
index 9bdb02511c..d96360aa7c 100644
--- a/monitoring/uss_qualifier/scenarios/documentation/autoformat.py
+++ b/monitoring/uss_qualifier/scenarios/documentation/autoformat.py
@@ -1,5 +1,5 @@
import os
-from typing import Iterable, Dict
+from typing import Iterable, Dict, List
import marko.block
import marko.element
@@ -10,6 +10,7 @@
from monitoring.uss_qualifier.requirements.documentation import RequirementID
from monitoring.uss_qualifier.scenarios.documentation.parsing import (
get_documentation_filename,
+ TEST_STEP_SUFFIX,
)
from monitoring.uss_qualifier.scenarios.scenario import TestScenarioType
@@ -24,17 +25,31 @@ def format_scenario_documentation(
different from what it currently contains).
"""
new_versions: Dict[str, str] = {}
+ to_check = []
for test_scenario in test_scenarios:
- md = marko.Markdown(renderer=MarkdownRenderer)
- # Load the .md file if it exists
doc_filename = get_documentation_filename(test_scenario)
if not os.path.exists(doc_filename):
continue
+ to_check.append(doc_filename)
+
+ checked = set()
+ while to_check:
+ # Pick the next documentation file to check
+ doc_filename = to_check.pop(0)
+ if doc_filename in checked:
+ continue
+ checked.add(doc_filename)
+
+ # Load the .md file if it exists
with open(doc_filename, "r") as f:
original = f.read()
+ md = marko.Markdown(renderer=MarkdownRenderer)
doc = md.parse(original)
original = md.render(doc)
+ linked_test_steps = _enumerate_linked_test_steps(doc, doc_filename)
+ to_check.extend(linked_test_steps)
+
_add_requirement_links(doc, doc_filename)
# Return the formatted version
@@ -94,3 +109,26 @@ def _add_requirement_links(parent: marko.element.Element, doc_path: str) -> None
)
else:
_add_requirement_links(child, doc_path)
+
+
+def _enumerate_linked_test_steps(
+ parent: marko.element.Element, doc_path: str
+) -> List[str]:
+ linked_test_steps = []
+ if hasattr(parent, "children") and not isinstance(parent.children, str):
+ for i, child in enumerate(parent.children):
+ if isinstance(child, str):
+ continue
+ elif (
+ isinstance(child, marko.block.Heading)
+ and text_of(child).lower().endswith(TEST_STEP_SUFFIX)
+ and child.children
+ and isinstance(child.children[0], marko.block.inline.Link)
+ ):
+ href = child.children[0].dest
+ doc_dir = os.path.dirname(doc_path)
+ linked_path = os.path.normpath(os.path.join(doc_dir, href))
+ linked_test_steps.append(linked_path)
+ else:
+ linked_test_steps.extend(_enumerate_linked_test_steps(child, doc_path))
+ return linked_test_steps
diff --git a/monitoring/uss_qualifier/scenarios/documentation/parsing.py b/monitoring/uss_qualifier/scenarios/documentation/parsing.py
index ea9fd91e9c..c5b27dd3f7 100644
--- a/monitoring/uss_qualifier/scenarios/documentation/parsing.py
+++ b/monitoring/uss_qualifier/scenarios/documentation/parsing.py
@@ -9,6 +9,7 @@
from monitoring import uss_qualifier as uss_qualifier_module
from monitoring.monitorlib.inspection import fullname, get_module_object_by_name
from monitoring.monitorlib.versioning import repo_url_of
+from monitoring.uss_qualifier.documentation import text_of
from monitoring.uss_qualifier.requirements.definitions import RequirementID
from monitoring.uss_qualifier.scenarios.definitions import TestScenarioTypeName
from monitoring.uss_qualifier.scenarios.documentation.definitions import (
@@ -29,29 +30,6 @@
_test_step_cache: Dict[str, TestStepDocumentation] = {}
-def _text_of(value) -> str:
- if isinstance(value, str):
- return value
- elif isinstance(value, marko.block.BlockElement):
- result = ""
- for child in value.children:
- result += _text_of(child)
- return result
- elif isinstance(value, marko.inline.InlineElement):
- if isinstance(value, marko.inline.LineBreak):
- return "\n"
- if isinstance(value.children, str):
- return value.children
- result = ""
- for child in value.children:
- result += _text_of(child)
- return result
- else:
- raise NotImplementedError(
- "Cannot yet extract raw text from {}".format(value.__class__.__name__)
- )
-
-
def _length_of_section(values, start_of_section: int) -> int:
level = values[start_of_section].level
c = start_of_section + 1
@@ -65,7 +43,7 @@ def _length_of_section(values, start_of_section: int) -> int:
def _parse_test_check(
values, doc_filename: str, anchors: Dict[Any, str]
) -> TestCheckDocumentation:
- name = _text_of(values[0])[0 : -len(TEST_CHECK_SUFFIX)]
+ name = text_of(values[0])[0 : -len(TEST_CHECK_SUFFIX)]
url = repo_url_of(doc_filename + anchors[values[0]])
has_todo = False
@@ -73,11 +51,11 @@ def _parse_test_check(
c = 1
while c < len(values):
if isinstance(values[c], marko.block.Paragraph):
- if "TODO:" in _text_of(values[c]):
+ if "TODO:" in text_of(values[c]):
has_todo = True
for child in values[c].children:
if isinstance(child, marko.inline.StrongEmphasis):
- reqs.append(RequirementID(_text_of(child)))
+ reqs.append(RequirementID(text_of(child)))
c += 1
return TestCheckDocumentation(
@@ -102,7 +80,7 @@ def _get_linked_test_step(
if (
not isinstance(doc.children[0], marko.block.Heading)
or doc.children[0].level != 1
- or not _text_of(doc.children[0]).lower().endswith(TEST_STEP_SUFFIX)
+ or not text_of(doc.children[0]).lower().endswith(TEST_STEP_SUFFIX)
):
raise ValueError(
f'The first line of "{absolute_path}" must be a level-1 heading with the name of the test step + "{TEST_STEP_SUFFIX}" (e.g., "# Successful flight injection{TEST_STEP_SUFFIX}")'
@@ -120,7 +98,7 @@ def _get_linked_test_step(
def _parse_test_step(
values, doc_filename: str, anchors: Dict[Any, str]
) -> TestStepDocumentation:
- name = _text_of(values[0])
+ name = text_of(values[0])
if name.lower().endswith(TEST_STEP_SUFFIX):
name = name[0 : -len(TEST_STEP_SUFFIX)]
url = repo_url_of(doc_filename + anchors[values[0]])
@@ -138,7 +116,7 @@ def _parse_test_step(
c = 1
while c < len(values):
if isinstance(values[c], marko.block.Heading):
- if _text_of(values[c]).lower().endswith(TEST_CHECK_SUFFIX):
+ if text_of(values[c]).lower().endswith(TEST_CHECK_SUFFIX):
# Start of a test step section
dc = _length_of_section(values, c)
check = _parse_test_check(values[c : c + dc + 1], doc_filename, anchors)
@@ -154,7 +132,7 @@ def _parse_test_step(
def _parse_test_case(
values, doc_filename: str, anchors: Dict[Any, str]
) -> TestCaseDocumentation:
- name = _text_of(values[0])[0 : -len(TEST_CASE_SUFFIX)]
+ name = text_of(values[0])[0 : -len(TEST_CASE_SUFFIX)]
url = repo_url_of(doc_filename + anchors[values[0]])
@@ -162,7 +140,7 @@ def _parse_test_case(
c = 1
while c < len(values):
if isinstance(values[c], marko.block.Heading):
- if _text_of(values[c]).lower().endswith(TEST_STEP_SUFFIX):
+ if text_of(values[c]).lower().endswith(TEST_STEP_SUFFIX):
# Start of a test step section
dc = _length_of_section(values, c)
step = _parse_test_step(values[c : c + dc + 1], doc_filename, anchors)
@@ -186,7 +164,7 @@ def _parse_resources(values) -> List[str]:
and values[c].level == resource_level
):
# This is a resource
- resources.append(_text_of(values[c]))
+ resources.append(text_of(values[c]))
c += 1
return resources
@@ -203,7 +181,7 @@ def _get_anchors(
anchors = {}
if isinstance(value, marko.block.Heading):
- base_anchor = "#" + _text_of(value).lower().replace(" ", "-")
+ base_anchor = "#" + text_of(value).lower().replace(" ", "-")
if base_anchor not in header_counts:
anchors[value] = base_anchor
else:
@@ -237,14 +215,14 @@ def _parse_documentation(scenario: Type) -> TestScenarioDocumentation:
if (
not isinstance(doc.children[0], marko.block.Heading)
or doc.children[0].level != 1
- or not _text_of(doc.children[0]).lower().endswith(TEST_SCENARIO_SUFFIX)
+ or not text_of(doc.children[0]).lower().endswith(TEST_SCENARIO_SUFFIX)
):
raise ValueError(
'The first line of {} must be a level-1 heading with the name of the scenario + "{}" (e.g., "# ASTM NetRID nominal behavior{}")'.format(
doc_filename, TEST_SCENARIO_SUFFIX, TEST_SCENARIO_SUFFIX
)
)
- scenario_name = _text_of(doc.children[0])[0 : -len(TEST_SCENARIO_SUFFIX)]
+ scenario_name = text_of(doc.children[0])[0 : -len(TEST_SCENARIO_SUFFIX)]
# Step through the document to extract important structured components
test_cases: List[TestCaseDocumentation] = []
@@ -256,7 +234,7 @@ def _parse_documentation(scenario: Type) -> TestScenarioDocumentation:
c += 1
continue
- header_text = _text_of(doc.children[c])
+ header_text = text_of(doc.children[c])
if header_text.lower().strip() == RESOURCES_HEADING:
# Start of the Resources section
diff --git a/monitoring/uss_qualifier/scenarios/documentation/validation.py b/monitoring/uss_qualifier/scenarios/documentation/validation.py
index 4200cc3504..8681c9c387 100644
--- a/monitoring/uss_qualifier/scenarios/documentation/validation.py
+++ b/monitoring/uss_qualifier/scenarios/documentation/validation.py
@@ -2,6 +2,7 @@
from typing import List
from monitoring.monitorlib.inspection import fullname
+from monitoring.uss_qualifier.requirements.documentation import get_requirement
from monitoring.uss_qualifier.scenarios.documentation.autoformat import (
format_scenario_documentation,
)
@@ -17,6 +18,18 @@ def validate(test_scenarios: List[TestScenarioType]):
# Verify that documentation parses
docs = get_documentation(test_scenario)
+ # Verify that all requirements are documented
+ for case in docs.cases:
+ for step in case.steps:
+ for check in step.checks:
+ for req in check.applicable_requirements:
+ try:
+ get_requirement(req)
+ except ValueError as e:
+ raise ValueError(
+ f"In {fullname(test_scenario)} documentation, test case '{case.name}', test step '{step.name}', check '{check.name}': {str(e)}"
+ )
+
# Verify that all resources are documented
constructor_signature = inspect.signature(test_scenario.__init__)
args = []
diff --git a/monitoring/uss_qualifier/scenarios/flight_planning/activate_flight_intent.md b/monitoring/uss_qualifier/scenarios/flight_planning/activate_flight_intent.md
index 228b73f50f..025ad8c2b5 100644
--- a/monitoring/uss_qualifier/scenarios/flight_planning/activate_flight_intent.md
+++ b/monitoring/uss_qualifier/scenarios/flight_planning/activate_flight_intent.md
@@ -4,7 +4,7 @@ This page describes the content of a common test step where a valid user flight
## Successful activation check
-All flight intent data provided is correct and valid and free of conflict in space and time, therefore it should have been activated by the USS per **interuss.automated_testing.flight_planning.ExpectedBehavior**. If the USS indicates a conflict, this check will fail. If the USS indicates that the flight was rejected, this check will fail. If the USS indicates that the injection attempt failed, this check will fail.
+All flight intent data provided is correct and valid and free of conflict in space and time, therefore it should have been activated by the USS per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../requirements/interuss/automated_testing/flight_planning.md)**. If the USS indicates a conflict, this check will fail. If the USS indicates that the flight was rejected, this check will fail. If the USS indicates that the injection attempt failed, this check will fail.
## Failure check
diff --git a/monitoring/uss_qualifier/scenarios/flight_planning/delete_flight_intent.md b/monitoring/uss_qualifier/scenarios/flight_planning/delete_flight_intent.md
index 9391e3a7dd..e794165837 100644
--- a/monitoring/uss_qualifier/scenarios/flight_planning/delete_flight_intent.md
+++ b/monitoring/uss_qualifier/scenarios/flight_planning/delete_flight_intent.md
@@ -6,5 +6,5 @@ See `delete_flight_intent` in [test_steps.py](test_steps.py).
## Successful deletion check
The flight ID provided is correct and corresponds to an existing flight intent, therefore it should have been deleted by
-the USS per **interuss.automated_testing.flight_planning.ExpectedBehavior**.
+the USS per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../requirements/interuss/automated_testing/flight_planning.md)**.
If the USS indicates a failure, this check will fail.
diff --git a/monitoring/uss_qualifier/scenarios/flight_planning/modify_planned_flight_intent.md b/monitoring/uss_qualifier/scenarios/flight_planning/modify_planned_flight_intent.md
index 07c368557b..72764c8294 100644
--- a/monitoring/uss_qualifier/scenarios/flight_planning/modify_planned_flight_intent.md
+++ b/monitoring/uss_qualifier/scenarios/flight_planning/modify_planned_flight_intent.md
@@ -6,7 +6,7 @@ successfully modified by a flight planner. See `modify_planned_flight_intent` i
## Successful modification check
All flight intent data provided is correct and valid and free of conflict in space and time, therefore it should have
-been modified by the USS per **interuss.automated_testing.flight_planning.ExpectedBehavior**.
+been modified by the USS per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../requirements/interuss/automated_testing/flight_planning.md)**.
If the USS fails to modify the flight, wrongly indicates a conflict, or wrongly indicates the planned state of the
flight, this check will fail.
diff --git a/monitoring/uss_qualifier/scenarios/flight_planning/plan_flight_intent.md b/monitoring/uss_qualifier/scenarios/flight_planning/plan_flight_intent.md
index 135877abf3..58328632bd 100644
--- a/monitoring/uss_qualifier/scenarios/flight_planning/plan_flight_intent.md
+++ b/monitoring/uss_qualifier/scenarios/flight_planning/plan_flight_intent.md
@@ -4,7 +4,7 @@ This page describes the content of a common test case where a valid user flight
## Successful planning check
-All flight intent data provided is correct and valid and free of conflict in space and time, therefore it should have been planned by the USS per **interuss.automated_testing.flight_planning.ExpectedBehavior**. If the USS indicates a conflict, this check will fail. If the USS indicates that the flight was rejected, this check will fail. If the USS indicates that the injection attempt failed, this check will fail.
+All flight intent data provided is correct and valid and free of conflict in space and time, therefore it should have been planned by the USS per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../requirements/interuss/automated_testing/flight_planning.md)**. If the USS indicates a conflict, this check will fail. If the USS indicates that the flight was rejected, this check will fail. If the USS indicates that the injection attempt failed, this check will fail.
## Failure check
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md
index 90caa13126..464bbd5f6f 100644
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md
+++ b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md
@@ -21,153 +21,173 @@
Checked in |
- astm .f3411 .v19 |
- A2-6-1,1a |
+ astm .f3411 .v19 |
+ DSS0030,a |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation ASTM NetRID nominal behavior |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
@@ -197,15 +217,30 @@
ASTM F3411-19 NetRID aggregate checks |
- NET0260 |
+ NET0260,NetSpDataResponseTime95thPercentile |
Implemented |
- ASTM NetRID nominal behavior |
+ ASTM F3411-19 NetRID aggregate checks |
- NET0260-a |
+ NET0260,NetSpDataResponseTime99thPercentile |
Implemented |
ASTM F3411-19 NetRID aggregate checks |
+
+ NET0260,Table1,10 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,11 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,9 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0270 |
Implemented |
@@ -272,9 +307,14 @@
ASTM NetRID: Operator interactions |
- NET0710 |
+ NET0710,1 |
Implemented |
- ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID nominal behavior |
+ ASTM NetRID nominal behavior |
+
+
+ NET0710,2 |
+ Implemented |
+ ASTM NetRID nominal behavior |
NET0730 |
@@ -313,4 +353,15 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ interuss .f3411 .dss_endpoints |
+ GetISA |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID nominal behavior |
+
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md
index ba85635292..61e42f82c9 100644
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md
+++ b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md
@@ -20,153 +20,173 @@
Checked in |
- astm .f3411 .v19 |
- A2-6-1,1a |
+ astm .f3411 .v19 |
+ DSS0030,a |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
@@ -176,13 +196,19 @@
ASTM F3411-19 NetRID DSS interoperability |
- NET0710 |
+ NET0730 |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- NET0730 |
+ interuss .f3411 .dss_endpoints |
+ GetISA |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA |
+
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19_suite1.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19_suite1.md
deleted file mode 100644
index 2fe606005f..0000000000
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19_suite1.md
+++ /dev/null
@@ -1,34 +0,0 @@
-
-# DSS instance validator test suite
-Defined in [parent suite](f3411_19.md) [`suites.astm.netrid.f3411_19`](./f3411_19.yaml)
-
-## Actions
-
-1. Scenario: [ASTM NetRID DSS: Subscription Validation](../../../scenarios/astm/netrid/v22a/dss/subscription_validation.md) ([`scenarios.astm.netrid.v22a.dss.SubscriptionValidation`](../../../scenarios/astm/netrid/v22a/dss/subscription_validation.py))
-
-## Checked requirements
-
-
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a.md
index c37186be03..2489abed87 100644
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a.md
+++ b/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a.md
@@ -21,153 +21,173 @@
Checked in |
- astm .f3411 .v22a |
- A2-6-1,1a |
+ astm .f3411 .v22a |
+ DSS0030,a |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
@@ -186,6 +206,11 @@
TODO |
ASTM NetRID: Operator interactions |
+
+ NET0210 |
+ Implemented |
+ ASTM NetRID SP clients misbehavior handling |
+
NET0220 |
Implemented |
@@ -197,15 +222,35 @@
ASTM F3411-22a NetRID aggregate checks |
- NET0260 |
+ NET0260,NetSpDataResponseTime95thPercentile |
Implemented |
- ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID aggregate checks |
+
+
+ NET0260,NetSpDataResponseTime99thPercentile |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
NET0260,Table1,1 |
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0260,Table1,10 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,11 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0260,Table1,1a |
Implemented |
@@ -241,11 +286,6 @@
Implemented |
ASTM NetRID nominal behavior |
-
- NET0260-a |
- Implemented |
- ASTM F3411-22a NetRID aggregate checks |
-
NET0270 |
Implemented |
@@ -281,6 +321,11 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0460 |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
+
NET0470 |
Implemented + TODO |
@@ -301,6 +346,11 @@
TODO |
ASTM NetRID nominal behavior |
+
+ NET0470,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0470,Table1,15 |
Implemented |
@@ -382,9 +432,14 @@
ASTM NetRID: Operator interactions |
- NET0710 |
+ NET0710,1 |
Implemented |
- ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID nominal behavior |
+ ASTM NetRID nominal behavior |
+
+
+ NET0710,2 |
+ Implemented |
+ ASTM NetRID nominal behavior |
NET0730 |
@@ -423,4 +478,15 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ interuss .f3411 .dss_endpoints |
+ GetISA |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID nominal behavior |
+
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a/dss_probing.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a/dss_probing.md
index 8f8846a482..7d7d35e45a 100644
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a/dss_probing.md
+++ b/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a/dss_probing.md
@@ -20,153 +20,173 @@
Checked in |
- astm .f3411 .v22a |
- A2-6-1,1a |
+ astm .f3411 .v22a |
+ DSS0030,a |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
@@ -181,13 +201,19 @@
ASTM NetRID DSS: Simple ISA |
- NET0710 |
+ NET0730 |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- NET0730 |
+ interuss .f3411 .dss_endpoints |
+ GetISA |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA |
+
diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a_suite1.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a_suite1.md
deleted file mode 100644
index 0c90a2bfb6..0000000000
--- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_22a_suite1.md
+++ /dev/null
@@ -1,40 +0,0 @@
-
-# DSS instance validator test suite
-Defined in [parent suite](f3411_22a.md) [`suites.astm.netrid.f3411_22a`](./f3411_22a.yaml)
-
-## Actions
-
-1. Scenario: [ASTM NetRID DSS: Simple ISA](../../../scenarios/astm/netrid/v22a/dss/isa_simple.md) ([`scenarios.astm.netrid.v22a.dss.ISASimple`](../../../scenarios/astm/netrid/v22a/dss/isa_simple.py))
-2. Scenario: [ASTM NetRID DSS: Subscription Validation](../../../scenarios/astm/netrid/v22a/dss/subscription_validation.md) ([`scenarios.astm.netrid.v22a.dss.SubscriptionValidation`](../../../scenarios/astm/netrid/v22a/dss/subscription_validation.py))
-
-## Checked requirements
-
-
diff --git a/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md b/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md
index 0f09ce43a8..80776562c9 100644
--- a/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md
+++ b/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md
@@ -19,153 +19,173 @@
Checked in |
- astm .f3411 .v19 |
- A2-6-1,1a |
+ astm .f3411 .v19 |
+ DSS0030,a |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-19 NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-19 NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-19 NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-19 NetRID DSS interoperability |
@@ -175,163 +195,178 @@
ASTM F3411-19 NetRID DSS interoperability |
- NET0710 |
+ NET0730 |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- NET0730 |
+ astm .f3411 .v22a |
+ DSS0030,a |
Implemented |
- ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- astm .f3411 .v22a |
- A2-6-1,1a |
+ DSS0030,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1b |
+ DSS0030,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1c |
+ DSS0030,d |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,f |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0050 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0060 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0070 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3b |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,c |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,f |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,e |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,A2-6-1,1a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1c |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,f |
- Implemented |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
@@ -346,13 +381,19 @@
ASTM NetRID DSS: Simple ISA |
- NET0710 |
+ NET0730 |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- NET0730 |
+ interuss .f3411 .dss_endpoints |
+ GetISA |
Implemented |
ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA |
+
diff --git a/monitoring/uss_qualifier/suites/uspace/network_identification.md b/monitoring/uss_qualifier/suites/uspace/network_identification.md
index 2154ddc429..610903dd51 100644
--- a/monitoring/uss_qualifier/suites/uspace/network_identification.md
+++ b/monitoring/uss_qualifier/suites/uspace/network_identification.md
@@ -16,153 +16,173 @@
Checked in |
- astm .f3411 .v22a |
- A2-6-1,1a |
+ astm .f3411 .v22a |
+ DSS0030,a |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
@@ -181,6 +201,11 @@
TODO |
ASTM NetRID: Operator interactions |
+
+ NET0210 |
+ Implemented |
+ ASTM NetRID SP clients misbehavior handling |
+
NET0220 |
Implemented |
@@ -192,15 +217,35 @@
ASTM F3411-22a NetRID aggregate checks |
- NET0260 |
+ NET0260,NetSpDataResponseTime95thPercentile |
Implemented |
- ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID aggregate checks |
+
+
+ NET0260,NetSpDataResponseTime99thPercentile |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
NET0260,Table1,1 |
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0260,Table1,10 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,11 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0260,Table1,1a |
Implemented |
@@ -236,11 +281,6 @@
Implemented |
ASTM NetRID nominal behavior |
-
- NET0260-a |
- Implemented |
- ASTM F3411-22a NetRID aggregate checks |
-
NET0270 |
Implemented |
@@ -276,6 +316,11 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0460 |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
+
NET0470 |
Implemented + TODO |
@@ -296,6 +341,11 @@
TODO |
ASTM NetRID nominal behavior |
+
+ NET0470,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0470,Table1,15 |
Implemented |
@@ -377,9 +427,14 @@
ASTM NetRID: Operator interactions |
- NET0710 |
+ NET0710,1 |
Implemented |
- ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID nominal behavior |
+ ASTM NetRID nominal behavior |
+
+
+ NET0710,2 |
+ Implemented |
+ ASTM NetRID nominal behavior |
NET0730 |
@@ -418,4 +473,15 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ interuss .f3411 .dss_endpoints |
+ GetISA |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID nominal behavior |
+
diff --git a/monitoring/uss_qualifier/suites/uspace/required_services.md b/monitoring/uss_qualifier/suites/uspace/required_services.md
index 89080beaa2..6e73e88e3c 100644
--- a/monitoring/uss_qualifier/suites/uspace/required_services.md
+++ b/monitoring/uss_qualifier/suites/uspace/required_services.md
@@ -17,153 +17,173 @@
Checked in |
- astm .f3411 .v22a |
- A2-6-1,1a |
+ astm .f3411 .v22a |
+ DSS0030,a |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA |
- A2-6-1,1b |
+ DSS0030,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
- A2-6-1,1c |
+ DSS0030,c |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,1d |
+ DSS0030,d |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2a |
+ DSS0030,f |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,2b |
+ DSS0050 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3a |
+ DSS0060 |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability |
+ ASTM NetRID DSS: Subscription Validation |
- A2-6-1,3b |
+ DSS0070 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3c |
- Implemented + TODO |
+ DSS0110 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0120 |
+ TODO |
+ ASTM NetRID DSS: Direct CRDB access |
+
+
+ DSS0130,2,a |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,3d |
- Implemented + TODO |
+ DSS0130,2,b |
+ Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4a |
+ DSS0130,2,c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,4b |
+ DSS0130,2,d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,5 |
+ DSS0130,2,f |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- A2-6-1,6 |
+ DSS0130,3,a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0030 |
+ DSS0130,3,b |
Implemented |
- ASTM F3411-22a NetRID DSS interoperability ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID DSS: Subscription Validation ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0050 |
+ DSS0130,3,c |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0060 |
+ DSS0130,3,d |
Implemented |
- ASTM NetRID DSS: Subscription Validation |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0070 |
+ DSS0130,3,e |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0110 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1a |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0120 |
- TODO |
- ASTM NetRID DSS: Direct CRDB access |
+ DSS0130,A2-6-1,1b |
+ Implemented |
+ ASTM F3411-22a NetRID DSS interoperability |
- DSS0130 |
+ DSS0130,A2-6-1,1c |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,a |
+ DSS0130,A2-6-1,1d |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,b |
+ DSS0130,A2-6-1,2a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,c |
+ DSS0130,A2-6-1,2b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,d |
+ DSS0130,A2-6-1,3a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,2,f |
+ DSS0130,A2-6-1,3b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,a |
+ DSS0130,A2-6-1,3c |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,3d |
+ Implemented + TODO |
+ ASTM F3411-22a NetRID DSS interoperability |
+
+
+ DSS0130,A2-6-1,4a |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,b |
+ DSS0130,A2-6-1,4b |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,c |
+ DSS0130,A2-6-1,5 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
- DSS0130,3,d |
+ DSS0130,A2-6-1,6 |
Implemented |
ASTM F3411-22a NetRID DSS interoperability |
@@ -182,6 +202,11 @@
TODO |
ASTM NetRID: Operator interactions |
+
+ NET0210 |
+ Implemented |
+ ASTM NetRID SP clients misbehavior handling |
+
NET0220 |
Implemented |
@@ -193,15 +218,35 @@
ASTM F3411-22a NetRID aggregate checks |
- NET0260 |
+ NET0260,NetSpDataResponseTime95thPercentile |
Implemented |
- ASTM NetRID nominal behavior |
+ ASTM F3411-22a NetRID aggregate checks |
+
+
+ NET0260,NetSpDataResponseTime99thPercentile |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
NET0260,Table1,1 |
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0260,Table1,10 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,11 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
+
+ NET0260,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0260,Table1,1a |
Implemented |
@@ -237,11 +282,6 @@
Implemented |
ASTM NetRID nominal behavior |
-
- NET0260-a |
- Implemented |
- ASTM F3411-22a NetRID aggregate checks |
-
NET0270 |
Implemented |
@@ -277,6 +317,11 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ NET0460 |
+ Implemented |
+ ASTM F3411-22a NetRID aggregate checks |
+
NET0470 |
Implemented + TODO |
@@ -297,6 +342,11 @@
TODO |
ASTM NetRID nominal behavior |
+
+ NET0470,Table1,12 |
+ Implemented |
+ ASTM NetRID nominal behavior |
+
NET0470,Table1,15 |
Implemented |
@@ -378,9 +428,14 @@
ASTM NetRID: Operator interactions |
- NET0710 |
+ NET0710,1 |
Implemented |
- ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations ASTM NetRID nominal behavior |
+ ASTM NetRID nominal behavior |
+
+
+ NET0710,2 |
+ Implemented |
+ ASTM NetRID nominal behavior |
NET0730 |
@@ -536,4 +591,15 @@
Implemented |
ASTM NetRID nominal behavior |
+
+ interuss .f3411 .dss_endpoints |
+ GetISA |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID DSS: Submitted ISA Validations |
+
+
+ SearchISAs |
+ Implemented |
+ ASTM NetRID DSS: Simple ISA ASTM NetRID nominal behavior |
+