From 9f46935d7b630826117636f16d4bfee3fbd537bc Mon Sep 17 00:00:00 2001 From: Punam Verma Date: Tue, 31 Oct 2023 23:57:39 -0700 Subject: [PATCH] Fix the requirement reference in documentation --- .../plan_flight_intent_expect_failed.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/test_steps/plan_flight_intent_expect_failed.md b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/test_steps/plan_flight_intent_expect_failed.md index ce747a72de..e55838a6c6 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/test_steps/plan_flight_intent_expect_failed.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/test_steps/plan_flight_intent_expect_failed.md @@ -4,20 +4,21 @@ This page describes the content of a common test case where a valid user flight ## Plan should fail check -Flight intent data of a nearby flight shared was invalid, therefore it should have been failed to plan by the USS per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../../../requirements/interuss/automated_testing/flight_planning.md)**. +A USS shouldn't go ahead and plan if it doesn't have accurate information. +As per SCD0035 a USS needs to verify a particular conflict status. +If flight intent data shared for a nearby flight shared is invalid, the USS can't successfully perform that verification. +It couldn't have obtained valid information about the other operational intents it's supposed to verify that conflict status against. +Therefore, the USS should fail an attempt to plan. If the plan succeeds, we know they've violated SCD0035 because they failed to verify that particular conflict status. -## Failure If Planned check +**[astm.f3548.v21.SCD0035](../../../../../requirements/astm/f3548/v21.md)** -Flight intent data of a nearby flight shared was invalid, but the result was planned. It should have been been failed. -If the USS indicates that the injection did not fail, this check will fail per -**[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../../../requirements/interuss/automated_testing/flight_planning.md)**. +## Failure if Planned check -## Failure If Conflict check -Flight intent data of a nearby flight shared was invalid, but the result was conflict with flight. It should have been been failed. +Flight intent data of a nearby flight shared was invalid, but the result was planned. It should have been been failed. If the USS indicates that the injection did not fail, this check will fail per -**[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../../../requirements/interuss/automated_testing/flight_planning.md)**. +**[astm.f3548.v21.SCD0035](../../../../../requirements/astm/f3548/v21.md)** -## Failure If Rejected check +## Failure if Rejected check Flight intent data of a nearby flight shared was invalid, but the result rejected. It should have been been failed. If the USS indicates that the injection did not fail, this check will fail per