diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create.md similarity index 86% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create.md index a754fc6bdf..54dc103317 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/create.md @@ -5,13 +5,9 @@ This test step fragment validates that: - the response to the query conforms to the OpenAPI specification - the content of the response reflects the created constraint reference -## [Query Success](./create_query.md) +## [Verify query Success](./create_query.md) -Check query succeeds - -## [Response Format](./create_format.md) - -Check response format +## [Validate Response Format](./create_format.md) ## 🛑 Create constraint reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete_known.md similarity index 93% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete_known.md index 100f875c42..355a954f0c 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/delete_known.md @@ -6,9 +6,7 @@ This test step fragment validates that constraint references can be deleted A query to delete a constraint reference, by its owner and when the correct OVN is provided, should succeed, otherwise the DSS is in violation of **[astm.f3548.v21.DSS0005,3](../../../../../../../requirements/astm/f3548/v21.md)**. -## [Response format](./delete_format.md) - -Check response format +## [Validate response format](./delete_format.md) ## 🛑 Delete constraint reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_known.md similarity index 73% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_known.md index 3b4407447c..96106da6c2 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/read_known.md @@ -1,14 +1,10 @@ # Read constraint reference test step fragment -This test step fragment validates that constraint references can be read +This test step fragment validates that a known constraint references can be read, and that its content is as expected. -## [Read query succeeds](./read_query.md) +## [Verify query succeeds](./read_query.md) -Check query succeeds. - -## [Read response format](./read_format.md) - -Check response format +## [Validate response format](./read_format.md) ## 🛑 Get constraint reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_known.md similarity index 80% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_known.md index 292cf5932e..decb7df0e8 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/search_known.md @@ -1,14 +1,10 @@ # Search constraint reference test step fragment -This test step fragment validates that constraint references can be searched for. +This test step fragment validates that known constraint references can be searched for, and that the returned content is as expected. -## [Search query succeeds](./search_query.md) +## [Verify search query succeeds](./search_query.md) -Check query succeeds. - -## [Response format](./search_format.md) - -Check response format. +## [Validate response format](./search_format.md) ## 🛑 Expected constraint reference is in search results check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update.md similarity index 83% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update.md index 43ad317863..dc408fb91c 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/cr/crud/update.md @@ -2,13 +2,9 @@ This test step fragment validates that constraint references can be updated. -## [Update query succeeds](./update_query.md) +## [Verify update query succeeds](./update_query.md) -Check query succeeds. - -## [Response Format](./update_format.md) - -Check response format +## [Validate response format](./update_format.md) ## 🛑 Mutate constraint reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_successfully.md similarity index 88% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_successfully.md index eab0ecc66d..5dd6f6c501 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/create_successfully.md @@ -5,13 +5,9 @@ This test step fragment validates that: - the response to the query conforms to the OpenAPI specification - the content of the response reflects the created operational intent reference -## [Query Success](./create_query.md) +## [Verify query Success](./create_query.md) -Check query succeeds - -## [Response Format](./create_format.md) - -Check response format +## [Validate response format](./create_format.md) ## 🛑 Create operational intent reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_known.md similarity index 85% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_known.md index 11cc62c3de..787eab2fb0 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/read_known.md @@ -1,10 +1,8 @@ # Read operational intent reference test step fragment -This test step fragment validates that operational intent references can be read +This test step fragment validates that a known operational intent references can be read, and that its content is as expected. -## [Read query succeeds](./read_query.md) - -Check query succeeds. +## [Verify read query succeeds](./read_query.md) ## 🛑 Get operational intent reference response format conforms to spec check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_known.md similarity index 80% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_known.md index e2f2b176b3..bd5942db95 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/search_known.md @@ -1,10 +1,8 @@ # Search operational intent reference test step fragment -This test step fragment validates that operational intent references can be searched for +This test step fragment validates that known operational intent references can be searched for, and that their content is as expected. -## [Search query succeeds](./search_query.md) - -Check query succeeds. +## [Verify search query succeeds](./search_query.md) ## 🛑 Search operational intent reference response format conforms to spec check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_successfully.md similarity index 85% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_successfully.md index a76fb20c40..305a124745 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/oir/crud/update_successfully.md @@ -2,13 +2,9 @@ This test step fragment validates that operational intent references can be updated. -## [Update query succeeds](./update_query.md) +## [Verify update query succeeds](./update_query.md) -Check query succeeds. - -## [Response Format](./update_format.md) - -Check response format +## [Validate response format](./update_format.md) ## 🛑 Mutate operational intent reference response content is correct check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create.md similarity index 95% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create.md index b9958287ec..f88c86c0bb 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/create.md @@ -2,7 +2,7 @@ This test step fragment validates that subscriptions can be created. -## [Query Success](./create_query.md) +## [Verify query succeeds](./create_query.md) ## 🛑 Create subscription response format conforms to spec check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_known.md similarity index 93% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_known.md index 0c38014ae0..58186d422d 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/delete_known.md @@ -2,9 +2,7 @@ This test step fragment validates that subscriptions can be deleted. -## [Delete query succeeds](./delete_query.md) - -Check query succeeds. +## [Verify delete query succeeds](./delete_query.md) ## 🛑 Delete subscription response format conforms to spec check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_known.md similarity index 86% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_known.md index 66b887e423..52595613e1 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/read_known.md @@ -1,10 +1,8 @@ # Read subscription test step fragment -This test step fragment validates that subscriptions can be read. +This test step fragment validates that a known subscriptions can be read, and that its content is correct. -## [Read query succeeds](./read_query.md) - -Check query succeeds. +## [Verify read query succeeds](./read_query.md) ## 🛑 Get subscription response format conforms to spec check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_known.md similarity index 65% rename from monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_correct.md rename to monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_known.md index f15740c7ec..7a814c6ede 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_correct.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/search_known.md @@ -1,10 +1,8 @@ # Search subscription test step fragment -This test step fragment validates that subscriptions can be searched for. +This test step fragment validates that known subscriptions can be searched for, and that their content is as expected. -## [Search query succeeds](./search_query.md) - -Check query succeeds. +## [Verify search query succeeds](./search_query.md) ## 🛑 Created Subscription is in search results check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update.md new file mode 100644 index 0000000000..d096a4b621 --- /dev/null +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update.md @@ -0,0 +1,7 @@ +# Update subscription test step fragment + +This test step fragment validates that subscriptions can be updated. + +## [Verify update query succeeds](./update_query.md) + +## [Validate response format and content](./update_validation.md) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update_correct.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update_correct.md deleted file mode 100644 index 706a38635f..0000000000 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/fragments/sub/crud/update_correct.md +++ /dev/null @@ -1,7 +0,0 @@ -# Update subscription test step fragment - -This test step fragment validates that subscriptions can be updated. - -## [Update query succeeds](./update_query.md) - -## [Update response validation](./update_validation.md) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/op_intent_ref_simple.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/op_intent_ref_simple.md index 57f3d0f6f8..d8d033a405 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/op_intent_ref_simple.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/op_intent_ref_simple.md @@ -33,7 +33,7 @@ This test case ensures that no entities with the known test IDs exists in the DS This test case confirms that an OIR can be created when the correct parameters are provided, and that it can be deleted when the proper OVN is provided. -### [Create OIR test step](./fragments/oir/crud/create_correct.md) +### [Create OIR test step](./fragments/oir/crud/create_successfully.md) Create an OIR with allowed parameters. @@ -45,7 +45,7 @@ Delete the OIR created in the previous step. Ensures that a DSS will only delete OIRs when the correct OVN is presented. -### [Create OIR test step](./fragments/oir/crud/create_correct.md) +### [Create OIR test step](./fragments/oir/crud/create_successfully.md) Create an OIR to be used in this test case. @@ -75,7 +75,7 @@ Cleanup the OIR created in this test case. Test DSS behavior when mutation requests are not providing the required OVN. -### [Create OIR test step](./fragments/oir/crud/create_correct.md) +### [Create OIR test step](./fragments/oir/crud/create_successfully.md) Create an OIR to be used in this test case. @@ -97,7 +97,7 @@ This step verifies that an existing OIR cannot be mutated with an incorrect OVN. If the DSS under test allows the qualifier to mutate an existing OIR with a request that provided an incorrect OVN, it is in violation of **[astm.f3548.v21.DSS0005,1](../../../../requirements/astm/f3548/v21.md)** -### [Attempt mutation with correct OVN test step](./fragments/oir/crud/update_correct.md) +### [Attempt mutation with correct OVN test step](./fragments/oir/crud/update_successfully.md) Confirm that an OIR can be mutated when the correct OVN is provided. diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/subscription_simple.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/subscription_simple.md index 57a6c5abdd..1960b63864 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/subscription_simple.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/subscription_simple.md @@ -38,7 +38,7 @@ This test step creates multiple subscriptions with different combinations of the All subscriptions are left on the DSS when this step ends, as they are expected to be present for the subsequent step. -#### [Create subscription](./fragments/sub/crud/create_correct.md) +#### [Create subscription](./fragments/sub/crud/create.md) ### Query Existing Subscription test step diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/constraint_ref_synchronization.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/constraint_ref_synchronization.md index 63a5626b60..26fcfadf70 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/constraint_ref_synchronization.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/constraint_ref_synchronization.md @@ -41,21 +41,15 @@ It then goes on to mutate and delete it, each time confirming that all other DSS ### Create CR validation test step -#### [Create CR](../fragments/cr/crud/create_correct.md) +#### [CR can be created](../fragments/cr/crud/create.md) -Verify that an constraint reference can be created on the primary DSS. - -#### [CR Content is correct](../fragments/cr/validate/correctness.md) - -Verify that the constraint reference returned by the DSS under test is properly formatted and contains the expected content. +#### [CR content is correct](../fragments/cr/validate/correctness.md) ### Retrieve newly created CR test step Retrieve and validate synchronization of the created constraint at every DSS provided in `dss_instances`. -#### [Get CR query](../fragments/cr/crud/read_correct.md) - -Check that read query succeeds. +#### [CR can be read](../fragments/cr/crud/read_known.md) #### 🛑 Newly created CR can be consistently retrieved from all DSS instances check @@ -69,14 +63,11 @@ primary DSS instance, this check will fail per **[astm.f3548.v21.DSS0210,A2-7-2, #### [CR version is correct](../fragments/cr/validate/non_mutated.md) - ### Search for newly created CR test step Search for and validate synchronization of the created constraint at every DSS provided in `dss_instances`. -#### [Search CR](../fragments/cr/crud/search_correct.md) - -Check that search query succeeds and the response is well-formed. +#### [CR can be searched for](../fragments/cr/crud/search_known.md) #### 🛑 Newly created CR can be consistently searched for from all DSS instances check @@ -98,25 +89,17 @@ Confirm that the constraint reference that was just created is properly synchron This test step mutates the previously created constraint reference to verify that the DSS reacts properly: notably, it checks that the constraint reference version is updated, including for changes that are not directly visible, such as changing the constraint reference's footprint. -#### [Update CR](../fragments/cr/crud/update_correct.md) - -Confirm that the constraint reference can be mutated. - -#### [Validate CR](../fragments/cr/validate/correctness.md) +#### [CR can be mutated](../fragments/cr/crud/update.md) -Verify that the constraint reference returned by the DSS is properly formatted and contains the correct content. - -#### [CR Versions are correct](../fragments/cr/validate/mutated.md) +#### [CR content is correct](../fragments/cr/validate/correctness.md) -Verify that the constraint reference's version fields have been updated. +#### [CR versions are correct](../fragments/cr/validate/mutated.md) ### Retrieve updated CR test step Retrieve and validate synchronization of the updated constraint at every DSS provided in `dss_instances`. -#### [Get CR query](../fragments/cr/crud/read_correct.md) - -Check that read query succeeds and the response is well-formed. +#### [CR can be read](../fragments/cr/crud/read_known.md) #### 🛑 Updated CR can be consistently retrieved from all DSS instances check @@ -131,15 +114,13 @@ Confirm that the constraint reference that was just updated is properly synchron #### [CR Content is correct](../fragments/cr/validate/correctness.md) -#### [CR version is correct](../fragments/cr/validate/non_mutated.md) +#### [CR versions are correct](../fragments/cr/validate/non_mutated.md) ### Search for updated CR test step Search for and validate synchronization of the updated constraint at every DSS provided in `dss_instances`. -#### [Search CR](../fragments/cr/crud/search_correct.md) - -Check that search query succeeds and the response is well-formed. +#### [CR can be searched for](../fragments/cr/crud/search_known.md) #### 🛑 Updated CR can be consistently searched for from all DSS instances check @@ -154,7 +135,7 @@ Confirm that the constraint reference that was just updated is properly synchron #### [CR content is correct](../fragments/cr/validate/correctness.md) -#### [CR version is correct](../fragments/cr/validate/non_mutated.md) +#### [CR versions are correct](../fragments/cr/validate/non_mutated.md) ### Delete CR test step @@ -162,25 +143,17 @@ Attempt to delete the constraint reference in various ways and ensure that the D This also checks that the constraint reference data returned by a successful deletion is correct. -#### [Delete CR](../fragments/cr/crud/delete.md) - -Confirm that an constraint reference can be deleted. +#### [CR can be deleted](../fragments/cr/crud/delete_known.md) -#### [Validate CR](../fragments/cr/validate/correctness.md) - -Verify that the constraint reference returned by the DSS via the deletion is properly formatted and contains the correct content. - -#### [CR Versions are correct](../fragments/cr/validate/non_mutated.md) +#### [CR content is correct](../fragments/cr/validate/correctness.md) -Verify that the constraint reference's version fields are as expected. +#### [CR versions are correct](../fragments/cr/validate/non_mutated.md) ### Query deleted CR test step Attempt to query and search for the deleted constraint reference in various ways -#### [Get CR query](../fragments/cr/crud/read_correct.md) - -Check that read query succeeds. +#### [CR can be read](../fragments/cr/crud/read_known.md) #### 🛑 Deleted CR cannot be retrieved from all DSS instances check @@ -188,9 +161,7 @@ If a DSS returns an constraint reference that was previously successfully delete either one of the primary DSS or the DSS that returned the constraint reference is in violation of **[astm.f3548.v21.DSS0210,2a](../../../../../requirements/astm/f3548/v21.md)**, **[astm.f3548.v21.DSS0210,A2-7-2,3b](../../../../../requirements/astm/f3548/v21.md)**, **[astm.f3548.v21.DSS0215](../../../../../requirements/astm/f3548/v21.md)** and **[astm.f3548.v21.DSS0020](../../../../../requirements/astm/f3548/v21.md)**. -#### [Search CR](../fragments/cr/crud/search_query.md) - -Check that search query succeeds. +#### [CR can be searched for](../fragments/cr/crud/search_query.md) #### 🛑 Deleted CR cannot be searched for from all DSS instances check diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/op_intent_ref_synchronization.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/op_intent_ref_synchronization.md index b77d2ac3d2..1bfaa63463 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/op_intent_ref_synchronization.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/op_intent_ref_synchronization.md @@ -39,7 +39,7 @@ This test case creates an operational intent reference on the main DSS, and veri It then goes on to mutate and delete it, each time confirming that all other DSSes return the expected results. -### [Create OIR validation test step](../fragments/oir/crud/create_correct.md) +### [Create OIR validation test step](../fragments/oir/crud/create_successfully.md) ### Retrieve newly created OIR test step @@ -74,7 +74,7 @@ primary DSS instance, this check will fail per **[astm.f3548.v21.DSS0210,A2-7-2, This test step mutates the previously created operational intent reference to verify that the DSS reacts properly: notably, it checks that the operational intent reference version is updated, including for changes that are not directly visible, such as changing the operational intent reference's footprint. -#### [Update OIR](../fragments/oir/crud/update_correct.md) +#### [Update OIR](../fragments/oir/crud/update_successfully.md) ### Retrieve updated OIR test step diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/subscription_synchronization.md b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/subscription_synchronization.md index b9bb7f3575..37144b8cf7 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/subscription_synchronization.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/subscription_synchronization.md @@ -70,7 +70,7 @@ This test step creates multiple subscriptions with different combinations of the All subscriptions are left on the DSS when this step ends, as they are expected to be present for the subsequent step. -#### [Create subscription](../fragments/sub/crud/create_correct.md) +#### [Create subscription](../fragments/sub/crud/create.md) ### Query newly created subscription test step @@ -78,7 +78,7 @@ Query the created subscription at every DSS provided in `dss_instances` to confi and that it can be accessed directly by ID or searched for by area. #### [Subscription is synchronized](../fragments/sub/sync.md) -#### [Get subscription](../fragments/sub/crud/read_correct.md) +#### [Get subscription](../fragments/sub/crud/read_known.md) #### [Search subscription](../fragments/sub/crud/search_query.md) @@ -87,7 +87,7 @@ and that it can be accessed directly by ID or searched for by area. This test step mutates the previously created subscription, by accessing the primary DSS, to verify that the update is propagated to all other DSSes. Notably, it checks that the subscription version is updated, including for changes that are not directly visible, such as changing the subscription's footprint. -#### [Update subscription](../fragments/sub/crud/update_correct.md) +#### [Update subscription](../fragments/sub/crud/update.md) ### Query updated subscription test step @@ -95,7 +95,7 @@ Query the updated subscription at every DSS provided in `dss_instances` to confi #### [Subscription is synchronized](../fragments/sub/sync.md) -#### [Get subscription](../fragments/sub/crud/read_correct.md) +#### [Get subscription](../fragments/sub/crud/read_known.md) #### [Search subscription](../fragments/sub/crud/search_query.md) @@ -122,7 +122,7 @@ Note that this step is repeated for every secondary DSS instance. #### [Subscription is synchronized](../fragments/sub/sync.md) -#### [Get subscription](../fragments/sub/crud/read_correct.md) +#### [Get subscription](../fragments/sub/crud/read_known.md) #### [Search subscription](../fragments/sub/crud/search_query.md) @@ -133,8 +133,6 @@ in order to prepare the next step that checks manager synchronization. #### [Create subscription](../fragments/sub/crud/create_query.md) -Verify that a subscription can be created on the primary DSS using the separate set of credentials. - ### Verify manager synchronization test step If the second set of credentials is provided, checks that the manager of a subscription is properly synchronized across all DSS instances. @@ -154,7 +152,7 @@ and ensure that the DSS reacts properly. This also checks that the subscription data returned by a successful deletion is correct. -#### [Delete subscription](../fragments/sub/crud/delete_correct.md) +#### [Delete subscription](../fragments/sub/crud/delete_known.md) ### Query deleted subscription test step @@ -174,7 +172,7 @@ As a result, the DSS pool under test is failing to meet **[astm.f3548.v21.DSS002 Attempt to delete subscriptions that were created through the primary DSS via the secondary DSS instances. -#### [Delete subscription](../fragments/sub/crud/delete_correct.md) +#### [Delete subscription](../fragments/sub/crud/delete_known.md) #### 🛑 DSS should not return the deleted subscription check