diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/off_nominal_planning/down_uss.md b/monitoring/uss_qualifier/scenarios/astm/utm/off_nominal_planning/down_uss.md index 06a7da38b2..40c01a0fbf 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/off_nominal_planning/down_uss.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/off_nominal_planning/down_uss.md @@ -92,10 +92,6 @@ All flight intent data provided was complete and correct. It should have been pr to reject or accept Flight 1. If the USS indicates that the injection attempt failed, this check will fail per **[interuss.automated_testing.flight_planning.ExpectedBehavior](../../../../requirements/interuss/automated_testing/flight_planning.md)**. -### Validate Flight 1 status test step -This step validates that the response of the USS is consistent with the flight shared, i.e. either it was properly -planned, or the USS rejected the planning. - #### [Validate accepted Flight 1 status](../validate_shared_operational_intent.md) If the planning was accepted, Flight 1 should have been shared. diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py b/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py index c222c24fae..53ebbc5fec 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py +++ b/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py @@ -185,10 +185,9 @@ def expect_shared( if isinstance(flight_intent, InjectFlightRequest): flight_intent = FlightInfo.from_scd_inject_flight_request(flight_intent) - self._begin_step() + self._begin_step_fragment() oi_ref = self._operational_intent_shared_check(flight_intent, skip_if_not_found) if oi_ref is None: - self._scenario.end_test_step() return None self._check_op_intent_details(flight_intent, oi_ref) @@ -200,7 +199,6 @@ def expect_shared( }: self._check_op_intent_telemetry(oi_ref) - self._scenario.end_test_step() return oi_ref def expect_shared_with_invalid_data( @@ -224,10 +222,9 @@ def expect_shared_with_invalid_data( if isinstance(flight_intent, InjectFlightRequest): flight_intent = FlightInfo.from_scd_inject_flight_request(flight_intent) - self._begin_step() + self._begin_step_fragment() oi_ref = self._operational_intent_shared_check(flight_intent, skip_if_not_found) if oi_ref is None: - self._scenario.end_test_step() return None goidr_json, oi_full_query = self._dss.get_full_op_intent_without_validation( diff --git a/monitoring/uss_qualifier/suites/astm/utm/f3548_21.md b/monitoring/uss_qualifier/suites/astm/utm/f3548_21.md index 8fe439bb04..ee814b289a 100644 --- a/monitoring/uss_qualifier/suites/astm/utm/f3548_21.md +++ b/monitoring/uss_qualifier/suites/astm/utm/f3548_21.md @@ -31,7 +31,12 @@