From 52f130895a78b0f4bafac88be514a0a8bfb45f9f Mon Sep 17 00:00:00 2001 From: Punam Verma Date: Wed, 1 Nov 2023 00:13:01 -0700 Subject: [PATCH] Removed requirement reference from test step, as per PR review --- .../utm/data_exchange_validation/get_op_data_validation.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md index 56f38bb029..73e6970fe9 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md @@ -53,7 +53,6 @@ If this notification was pushed, the GET operational intent data validation test ### [Tested_uss plans flight 1 test step](../../../flight_planning/plan_flight_intent.md) The test driver attempts to plan flight 1 on time range A via the tested USS. It checks if any conflicts with flight 2 which is of equal priority and came first. -per **[astm.f3548.v21.SCD0035](../../../../requirements/astm/f3548/v21.md)**. ### [Validate flight 1 sharing test step](../validate_shared_operational_intent.md) Validate flight 1 is planned. @@ -63,8 +62,7 @@ Tested_uss needs to make GET request for obtaining details of flight 2. In a previous step, we checked there was no notification of flight 2 to tested_uss. ### [Validate flight1 Notification sent to Control_uss test step](test_steps/validate_notification_operational_intent.md) -Tested_uss notifies flight 1 to Control_uss, due to its subscription through flight 2. As per **[astm.f3548.v21.USS0105](../../../../requirements/astm/f3548/v21.md)** and **[astm.f3548.v21.SCD0085](../../../../requirements/astm/f3548/v21.md)** - +Tested_uss notifies flight 1 to Control_uss, due to its subscription through flight 2. ### [Delete tested_uss flight test step](../../../flight_planning/delete_flight_intent.md) Teardown @@ -86,7 +84,6 @@ If this notification was pushed, the GET operational intent data validation test ### [Test_uss attempts to plan flight 1, expect failure test step](test_steps/plan_flight_intent_expect_failed.md) The test driver attempts to plan the flight 1 on time range A via the tested_uss. It checks if any conflicts with flight 2 which is of equal priority and came first. -per **[astm.f3548.v21.SCD0035](../../../../requirements/astm/f3548/v21.md)**. ### [Validate flight 1 not shared by tested_uss test step](../validate_not_shared_operational_intent.md) Validate flight 1 is not shared.