tested_uss provided by instance 1 in flight_planners in top-level resource poolmock_uss provided by mock_uss in top-level resource pooldss provided by dss in top-level resource poolflight_intents provided by non_conflicting_flights in top-level resource pool| Case | Step | Event | iart_dss | mock_uss | ||
|---|---|---|---|---|---|---|
| 1 | 📓 |
Tested USS: airmarket
|
||||
| Successfully plan flight near an existing flight | mock_uss plans flight 2 | 2 | 🌐 |
|
🌐 | |
| 3 | ✅ | mock_uss clock time retrievable | ✅ | |||
| 4 | 🌐 |
|
🌐 | |||
| 5 | ✅ | DSS responses | ✅ | |||
| 6 | 🌐 |
|
🌐 | |||
| 7 | 🌐 |
|
🌐 | |||
| 8 | 🛑 |
Successful planning
[7]
Error from mock_uss when attempting to submit a flight intent (flight ID: None) Attempt to plan flight returned status 999 rather than 200 as expected Stack trace: Traceback (most recent call last): File "/app/monitoring/uss_qualifier/scenarios/flight_planning/test_steps.py", line 377, in request_flight resp = flight_planner.try_plan_flight( flight_info, ExecutionStyle.IfAllowed, additional_fields ) File "/app/monitoring/monitorlib/clients/flight_planning/client_v1.py", line 122, in try_plan_flight return self._inject( ~~~~~~~~~~~~^ str(uuid.uuid4()), flight_info, execution_style, additional_fields ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/app/monitoring/monitorlib/clients/flight_planning/client_v1.py", line 77, in _inject raise PlanningActivityError( ...<2 lines>... ) monitoring.monitorlib.clients.flight_planning.client.PlanningActivityError: Attempt to plan flight returned status 999 rather than 200 as expected During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/monitoring/uss_qualifier/scenarios/flight_planning/test_steps.py", line 286, in submit_flight resp, query, flight_id = request_flight( ~~~~~~~~~~~~~~^ flight_planner, flight_info, flight_id, additional_fields ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/app/monitoring/uss_qualifier/scenarios/flight_planning/test_steps.py", line 381, in request_flight raise QueryError(str(e), e.queries) monitoring.monitorlib.fetch.QueryError: Attempt to plan flight returned status 999 rather than 200 as expected |
🛑 | |||
| Cleanup | 9 | 🌐 |
|
🌐 | ||
| 10 | ⚠️ |
Successful flight deletion
[9]
Failed to clean up flight 5f3704b1-1d13-4ec8-87d6-1482d87c8033 from mock_uss Attempt to delete flight plan returned status 500 rather than 200 as expected Stack trace: Traceback (most recent call last): File "/app/monitoring/uss_qualifier/scenarios/flight_planning/test_steps.py", line 458, in cleanup_flights resp = flight_planner.try_end_flight( flight_id, ExecutionStyle.IfAllowed ) File "/app/monitoring/monitorlib/clients/flight_planning/client_v1.py", line 156, in try_end_flight raise PlanningActivityError( ...<2 lines>... ) monitoring.monitorlib.clients.flight_planning.client.PlanningActivityError: Attempt to delete flight plan returned status 500 rather than 200 as expected |
⚠️ | |||