From 13778a14d95af1969ec28e517acea72e0848ab7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Nov 2023 04:57:28 +0000 Subject: [PATCH] [uss_qualifier] Make start/end time optional parameters of make_volume_4d (#304) [uss_qualifier] make start/end time optional parameters of make_volume_4d and its callers eaa6227a78d37fb8eeafa5eb649abb293e50c998 --- .../reports/dss_probing/report.json | 2 +- .../dss_probing/requirements/status.json | 8 +- .../dss_probing/requirements/uss1.html | 1668 +++---- .../reports/dss_probing/sequence/index.html | 14 +- .../reports/dss_probing/sequence/s1.html | 314 +- .../reports/dss_probing/sequence/s2.html | 140 +- .../reports/dss_probing/sequence/s3.html | 70 +- .../reports/dss_probing/sequence/s4.html | 2 +- .../uss_qualifier/reports/f3548/report.json | 2 +- .../reports/f3548/requirements/status.json | 8 +- .../reports/f3548/requirements/uss1.html | 736 ++-- .../reports/f3548/requirements/uss2.html | 736 ++-- .../reports/f3548/sequence/index.html | 20 +- .../reports/f3548/sequence/s1.html | 322 +- .../reports/f3548/sequence/s10.html | 1212 +++--- .../reports/f3548/sequence/s11.html | 10 +- .../reports/f3548/sequence/s2.html | 322 +- .../reports/f3548/sequence/s3.html | 1364 +++--- .../reports/f3548/sequence/s4.html | 1488 +++---- .../reports/f3548/sequence/s5.html | 1424 +++--- .../reports/f3548/sequence/s6.html | 1346 +++--- .../reports/f3548/sequence/s7.html | 1268 +++--- .../reports/f3548/sequence/s8.html | 1182 ++--- .../reports/f3548/sequence/s9.html | 1360 +++--- .../reports/general_flight_auth/report.json | 2 +- .../requirements/status.json | 8 +- .../requirements/uss1.html | 40 +- .../general_flight_auth/sequence/index.html | 80 +- .../general_flight_auth/sequence/s1.html | 62 +- .../reports/geoawareness_cis/report.json | 2 +- .../geospatial_comprehension/report.json | 2 +- .../reports/message_signing/report.json | 2 +- .../reports/netrid_v19/report.json | 2 +- .../netrid_v19/requirements/status.json | 8 +- .../reports/netrid_v19/requirements/uss1.html | 1116 ++--- .../reports/netrid_v19/sequence/index.html | 30 +- .../reports/netrid_v19/sequence/s1.html | 330 +- .../reports/netrid_v19/sequence/s2.html | 140 +- .../reports/netrid_v19/sequence/s3.html | 70 +- .../reports/netrid_v19/sequence/s4.html | 2 +- .../reports/netrid_v22a/report.json | 2 +- .../netrid_v22a/requirements/status.json | 8 +- .../netrid_v22a/requirements/uss1.html | 1252 +++--- .../reports/netrid_v22a/sequence/index.html | 63 +- .../reports/netrid_v22a/sequence/s1.html | 3834 +---------------- .../reports/netrid_v22a/sequence/s2.html | 2466 ----------- .../reports/netrid_v22a/sequence/s3.html | 1082 ----- .../reports/netrid_v22a/sequence/s4.html | 138 - .../uss_qualifier/reports/noop/report.html | 36 +- .../uss_qualifier/reports/noop/report.json | 36 +- .../reports/noop/sequence/index.html | 14 +- .../reports/noop/sequence/s1.html | 10 +- .../reports/uspace/capabilities.html | 2 +- .../uss_qualifier/reports/uspace/report.json | 2 +- .../reports/uspace/requirements/status.json | 8 +- .../reports/uspace/requirements/uss1.html | 2110 ++++----- .../reports/uspace/requirements/uss2.html | 2012 ++++----- .../reports/uspace/sequence/index.html | 75 +- .../reports/uspace/sequence/s1.html | 48 +- .../reports/uspace/sequence/s10.html | 1352 +++--- .../reports/uspace/sequence/s11.html | 1240 +++--- .../reports/uspace/sequence/s12.html | 1196 ++--- .../reports/uspace/sequence/s13.html | 1362 +++--- .../reports/uspace/sequence/s14.html | 1212 +++--- .../reports/uspace/sequence/s15.html | 10 +- .../reports/uspace/sequence/s16.html | 78 +- .../reports/uspace/sequence/s17.html | 84 +- .../reports/uspace/sequence/s18.html | 3834 +---------------- .../reports/uspace/sequence/s19.html | 2466 ----------- .../reports/uspace/sequence/s2.html | 34 +- .../reports/uspace/sequence/s20.html | 1082 ----- .../reports/uspace/sequence/s21.html | 138 - .../reports/uspace/sequence/s3.html | 6 +- .../reports/uspace/sequence/s4.html | 6 +- .../reports/uspace/sequence/s5.html | 322 +- .../reports/uspace/sequence/s6.html | 330 +- .../reports/uspace/sequence/s7.html | 1328 +++--- .../reports/uspace/sequence/s8.html | 1478 +++---- .../reports/uspace/sequence/s9.html | 1474 +++---- 79 files changed, 17050 insertions(+), 32094 deletions(-) delete mode 100644 artifacts/uss_qualifier/reports/netrid_v22a/sequence/s2.html delete mode 100644 artifacts/uss_qualifier/reports/netrid_v22a/sequence/s3.html delete mode 100644 artifacts/uss_qualifier/reports/netrid_v22a/sequence/s4.html delete mode 100644 artifacts/uss_qualifier/reports/uspace/sequence/s19.html delete mode 100644 artifacts/uss_qualifier/reports/uspace/sequence/s20.html delete mode 100644 artifacts/uss_qualifier/reports/uspace/sequence/s21.html diff --git a/artifacts/uss_qualifier/reports/dss_probing/report.json b/artifacts/uss_qualifier/reports/dss_probing/report.json index 5ec890252a..7995bbc04b 100644 --- a/artifacts/uss_qualifier/reports/dss_probing/report.json +++ b/artifacts/uss_qualifier/reports/dss_probing/report.json @@ -1 +1 @@ -{"codebase_version": "interuss/monitoring/v0.0.0-cf9772d", "commit_hash": "cf9772d935fef4643a302db24f181a212921620f", "baseline_signature": "395eba8dae842d951da3db110f624de065cb88a7c2772ab2e1597a7df94400a7", "environment_signature": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb", "configuration": {"resources": {"resource_declarations": {"id_generator": {"resource_type": "resources.interuss.IDGeneratorResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"whoami_audience": "localhost", "whoami_scope": "rid.display_provider"}}, "kentland_service_area": {"resource_type": "resources.netrid.ServiceAreaResource", "specification": {"base_url": "https://uss_qualifier.test.utm/dummy_base_url", "footprint": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}], "altitude_min": 0.0, "altitude_max": 3048.0, "reference_time": "2023-01-10T00:00:00.123456+00:00", "time_start": "2023-01-10T00:00:01.123456+00:00", "time_end": "2023-01-10T01:00:01.123456+00:00"}, "dependencies": {}}, "kentland_problematically_big_area": {"resource_type": "resources.VerticesResource", "specification": {"vertices": [{"lat": 38.0, "lng": -81.0}, {"lat": 37.0, "lng": -81.0}, {"lat": 37.0, "lng": -80.0}, {"lat": 38.0, "lng": -80.0}]}, "dependencies": {}}, "utm_auth": {"resource_type": "resources.communications.AuthAdapterResource", "specification": {"environment_variable_containing_auth_spec": "AUTH_SPEC"}, "dependencies": {}}, "scd_dss_instances": {"resource_type": "resources.astm.f3548.v21.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "base_url": "http://dss.uss1.localutm", "has_private_address": true}, {"participant_id": "uss2", "base_url": "http://dss.uss2.localutm", "has_private_address": true}]}}, "netrid_dss_instances_v22a": {"resource_type": "resources.astm.f3411.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "rid_version": "F3411-22a", "base_url": "http://dss.uss1.localutm/rid/v2", "has_private_address": true, "local_debug": true}, {"participant_id": "uss2", "rid_version": "F3411-22a", "base_url": "http://dss.uss2.localutm/rid/v2", "has_private_address": true, "local_debug": true}]}}, "netrid_dss_instances_v19": {"resource_type": "resources.astm.f3411.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "rid_version": "F3411-19", "base_url": "http://dss.uss1.localutm", "has_private_address": true, "local_debug": true}, {"participant_id": "uss2", "rid_version": "F3411-19", "base_url": "http://dss.uss2.localutm", "has_private_address": true, "local_debug": true}]}}}}, "non_baseline_inputs": ["v1.test_run.resources.resource_declarations.utm_auth", "v1.test_run.resources.resource_declarations.scd_dss_instances", "v1.test_run.resources.resource_declarations.netrid_dss_instances_v22a", "v1.test_run.resources.resource_declarations.netrid_dss_instances_v19"], "action": {"test_suite": {"suite_type": "suites.interuss.dss.all_tests", "resources": {"f3411v19_dss_instances": "netrid_dss_instances_v19", "f3411v22a_dss_instances": "netrid_dss_instances_v22a", "id_generator": "id_generator", "service_area": "kentland_service_area", "problematically_big_area": "kentland_problematically_big_area"}}, "on_failure": "Continue"}}, "report": {"test_suite": {"name": "ASTM DSS tests", "suite_type": "suites.interuss.dss.all_tests", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md", "start_time": "2023-11-02T04:53:19.255404Z", "actions": [{"action_generator": {"actions": [{"test_suite": {"name": "DSS testing for ASTM NetRID F3411-19", "suite_type": "suites.astm.netrid.f3411_19.dss_probing", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md", "start_time": "2023-11-02T04:53:19.255706Z", "actions": [{"test_scenario": {"name": "ASTM NetRID DSS: Simple ISA", "scenario_type": "scenarios.astm.netrid.v19.dss.ISASimple", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md", "start_time": "2023-11-02T04:53:19.256038Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#setup-test-case", "start_time": "2023-11-02T04:53:19.256121Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:53:19.256165Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.263827Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.256214Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.003953, "reported": "2023-11-02T04:53:19.263184Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:66a6efd3-fdd5-4750-9ee9-26123c3b1ce4)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.263909Z"}], "end_time": "2023-11-02T04:53:19.263933Z"}, {"name": "Create and check ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#create-and-check-isa-test-case", "start_time": "2023-11-02T04:53:19.263971Z", "steps": [{"name": "Create ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/put_isa.md#create-or-update-isa-test-step", "start_time": "2023-11-02T04:53:19.264005Z", "failed_checks": [], "passed_checks": [{"name": "ISA response code", "timestamp": "2023-11-02T04:53:19.279139Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA response format", "timestamp": "2023-11-02T04:53:19.520362Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:53:19.520485Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version format", "timestamp": "2023-11-02T04:53:19.520544Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time matches", "timestamp": "2023-11-02T04:53:19.520599Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA end time matches", "timestamp": "2023-11-02T04:53:19.520648Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA URL matches", "timestamp": "2023-11-02T04:53:19.520703Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA created", "timestamp": "2023-11-02T04:53:19.521210Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.265047Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:19.657743Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "3940e867-873d-477d-9447-27b238f4b6ca"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "291"}, "elapsed_s": 0.007916, "reported": "2023-11-02T04:53:19.275608Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:19.657743Z", "version": "1f4tl8qcgb0bg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.521245Z"}, {"name": "Get ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-isa-by-id-test-step", "start_time": "2023-11-02T04:53:19.521278Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.525876Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA", "interuss.f3411.dss_endpoints.GetISA"]}, {"name": "ISA version match", "timestamp": "2023-11-02T04:53:19.526639Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.521330Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "274"}, "elapsed_s": 0.002191, "reported": "2023-11-02T04:53:19.524305Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:19.657743Z", "version": "1f4tl8qcgb0bg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.526676Z"}], "end_time": "2023-11-02T04:53:19.526696Z"}, {"name": "Update and search ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#update-and-search-isa-test-case", "start_time": "2023-11-02T04:53:19.526736Z", "steps": [{"name": "Update ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/put_isa.md#create-or-update-isa-test-step", "start_time": "2023-11-02T04:53:19.526780Z", "failed_checks": [], "passed_checks": [{"name": "ISA response code", "timestamp": "2023-11-02T04:53:19.538349Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA response format", "timestamp": "2023-11-02T04:53:19.552058Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:53:19.552165Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version changed", "timestamp": "2023-11-02T04:53:19.552220Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version format", "timestamp": "2023-11-02T04:53:19.552273Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time matches", "timestamp": "2023-11-02T04:53:19.552325Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA end time matches", "timestamp": "2023-11-02T04:53:19.552373Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA URL matches", "timestamp": "2023-11-02T04:53:19.552426Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA updated", "timestamp": "2023-11-02T04:53:19.552899Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/1f4tl8qcgb0bg", "initiated_at": "2023-11-02T04:53:19.527489Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "0816c4ac-eaeb-4dfb-a2e5-60e1661ad1f0"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "291"}, "elapsed_s": 0.006928, "reported": "2023-11-02T04:53:19.535256Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.552935Z"}, {"name": "Get ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-isa-by-id-test-step-1", "start_time": "2023-11-02T04:53:19.552976Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.557195Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA", "interuss.f3411.dss_endpoints.GetISA"]}, {"name": "ISA version match", "timestamp": "2023-11-02T04:53:19.557924Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.553028Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "274"}, "elapsed_s": 0.001933, "reported": "2023-11-02T04:53:19.555730Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.557959Z"}, {"name": "Search by earliest time (included)", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.558023Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.576601Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.576659Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:53:19.577558Z", "participants": ["uss1"], "requirements": []}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&earliest_time=2023-11-02T05:52:20.657743Z", "initiated_at": "2023-11-02T04:53:19.558128Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "277"}, "elapsed_s": 0.003115, "reported": "2023-11-02T04:53:19.561972Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.577599Z"}, {"name": "Search by earliest time (excluded)", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.577641Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.593539Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.593594Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:53:19.593779Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&earliest_time=2023-11-02T05:54:20.657743Z", "initiated_at": "2023-11-02T04:53:19.577738Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "21"}, "elapsed_s": 0.002161, "reported": "2023-11-02T04:53:19.580690Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.593812Z"}, {"name": "Search by latest time (included)", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.593852Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.610956Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.611011Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:53:19.611829Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&latest_time=2023-11-02T04:54:19.657743Z", "initiated_at": "2023-11-02T04:53:19.593948Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "277"}, "elapsed_s": 0.002511, "reported": "2023-11-02T04:53:19.597213Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.611867Z"}, {"name": "Search by latest time (excluded)", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.611907Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.629057Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.629121Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:53:19.629324Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&latest_time=2023-11-02T04:52:19.657743Z", "initiated_at": "2023-11-02T04:53:19.612000Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "21"}, "elapsed_s": 0.002603, "reported": "2023-11-02T04:53:19.615366Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.629358Z"}, {"name": "Search by area only", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.629400Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.646712Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.646771Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:53:19.647605Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:53:19.629480Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "277"}, "elapsed_s": 0.002645, "reported": "2023-11-02T04:53:19.632927Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.647644Z"}, {"name": "Search with invalid params", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-with-invalid-params-test-step", "start_time": "2023-11-02T04:53:19.647685Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:53:19.650054Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=", "initiated_at": "2023-11-02T04:53:19.647738Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "68"}, "elapsed_s": 0.001253, "reported": "2023-11-02T04:53:19.649709Z", "json": {"message": "Missing area (E:cbeeeba8-9838-41e5-89ea-b8592df713b8)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.650131Z"}, {"name": "Search by huge area", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-by-huge-area-test-step", "start_time": "2023-11-02T04:53:19.650175Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:53:19.652401Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=38.0,-81.0,37.0,-81.0,37.0,-80.0,38.0,-80.0", "initiated_at": "2023-11-02T04:53:19.650266Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 413, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "70"}, "elapsed_s": 0.001121, "reported": "2023-11-02T04:53:19.652072Z", "json": {"message": "Area too large (E:1345f733-03b0-46e7-86ca-4b094e95a238)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.652444Z"}, {"name": "Search ISA with loop", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-isa-with-loop-test-step", "start_time": "2023-11-02T04:53:19.653152Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:53:19.655414Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544,37.1853,-80.614", "initiated_at": "2023-11-02T04:53:19.653246Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "103"}, "elapsed_s": 0.001217, "reported": "2023-11-02T04:53:19.655111Z", "json": {"message": "Intersection found between polygon edge 1 and 4 (E:f20c1f69-4def-46ef-b5ff-94d0f69e2c41)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.655456Z"}], "end_time": "2023-11-02T04:53:19.656164Z"}, {"name": "Delete ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-isa-test-case", "start_time": "2023-11-02T04:53:19.656215Z", "steps": [{"name": "Delete with wrong version", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-with-wrong-version-test-step", "start_time": "2023-11-02T04:53:19.656254Z", "failed_checks": [], "passed_checks": [{"name": "Delete request rejected", "timestamp": "2023-11-02T04:53:19.659613Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/f4tl8qk90po", "initiated_at": "2023-11-02T04:53:19.656307Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 409, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "127"}, "elapsed_s": 0.002366, "reported": "2023-11-02T04:53:19.659294Z", "json": {"message": "ISA currently at version 1f4tl8qk90poo but client specified f4tl8qk90po (E:dd127111-9f99-48ca-adcc-a23b39c3f799)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.659654Z"}, {"name": "Delete with empty version", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-with-empty-version-test-step", "start_time": "2023-11-02T04:53:19.660363Z", "failed_checks": [], "passed_checks": [{"name": "Delete request rejected", "timestamp": "2023-11-02T04:53:19.662249Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/", "initiated_at": "2023-11-02T04:53:19.660446Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "78"}, "elapsed_s": 0.000877, "reported": "2023-11-02T04:53:19.661943Z", "json": {"message": "Missing version string (E:39a0d4aa-4a9f-49fe-b930-c991949bcb6e)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.662288Z"}, {"name": "Delete ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/delete_isa.md#delete-isa-test-step", "start_time": "2023-11-02T04:53:19.662320Z", "failed_checks": [], "passed_checks": [{"name": "ISA response format", "timestamp": "2023-11-02T04:53:19.685888Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:53:19.685978Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA version matches", "timestamp": "2023-11-02T04:53:19.686047Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA deleted", "timestamp": "2023-11-02T04:53:19.686077Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/1f4tl8qk90poo", "initiated_at": "2023-11-02T04:53:19.662431Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "291"}, "elapsed_s": 0.006381, "reported": "2023-11-02T04:53:19.669535Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.657743Z", "time_end": "2023-11-02T05:53:20.657743Z", "version": "1f4tl8qk90poo", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}, "subscribers": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.686101Z"}, {"name": "Get deleted ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-deleted-isa-by-id-test-step", "start_time": "2023-11-02T04:53:19.686133Z", "failed_checks": [], "passed_checks": [{"name": "ISA not found", "timestamp": "2023-11-02T04:53:19.688815Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.686183Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.001659, "reported": "2023-11-02T04:53:19.688538Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:bcdb6f14-194d-4df9-9e99-58c57d9e9a0f)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.688855Z"}, {"name": "Search ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:53:19.688888Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:53:19.703987Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:53:19.704040Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:53:19.704234Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:53:19.688968Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "21"}, "elapsed_s": 0.001943, "reported": "2023-11-02T04:53:19.691690Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.704267Z"}], "end_time": "2023-11-02T04:53:19.704287Z"}], "successful": true, "end_time": "2023-11-02T04:53:19.704306Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#cleanup", "start_time": "2023-11-02T04:53:19.704336Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.707144Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.704373Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.001727, "reported": "2023-11-02T04:53:19.706784Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:2a577c8e-a27a-4a20-b401-9601eb6d4f63)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.707336Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: Submitted ISA Validations", "scenario_type": "scenarios.astm.netrid.v19.dss.ISAValidation", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md", "start_time": "2023-11-02T04:53:19.707901Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#setup-test-case", "start_time": "2023-11-02T04:53:19.707996Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:53:19.708058Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.710691Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.708107Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.001514, "reported": "2023-11-02T04:53:19.710357Z", "json": {"message": "ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:7128a3bc-915e-4b6e-a918-0aced9c12418)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.710790Z"}], "end_time": "2023-11-02T04:53:19.710834Z"}, {"name": "ISA Validation", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#isa-validation-test-case", "start_time": "2023-11-02T04:53:19.710869Z", "steps": [{"name": "ISA Validation", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#isa-validation-test-step", "start_time": "2023-11-02T04:53:19.710905Z", "failed_checks": [], "passed_checks": [{"name": "ISA huge area", "timestamp": "2023-11-02T04:53:19.714107Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA empty vertices", "timestamp": "2023-11-02T04:53:19.716921Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time in the past", "timestamp": "2023-11-02T04:53:19.720077Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time after end time", "timestamp": "2023-11-02T04:53:19.723124Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA vertices are valid", "timestamp": "2023-11-02T04:53:19.727389Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA missing outline", "timestamp": "2023-11-02T04:53:19.730185Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA missing volume", "timestamp": "2023-11-02T04:53:19.733085Z", "participants": ["uss1"], "requirements": []}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.711757Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "442", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 38.0, "lng": -81.0}, {"lat": 37.0, "lng": -81.0}, {"lat": 37.0, "lng": -80.0}, {"lat": 38.0, "lng": -80.0}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.676231Z", "time_end": "2023-11-02T05:53:19.676231Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "1408ca4a-3295-4ef1-b967-aaa90fad1615"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "70"}, "elapsed_s": 0.001252, "reported": "2023-11-02T04:53:19.713757Z", "json": {"message": "Area too large (E:f10308c4-9299-4c23-b507-8e5539befe60)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.714866Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "328", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": []}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.676231Z", "time_end": "2023-11-02T05:53:19.676231Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "ae96bb92-49f5-4f62-905b-713d61f4b06e"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "93"}, "elapsed_s": 0.001071, "reported": "2023-11-02T04:53:19.716593Z", "json": {"message": "Missing or malformed required extents (E:43e53df3-53a7-4404-ba5c-b88efedec17c)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.717722Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:43:19.716963Z", "time_end": "2023-11-02T05:43:19.716963Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "aa3cc00d-c4fc-41fa-a03e-bb857e4ecbe1"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "116"}, "elapsed_s": 0.001332, "reported": "2023-11-02T04:53:19.719741Z", "json": {"message": "IdentificationServiceArea time_start must not be in the past (E:f22ff1f8-afbf-4dca-ac5e-2d60071005fb)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.720862Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-01-10T01:00:01.123456Z", "time_end": "2023-01-10T00:00:01.123456Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "7077b6d4-104a-4918-9815-929df69ac8f7"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "116"}, "elapsed_s": 0.001257, "reported": "2023-11-02T04:53:19.722790Z", "json": {"message": "IdentificationServiceArea time_start must not be in the past (E:abbce728-68c9-4968-befc-034609bfd582)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.723895Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "474", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 130.0, "lng": -23.0}, {"lat": 130.0, "lng": -24.000000000000004}, {"lat": 132.0, "lng": -24.000000000000004}, {"lat": 132.0, "lng": -23.0}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-01-10T00:00:01.123456Z", "time_end": "2023-01-10T01:00:01.123456Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "31b2390f-a112-4c17-8660-38035888019e"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "101"}, "elapsed_s": 0.002432, "reported": "2023-11-02T04:53:19.727046Z", "json": {"message": "Coordinates did not create a well-formed area (E:586cb473-fe44-459d-a7ea-7de1ebef34c6)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.728219Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "297", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.676231Z", "time_end": "2023-11-02T05:53:19.676231Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "1408ca4a-3295-4ef1-b967-aaa90fad1615"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "93"}, "elapsed_s": 0.001022, "reported": "2023-11-02T04:53:19.729902Z", "json": {"message": "Missing or malformed required extents (E:44b1ab27-5898-437f-a012-95d59eec4634)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.731000Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "234", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"time_start": "2023-11-02T04:53:19.676231Z", "time_end": "2023-11-02T05:53:19.676231Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "1408ca4a-3295-4ef1-b967-aaa90fad1615"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "93"}, "elapsed_s": 0.001159, "reported": "2023-11-02T04:53:19.732845Z", "json": {"message": "Missing or malformed required extents (E:aa2af16d-77af-480e-aa90-941c45bef5f5)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.733174Z"}], "end_time": "2023-11-02T04:53:19.733936Z"}], "successful": true, "end_time": "2023-11-02T04:53:19.733961Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#cleanup", "start_time": "2023-11-02T04:53:19.734006Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.736988Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.734054Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.001818, "reported": "2023-11-02T04:53:19.736522Z", "json": {"message": "ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:ede96685-5a1b-4fa7-8736-d75e604148f0)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.737068Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: ISA Expiry", "scenario_type": "scenarios.astm.netrid.v19.dss.ISAExpiry", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md", "start_time": "2023-11-02T04:53:19.737466Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#setup-test-case", "start_time": "2023-11-02T04:53:19.737538Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:53:19.737578Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:19.740434Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.737617Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "106"}, "elapsed_s": 0.0017, "reported": "2023-11-02T04:53:19.740068Z", "json": {"message": "ISA 00000171-e36d-40be-d38b-eca6ca350000 not found (E:b49c9028-35f4-42bc-b93d-b8186099c1ca)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:19.740505Z"}], "end_time": "2023-11-02T04:53:19.740529Z"}, {"name": "ISA Expiry", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#isa-expiry-test-case", "start_time": "2023-11-02T04:53:19.740573Z", "steps": [{"name": "ISA Expiry", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#isa-expiry-test-step", "start_time": "2023-11-02T04:53:19.740608Z", "failed_checks": [], "passed_checks": [{"name": "Create short-lived ISA", "timestamp": "2023-11-02T04:53:19.754368Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "Expired ISAs are not part of search results", "timestamp": "2023-11-02T04:53:24.762742Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "An expired ISA can be queried by its ID", "timestamp": "2023-11-02T04:53:24.766980Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:19.741545Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:53:19.740674Z", "time_end": "2023-11-02T04:53:24.740674Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "7d96a27e-344a-498f-b2b3-2a5d57baa27d"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:19 GMT", "Content-Length": "291"}, "elapsed_s": 0.008416, "reported": "2023-11-02T04:53:19.750819Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.740674Z", "time_end": "2023-11-02T04:53:24.740674Z", "version": "1f4tl8qqksgi0", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:53:24.758237Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:24 GMT", "Content-Length": "21"}, "elapsed_s": 0.002876, "reported": "2023-11-02T04:53:24.762163Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:24.762827Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:24 GMT", "Content-Length": "274"}, "elapsed_s": 0.001806, "reported": "2023-11-02T04:53:24.765386Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.740674Z", "time_end": "2023-11-02T04:53:24.740674Z", "version": "1f4tl8qqksgi0", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:24.767028Z"}], "end_time": "2023-11-02T04:53:24.767051Z"}], "successful": true, "end_time": "2023-11-02T04:53:24.767070Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#cleanup", "start_time": "2023-11-02T04:53:24.767104Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:53:24.770101Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}, {"name": "Removed pre-existing ISA", "timestamp": "2023-11-02T04:53:24.779756Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:53:24.767145Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:24 GMT", "Content-Length": "274"}, "elapsed_s": 0.001567, "reported": "2023-11-02T04:53:24.769392Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.740674Z", "time_end": "2023-11-02T04:53:24.740674Z", "version": "1f4tl8qqksgi0", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000/1f4tl8qqksgi0", "initiated_at": "2023-11-02T04:53:24.771161Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDM5OSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:53:24 GMT", "Content-Length": "291"}, "elapsed_s": 0.005488, "reported": "2023-11-02T04:53:24.777288Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:53:19.740674Z", "time_end": "2023-11-02T04:53:24.740674Z", "version": "1f4tl8qqksgi0", "id": "00000171-e36d-40be-d38b-eca6ca350000"}, "subscribers": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:53:24.779799Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: ISA Subscription Interactions", "scenario_type": "scenarios.astm.netrid.v19.dss.ISASubscriptionInteractions", "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_subscription_interactions.md", "start_time": "2023-11-02T04:53:24.780153Z", "cases": [], "successful": false, "execution_error": {"type": "TypeError", "message": "run() takes 1 positional argument but 2 were given", "timestamp": "2023-11-02T04:53:24.780197Z", "stacktrace": "Traceback (most recent call last):\n File \"/app/monitoring/uss_qualifier/suites/suite.py\", line 150, in _run_test_scenario\n scenario.run(context)\nTypeError: run() takes 1 positional argument but 2 were given\n"}}}], "capability_evaluations": [], "successful": false, "end_time": "2023-11-02T04:53:24.780540Z"}}], "generator_type": "action_generators.astm.f3411.ForEachDSS", "start_time": "2023-11-02T04:53:19.255522Z", "successful": false, "end_time": "2023-11-02T04:53:24.780884Z"}}], "capability_evaluations": [], "successful": false, "end_time": "2023-11-02T04:53:24.781073Z"}}} \ No newline at end of file +{"codebase_version": "interuss/monitoring/v0.0.0-eaa6227", "commit_hash": "eaa6227a78d37fb8eeafa5eb649abb293e50c998", "baseline_signature": "7050f22889e25da5f9697344da26166cc3f9457044838fa817e916834a94856c", "environment_signature": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb", "configuration": {"resources": {"resource_declarations": {"id_generator": {"resource_type": "resources.interuss.IDGeneratorResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"whoami_audience": "localhost", "whoami_scope": "rid.display_provider"}}, "kentland_service_area": {"resource_type": "resources.netrid.ServiceAreaResource", "specification": {"base_url": "https://uss_qualifier.test.utm/dummy_base_url", "footprint": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}], "altitude_min": 0.0, "altitude_max": 3048.0, "reference_time": "2023-01-10T00:00:00.123456+00:00", "time_start": "2023-01-10T00:00:01.123456+00:00", "time_end": "2023-01-10T01:00:01.123456+00:00"}, "dependencies": {}}, "kentland_problematically_big_area": {"resource_type": "resources.VerticesResource", "specification": {"vertices": [{"lat": 38.0, "lng": -81.0}, {"lat": 37.0, "lng": -81.0}, {"lat": 37.0, "lng": -80.0}, {"lat": 38.0, "lng": -80.0}]}, "dependencies": {}}, "utm_auth": {"resource_type": "resources.communications.AuthAdapterResource", "specification": {"environment_variable_containing_auth_spec": "AUTH_SPEC"}, "dependencies": {}}, "scd_dss_instances": {"resource_type": "resources.astm.f3548.v21.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "base_url": "http://dss.uss1.localutm", "has_private_address": true}, {"participant_id": "uss2", "base_url": "http://dss.uss2.localutm", "has_private_address": true}]}}, "netrid_dss_instances_v22a": {"resource_type": "resources.astm.f3411.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "rid_version": "F3411-22a", "base_url": "http://dss.uss1.localutm/rid/v2", "has_private_address": true, "local_debug": true}, {"participant_id": "uss2", "rid_version": "F3411-22a", "base_url": "http://dss.uss2.localutm/rid/v2", "has_private_address": true, "local_debug": true}]}}, "netrid_dss_instances_v19": {"resource_type": "resources.astm.f3411.DSSInstancesResource", "dependencies": {"auth_adapter": "utm_auth"}, "specification": {"dss_instances": [{"participant_id": "uss1", "rid_version": "F3411-19", "base_url": "http://dss.uss1.localutm", "has_private_address": true, "local_debug": true}, {"participant_id": "uss2", "rid_version": "F3411-19", "base_url": "http://dss.uss2.localutm", "has_private_address": true, "local_debug": true}]}}}}, "non_baseline_inputs": ["v1.test_run.resources.resource_declarations.utm_auth", "v1.test_run.resources.resource_declarations.scd_dss_instances", "v1.test_run.resources.resource_declarations.netrid_dss_instances_v22a", "v1.test_run.resources.resource_declarations.netrid_dss_instances_v19"], "action": {"test_suite": {"suite_type": "suites.interuss.dss.all_tests", "resources": {"f3411v19_dss_instances": "netrid_dss_instances_v19", "f3411v22a_dss_instances": "netrid_dss_instances_v22a", "id_generator": "id_generator", "service_area": "kentland_service_area", "problematically_big_area": "kentland_problematically_big_area"}}, "on_failure": "Continue"}}, "report": {"test_suite": {"name": "ASTM DSS tests", "suite_type": "suites.interuss.dss.all_tests", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/suites/interuss/dss/all_tests.md", "start_time": "2023-11-02T04:55:02.102919Z", "actions": [{"action_generator": {"actions": [{"test_suite": {"name": "DSS testing for ASTM NetRID F3411-19", "suite_type": "suites.astm.netrid.f3411_19.dss_probing", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/suites/astm/netrid/f3411_19/dss_probing.md", "start_time": "2023-11-02T04:55:02.103669Z", "actions": [{"test_scenario": {"name": "ASTM NetRID DSS: Simple ISA", "scenario_type": "scenarios.astm.netrid.v19.dss.ISASimple", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md", "start_time": "2023-11-02T04:55:02.103828Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#setup-test-case", "start_time": "2023-11-02T04:55:02.103882Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:55:02.103919Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.110901Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.104224Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.003297, "reported": "2023-11-02T04:55:02.110315Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:8a664fd1-86f6-4460-8f2d-6936f418cf70)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.110958Z"}], "end_time": "2023-11-02T04:55:02.110977Z"}, {"name": "Create and check ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#create-and-check-isa-test-case", "start_time": "2023-11-02T04:55:02.111011Z", "steps": [{"name": "Create ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/put_isa.md#create-or-update-isa-test-step", "start_time": "2023-11-02T04:55:02.111043Z", "failed_checks": [], "passed_checks": [{"name": "ISA response code", "timestamp": "2023-11-02T04:55:02.125502Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA response format", "timestamp": "2023-11-02T04:55:02.350927Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:55:02.351045Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version format", "timestamp": "2023-11-02T04:55:02.351103Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time matches", "timestamp": "2023-11-02T04:55:02.351157Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA end time matches", "timestamp": "2023-11-02T04:55:02.351203Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA URL matches", "timestamp": "2023-11-02T04:55:02.351254Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA created", "timestamp": "2023-11-02T04:55:02.351746Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.112139Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:02.536348Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "0b89f77c-1351-42e3-924b-779e74dffc0e"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "291"}, "elapsed_s": 0.007556, "reported": "2023-11-02T04:55:02.122220Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:02.536348Z", "version": "1f4tlbq5isen8", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.351777Z"}, {"name": "Get ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-isa-by-id-test-step", "start_time": "2023-11-02T04:55:02.351808Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.356596Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA", "interuss.f3411.dss_endpoints.GetISA"]}, {"name": "ISA version match", "timestamp": "2023-11-02T04:55:02.357273Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.351859Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "274"}, "elapsed_s": 0.00194, "reported": "2023-11-02T04:55:02.354593Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:02.536348Z", "version": "1f4tlbq5isen8", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.357304Z"}], "end_time": "2023-11-02T04:55:02.357323Z"}, {"name": "Update and search ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#update-and-search-isa-test-case", "start_time": "2023-11-02T04:55:02.357360Z", "steps": [{"name": "Update ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/put_isa.md#create-or-update-isa-test-step", "start_time": "2023-11-02T04:55:02.357401Z", "failed_checks": [], "passed_checks": [{"name": "ISA response code", "timestamp": "2023-11-02T04:55:02.367920Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA response format", "timestamp": "2023-11-02T04:55:02.380111Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:55:02.380196Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version changed", "timestamp": "2023-11-02T04:55:02.380248Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA version format", "timestamp": "2023-11-02T04:55:02.380298Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time matches", "timestamp": "2023-11-02T04:55:02.380348Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA end time matches", "timestamp": "2023-11-02T04:55:02.380393Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA URL matches", "timestamp": "2023-11-02T04:55:02.380441Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "ISA updated", "timestamp": "2023-11-02T04:55:02.380883Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/1f4tlbq5isen8", "initiated_at": "2023-11-02T04:55:02.358062Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "692e70a7-0678-4d45-b0c0-a0247dc7436f"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "291"}, "elapsed_s": 0.005842, "reported": "2023-11-02T04:55:02.364710Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.380916Z"}, {"name": "Get ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-isa-by-id-test-step-1", "start_time": "2023-11-02T04:55:02.380952Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.384827Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA", "interuss.f3411.dss_endpoints.GetISA"]}, {"name": "ISA version match", "timestamp": "2023-11-02T04:55:02.385493Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.380998Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "274"}, "elapsed_s": 0.001397, "reported": "2023-11-02T04:55:02.383052Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.385524Z"}, {"name": "Search by earliest time (included)", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.385559Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.402241Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.402294Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:55:02.403089Z", "participants": ["uss1"], "requirements": []}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&earliest_time=2023-11-02T05:54:03.536348Z", "initiated_at": "2023-11-02T04:55:02.385650Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "277"}, "elapsed_s": 0.002609, "reported": "2023-11-02T04:55:02.388946Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.403123Z"}, {"name": "Search by earliest time (excluded)", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.403158Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.417854Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.417906Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:55:02.418086Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&earliest_time=2023-11-02T05:56:03.536348Z", "initiated_at": "2023-11-02T04:55:02.403244Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "21"}, "elapsed_s": 0.001825, "reported": "2023-11-02T04:55:02.405745Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.418118Z"}, {"name": "Search by latest time (included)", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.418154Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.433832Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.433884Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:55:02.434682Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&latest_time=2023-11-02T04:56:02.536348Z", "initiated_at": "2023-11-02T04:55:02.418244Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "277"}, "elapsed_s": 0.002048, "reported": "2023-11-02T04:55:02.420987Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.434715Z"}, {"name": "Search by latest time (excluded)", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.434751Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.449315Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.449369Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:55:02.449554Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544&latest_time=2023-11-02T04:54:02.536348Z", "initiated_at": "2023-11-02T04:55:02.434836Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "21"}, "elapsed_s": 0.002079, "reported": "2023-11-02T04:55:02.437589Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.449585Z"}, {"name": "Search by area only", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.449620Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.465085Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.465138Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA returned by search", "timestamp": "2023-11-02T04:55:02.465904Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:55:02.449688Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "277"}, "elapsed_s": 0.001859, "reported": "2023-11-02T04:55:02.452204Z", "json": {"service_areas": [{"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}]}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.465937Z"}, {"name": "Search with invalid params", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-with-invalid-params-test-step", "start_time": "2023-11-02T04:55:02.465972Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:55:02.468005Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=", "initiated_at": "2023-11-02T04:55:02.466017Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "68"}, "elapsed_s": 0.001093, "reported": "2023-11-02T04:55:02.467750Z", "json": {"message": "Missing area (E:64b5644f-fdc5-492b-ad36-2ce1d7273d0f)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.468064Z"}, {"name": "Search by huge area", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-by-huge-area-test-step", "start_time": "2023-11-02T04:55:02.468523Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:55:02.470557Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=38.0,-81.0,37.0,-81.0,37.0,-80.0,38.0,-80.0", "initiated_at": "2023-11-02T04:55:02.468605Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 413, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "70"}, "elapsed_s": 0.001041, "reported": "2023-11-02T04:55:02.470281Z", "json": {"message": "Area too large (E:34b5e987-27f3-4af5-8dd3-336339a02026)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.470614Z"}, {"name": "Search ISA with loop", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#search-isa-with-loop-test-step", "start_time": "2023-11-02T04:55:02.471141Z", "failed_checks": [], "passed_checks": [{"name": "Search request rejected", "timestamp": "2023-11-02T04:55:02.473188Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544,37.1853,-80.614", "initiated_at": "2023-11-02T04:55:02.471232Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "103"}, "elapsed_s": 0.00103, "reported": "2023-11-02T04:55:02.472924Z", "json": {"message": "Intersection found between polygon edge 1 and 4 (E:860d82f6-3789-44d8-ad79-32ccebdc5065)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.473223Z"}], "end_time": "2023-11-02T04:55:02.473241Z"}, {"name": "Delete ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-isa-test-case", "start_time": "2023-11-02T04:55:02.473279Z", "steps": [{"name": "Delete with wrong version", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-with-wrong-version-test-step", "start_time": "2023-11-02T04:55:02.473861Z", "failed_checks": [], "passed_checks": [{"name": "Delete request rejected", "timestamp": "2023-11-02T04:55:02.476642Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/f4tlbqcrkrb", "initiated_at": "2023-11-02T04:55:02.473927Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 409, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "127"}, "elapsed_s": 0.001787, "reported": "2023-11-02T04:55:02.476354Z", "json": {"message": "ISA currently at version 1f4tlbqcrkrbg but client specified f4tlbqcrkrb (E:76623a8a-375f-4074-8688-34a969194149)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.476681Z"}, {"name": "Delete with empty version", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#delete-with-empty-version-test-step", "start_time": "2023-11-02T04:55:02.476712Z", "failed_checks": [], "passed_checks": [{"name": "Delete request rejected", "timestamp": "2023-11-02T04:55:02.479161Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/", "initiated_at": "2023-11-02T04:55:02.477252Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "78"}, "elapsed_s": 0.000992, "reported": "2023-11-02T04:55:02.478880Z", "json": {"message": "Missing version string (E:4463b216-9e54-4a36-bd07-ccfc8a10f9a9)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.479221Z"}, {"name": "Delete ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/delete_isa.md#delete-isa-test-step", "start_time": "2023-11-02T04:55:02.479716Z", "failed_checks": [], "passed_checks": [{"name": "ISA response format", "timestamp": "2023-11-02T04:55:02.501903Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA ID matches", "timestamp": "2023-11-02T04:55:02.501984Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA version matches", "timestamp": "2023-11-02T04:55:02.502033Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}, {"name": "ISA deleted", "timestamp": "2023-11-02T04:55:02.502061Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000/1f4tlbqcrkrbg", "initiated_at": "2023-11-02T04:55:02.479778Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "291"}, "elapsed_s": 0.006167, "reported": "2023-11-02T04:55:02.486662Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.536348Z", "time_end": "2023-11-02T05:55:03.536348Z", "version": "1f4tlbqcrkrbg", "id": "0000015c-e36d-40be-d38b-eca6ca350000"}, "subscribers": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.502083Z"}, {"name": "Get deleted ISA by ID", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#get-deleted-isa-by-id-test-step", "start_time": "2023-11-02T04:55:02.502111Z", "failed_checks": [], "passed_checks": [{"name": "ISA not found", "timestamp": "2023-11-02T04:55:02.504488Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.502157Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.00142, "reported": "2023-11-02T04:55:02.504227Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:a8b37cde-de4f-4fa9-959b-c106c52c9bd8)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.504525Z"}, {"name": "Search ISA", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/test_steps/search_isas.md#search-isas-test-step", "start_time": "2023-11-02T04:55:02.504554Z", "failed_checks": [], "passed_checks": [{"name": "ISAs search response format", "timestamp": "2023-11-02T04:55:02.519118Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "Successful ISAs search", "timestamp": "2023-11-02T04:55:02.519170Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "ISA not returned by search", "timestamp": "2023-11-02T04:55:02.519351Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:55:02.504625Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "21"}, "elapsed_s": 0.00176, "reported": "2023-11-02T04:55:02.507507Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.519382Z"}], "end_time": "2023-11-02T04:55:02.519400Z"}], "successful": true, "end_time": "2023-11-02T04:55:02.519417Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_simple.md#cleanup", "start_time": "2023-11-02T04:55:02.519444Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.521859Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/0000015c-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.519477Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.001446, "reported": "2023-11-02T04:55:02.521566Z", "json": {"message": "ISA 0000015c-e36d-40be-d38b-eca6ca350000 not found (E:acf25396-506b-4fd8-adad-73ae0fcd4740)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.522006Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: Submitted ISA Validations", "scenario_type": "scenarios.astm.netrid.v19.dss.ISAValidation", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md", "start_time": "2023-11-02T04:55:02.522536Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#setup-test-case", "start_time": "2023-11-02T04:55:02.522592Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:55:02.522654Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.525178Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.522695Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.001523, "reported": "2023-11-02T04:55:02.524876Z", "json": {"message": "ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:20a63fdd-76e8-4a0a-8da6-1e782c04d913)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.525270Z"}], "end_time": "2023-11-02T04:55:02.525290Z"}, {"name": "ISA Validation", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#isa-validation-test-case", "start_time": "2023-11-02T04:55:02.525319Z", "steps": [{"name": "ISA Validation", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#isa-validation-test-step", "start_time": "2023-11-02T04:55:02.525349Z", "failed_checks": [], "passed_checks": [{"name": "ISA huge area", "timestamp": "2023-11-02T04:55:02.528159Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA empty vertices", "timestamp": "2023-11-02T04:55:02.530872Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time in the past", "timestamp": "2023-11-02T04:55:02.533808Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA start time after end time", "timestamp": "2023-11-02T04:55:02.537909Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA vertices are valid", "timestamp": "2023-11-02T04:55:02.540939Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA missing outline", "timestamp": "2023-11-02T04:55:02.543055Z", "participants": ["uss1"], "requirements": []}, {"name": "ISA missing volume", "timestamp": "2023-11-02T04:55:02.545189Z", "participants": ["uss1"], "requirements": []}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.526058Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "442", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 38.0, "lng": -81.0}, {"lat": 37.0, "lng": -81.0}, {"lat": 37.0, "lng": -80.0}, {"lat": 38.0, "lng": -80.0}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.554121Z", "time_end": "2023-11-02T05:55:02.554121Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "b1269f9f-8dce-4c63-9438-82f0e348977c"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "70"}, "elapsed_s": 0.001079, "reported": "2023-11-02T04:55:02.527838Z", "json": {"message": "Area too large (E:83b77fca-a882-4181-937f-6b7d7fa6c7e0)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.528796Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "328", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": []}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.554121Z", "time_end": "2023-11-02T05:55:02.554121Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "595675c1-316d-4242-b99a-ea19e440dc3f"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "93"}, "elapsed_s": 0.001087, "reported": "2023-11-02T04:55:02.530563Z", "json": {"message": "Missing or malformed required extents (E:3beeedba-afcd-461d-a29a-c08b62fbe8da)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.531649Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:45:02.530908Z", "time_end": "2023-11-02T05:45:02.530908Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "e4b522fa-c8c9-47ce-8f6d-59106f87e5c2"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "116"}, "elapsed_s": 0.00117, "reported": "2023-11-02T04:55:02.533491Z", "json": {"message": "IdentificationServiceArea time_start must not be in the past (E:3659be1d-d7b9-480a-956f-aec5c948b410)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.534597Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-01-10T01:00:01.123456Z", "time_end": "2023-01-10T00:00:01.123456Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "a69673aa-0171-4bfc-9de0-e0143622cb58"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "116"}, "elapsed_s": 0.002234, "reported": "2023-11-02T04:55:02.537566Z", "json": {"message": "IdentificationServiceArea time_start must not be in the past (E:f92b74ef-a3f1-4092-9f00-da3643bb5ab0)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.538718Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "474", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 130.0, "lng": -23.0}, {"lat": 130.0, "lng": -24.000000000000004}, {"lat": 132.0, "lng": -24.000000000000004}, {"lat": 132.0, "lng": -23.0}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-01-10T00:00:01.123456Z", "time_end": "2023-01-10T01:00:01.123456Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "2f3a6c2b-2041-4b82-9533-077d99d4d5c5"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "101"}, "elapsed_s": 0.001206, "reported": "2023-11-02T04:55:02.540622Z", "json": {"message": "Coordinates did not create a well-formed area (E:8eb5176a-b2bd-4480-9015-39681324eaab)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.541135Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "297", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.554121Z", "time_end": "2023-11-02T05:55:02.554121Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "b1269f9f-8dce-4c63-9438-82f0e348977c"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "93"}, "elapsed_s": 0.001001, "reported": "2023-11-02T04:55:02.542811Z", "json": {"message": "Missing or malformed required extents (E:7830d668-3bdd-4733-9bc4-c78ca55d6661)"}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.543264Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "234", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"time_start": "2023-11-02T04:55:02.554121Z", "time_end": "2023-11-02T05:55:02.554121Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "b1269f9f-8dce-4c63-9438-82f0e348977c"}, "body": null}, "response": {"code": 400, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "93"}, "elapsed_s": 0.001026, "reported": "2023-11-02T04:55:02.544947Z", "json": {"message": "Missing or malformed required extents (E:a9a93cbb-2963-4fb9-801f-61c381b59aa5)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.545264Z"}], "end_time": "2023-11-02T04:55:02.545285Z"}], "successful": true, "end_time": "2023-11-02T04:55:02.545321Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md#cleanup", "start_time": "2023-11-02T04:55:02.545351Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.547872Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.545407Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.001465, "reported": "2023-11-02T04:55:02.547598Z", "json": {"message": "ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:e74a52ca-cdfc-4a77-9544-9539de3c2cfe)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.547926Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: ISA Expiry", "scenario_type": "scenarios.astm.netrid.v19.dss.ISAExpiry", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md", "start_time": "2023-11-02T04:55:02.548312Z", "cases": [{"name": "Setup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#setup-test-case", "start_time": "2023-11-02T04:55:02.548362Z", "steps": [{"name": "Ensure clean workspace", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#ensure-clean-workspace-test-step", "start_time": "2023-11-02T04:55:02.548410Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:02.550923Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.548446Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 404, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "106"}, "elapsed_s": 0.001545, "reported": "2023-11-02T04:55:02.550633Z", "json": {"message": "ISA 00000171-e36d-40be-d38b-eca6ca350000 not found (E:aaa27d1f-98b5-423a-8983-3d8719c66557)"}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:02.551019Z"}], "end_time": "2023-11-02T04:55:02.551039Z"}, {"name": "ISA Expiry", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#isa-expiry-test-case", "start_time": "2023-11-02T04:55:02.551101Z", "steps": [{"name": "ISA Expiry", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#isa-expiry-test-step", "start_time": "2023-11-02T04:55:02.551137Z", "failed_checks": [], "passed_checks": [{"name": "Create short-lived ISA", "timestamp": "2023-11-02T04:55:02.561611Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,a"]}, {"name": "Expired ISAs are not part of search results", "timestamp": "2023-11-02T04:55:07.570858Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.SearchISAs"]}, {"name": "An expired ISA can be queried by its ID", "timestamp": "2023-11-02T04:55:07.574663Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}], "queries": [{"request": {"method": "PUT", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:02.552003Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "462", "Content-Type": "application/json", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": {"extents": {"spatial_volume": {"footprint": {"vertices": [{"lat": 37.1853, "lng": -80.614}, {"lat": 37.2148, "lng": -80.614}, {"lat": 37.2148, "lng": -80.544}, {"lat": 37.1853, "lng": -80.544}]}, "altitude_lo": 0.0, "altitude_hi": 3048.0}, "time_start": "2023-11-02T04:55:02.551178Z", "time_end": "2023-11-02T04:55:07.551178Z"}, "flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "request_id": "72b98686-465a-472d-8ccd-d3a310798692"}, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:02 GMT", "Content-Length": "291"}, "elapsed_s": 0.006599, "reported": "2023-11-02T04:55:02.559422Z", "json": {"subscribers": [], "service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.551178Z", "time_end": "2023-11-02T04:55:07.551178Z", "version": "1f4tlbqikfsjg", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544", "initiated_at": "2023-11-02T04:55:07.566850Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:07 GMT", "Content-Length": "21"}, "elapsed_s": 0.00244, "reported": "2023-11-02T04:55:07.570189Z", "json": {"service_areas": []}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:07.570944Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:07 GMT", "Content-Length": "274"}, "elapsed_s": 0.001544, "reported": "2023-11-02T04:55:07.573206Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.551178Z", "time_end": "2023-11-02T04:55:07.551178Z", "version": "1f4tlbqikfsjg", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:07.574703Z"}], "end_time": "2023-11-02T04:55:07.574723Z"}], "successful": true, "end_time": "2023-11-02T04:55:07.574739Z", "cleanup": {"name": "Cleanup", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_expiry.md#cleanup", "start_time": "2023-11-02T04:55:07.574768Z", "failed_checks": [], "passed_checks": [{"name": "Successful ISA query", "timestamp": "2023-11-02T04:55:07.579556Z", "participants": ["uss1"], "requirements": ["interuss.f3411.dss_endpoints.GetISA"]}, {"name": "Removed pre-existing ISA", "timestamp": "2023-11-02T04:55:07.590140Z", "participants": ["uss1"], "requirements": ["astm.f3411.v19.DSS0030,b"]}], "queries": [{"request": {"method": "GET", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000", "initiated_at": "2023-11-02T04:55:07.574834Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy5yZWFkLmlkZW50aWZpY2F0aW9uX3NlcnZpY2VfYXJlYXMiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:07 GMT", "Content-Length": "274"}, "elapsed_s": 0.001806, "reported": "2023-11-02T04:55:07.578129Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.551178Z", "time_end": "2023-11-02T04:55:07.551178Z", "version": "1f4tlbqikfsjg", "id": "00000171-e36d-40be-d38b-eca6ca350000"}}, "body": null}, "participant_id": "uss1"}, {"request": {"method": "DELETE", "url": "http://dss.uss1.localutm/v1/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000/1f4tlbqikfsjg", "initiated_at": "2023-11-02T04:55:07.580557Z", "headers": {"User-Agent": "python-requests/2.25.1", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Content-Length": "0", "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUwMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6ImRzcy53cml0ZS5pZGVudGlmaWNhdGlvbl9zZXJ2aWNlX2FyZWFzIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED"}, "json": null, "body": null}, "response": {"code": 200, "headers": {"Content-Type": "application/json; charset=utf-8", "Date": "Thu, 02 Nov 2023 04:55:07 GMT", "Content-Length": "291"}, "elapsed_s": 0.006659, "reported": "2023-11-02T04:55:07.587871Z", "json": {"service_area": {"flights_url": "https://uss_qualifier.test.utm/dummy_base_url/v1/uss/flights", "owner": "uss_qualifier", "time_start": "2023-11-02T04:55:02.551178Z", "time_end": "2023-11-02T04:55:07.551178Z", "version": "1f4tlbqikfsjg", "id": "00000171-e36d-40be-d38b-eca6ca350000"}, "subscribers": []}, "body": null}, "participant_id": "uss1"}], "end_time": "2023-11-02T04:55:07.590178Z"}}}, {"test_scenario": {"name": "ASTM NetRID DSS: ISA Subscription Interactions", "scenario_type": "scenarios.astm.netrid.v19.dss.ISASubscriptionInteractions", "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_subscription_interactions.md", "start_time": "2023-11-02T04:55:07.590541Z", "cases": [], "successful": false, "execution_error": {"type": "TypeError", "message": "run() takes 1 positional argument but 2 were given", "timestamp": "2023-11-02T04:55:07.590586Z", "stacktrace": "Traceback (most recent call last):\n File \"/app/monitoring/uss_qualifier/suites/suite.py\", line 150, in _run_test_scenario\n scenario.run(context)\nTypeError: run() takes 1 positional argument but 2 were given\n"}}}], "capability_evaluations": [], "successful": false, "end_time": "2023-11-02T04:55:07.590918Z"}}], "generator_type": "action_generators.astm.f3411.ForEachDSS", "start_time": "2023-11-02T04:55:02.103052Z", "successful": false, "end_time": "2023-11-02T04:55:07.591208Z"}}], "capability_evaluations": [], "successful": false, "end_time": "2023-11-02T04:55:07.591392Z"}}} \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/dss_probing/requirements/status.json b/artifacts/uss_qualifier/reports/dss_probing/requirements/status.json index 86c2998012..160b97731d 100644 --- a/artifacts/uss_qualifier/reports/dss_probing/requirements/status.json +++ b/artifacts/uss_qualifier/reports/dss_probing/requirements/status.json @@ -1,9 +1,9 @@ { "test_run_information": { - "test_run_id": "6a5483a59f5989d44228e5f77fb100d5aed58e7915c889578a3b58ac1dd16275", - "start_time": "2023-11-02 04:53:19 UTC", - "end_time": "2023-11-02 04:53:24 UTC", - "baseline": "395eba8dae842d951da3db110f624de065cb88a7c2772ab2e1597a7df94400a7", + "test_run_id": "c2caea93f5482d6170c95d7b588a130a0a2148831da99929d72fcb851e9f8ebc", + "start_time": "2023-11-02 04:55:02 UTC", + "end_time": "2023-11-02 04:55:07 UTC", + "baseline": "7050f22889e25da5f9697344da26166cc3f9457044838fa817e916834a94856c", "environment": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb" }, "participant_verifications": { diff --git a/artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html b/artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html index 6d8de3c2dc..eed93bad6a 100644 --- a/artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html +++ b/artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html @@ -86,19 +86,19 @@

Test run

Test run identifier - TR-6a5483a + TR-c2caea9 Start time - 2023-11-02 04:53:19 UTC + 2023-11-02 04:55:02 UTC End time - 2023-11-02 04:53:24 UTC + 2023-11-02 04:55:07 UTC Test baseline identifier - TB-395eba8 + TB-7050f22 Environment identifier @@ -126,7 +126,7 @@

Tested requirements

- astm
.f3411
.v19
+ astm
.f3411
.v19
DSS0010 Not tested Not implemented @@ -142,401 +142,401 @@

Tested requirements

DSS0030,a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S1 + S1 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S5 + S5 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S10 + S10 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S12 + S12 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Pass - ASTM NetRID DSS: ISA Expiry + ASTM NetRID DSS: ISA Expiry - ISA Expiry + ISA Expiry - ISA Expiry + ISA Expiry - Create short-lived ISA + Create short-lived ISA Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Create an ISA + Create an ISA Not tested - Mutate the ISA + Mutate the ISA Not tested - Response to the mutation of the ISA contains subscription ID + Response to the mutation of the ISA contains subscription ID Not tested - Subscription to an ISA has its notification index incremented after mutation + Subscription to an ISA has its notification index incremented after mutation Not tested - Subscription to an ISA has its notification index incremented after deletion + Subscription to an ISA has its notification index incremented after deletion Pass - ASTM NetRID DSS: Simple ISA + ASTM NetRID DSS: Simple ISA - Create and check ISA + Create and check ISA - Create ISA + Create ISA - ISA response code + ISA response code Pass - ISA response format + ISA response format Pass - ISA ID matches + ISA ID matches Pass - ISA start time matches + ISA start time matches Pass - ISA end time matches + ISA end time matches Pass - ISA URL matches + ISA URL matches Pass - ISA created + ISA created Not tested - ISA version changed + ISA version changed Pass - Update and search ISA + Update and search ISA - Update ISA + Update ISA - ISA response code + ISA response code Pass - ISA response format + ISA response format Pass - ISA ID matches + ISA ID matches Pass - ISA version changed + ISA version changed Pass - ISA start time matches + ISA start time matches Pass - ISA end time matches + ISA end time matches Pass - ISA URL matches + ISA URL matches Pass - ISA updated + ISA updated @@ -544,172 +544,172 @@

Tested requirements

DSS0030,b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S11 + S11 - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version matches + ISA version matches Not tested - S15 + S15 - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version matches + ISA version matches Not tested - ASTM NetRID DSS: ISA Expiry + ASTM NetRID DSS: ISA Expiry - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Response to the deletion of the ISA contains subscription ID + Response to the deletion of the ISA contains subscription ID Pass - ASTM NetRID DSS: Simple ISA + ASTM NetRID DSS: Simple ISA - Delete ISA + Delete ISA - Delete with wrong version + Delete with wrong version - Delete request rejected + Delete request rejected Pass - Delete with empty version + Delete with empty version - Delete request rejected + Delete request rejected Pass - Delete ISA + Delete ISA - ISA response format + ISA response format Pass - ISA ID matches + ISA ID matches Pass - ISA version matches + ISA version matches Pass - ISA deleted + ISA deleted Not tested - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - ASTM NetRID DSS: Submitted ISA Validations + ASTM NetRID DSS: Submitted ISA Validations - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA @@ -717,441 +717,441 @@

Tested requirements

DSS0030,c Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Create a subscription within the ISA footprint + Create a subscription within the ISA footprint Not tested - Subscription for the ISA's area mentions the ISA + Subscription for the ISA's area mentions the ISA Not tested - Newly created subscription has a notification_index of 0 + Newly created subscription has a notification_index of 0 Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Subscription Simple + Subscription Simple - Create subscription validation + Create subscription validation - Create subscription + Create subscription Not tested - Response to subscription creation contains a subscription + Response to subscription creation contains a subscription Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned notification index is 0 if present + Returned notification index is 0 if present Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Query Existing Subscription + Query Existing Subscription - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Non-mutated subscription keeps the same version + Non-mutated subscription keeps the same version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Mutate Subscription + Mutate Subscription - Subscription can be mutated + Subscription can be mutated Not tested - Response to subscription mutation contains a subscription + Response to subscription mutation contains a subscription Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Mutated subscription version is updated + Mutated subscription version is updated Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Delete Subscription + Delete Subscription - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Non-mutated subscription keeps the same version + Non-mutated subscription keeps the same version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription quantity limitations + Subscription quantity limitations - Create maximum number of subscriptions + Create maximum number of subscriptions - Create up to the maximum allowed number of subscriptions in an area + Create up to the maximum allowed number of subscriptions in an area Not tested - Subscription duration limitations + Subscription duration limitations - Try to extend subscription + Try to extend subscription - Valid subscription created + Valid subscription created @@ -1159,135 +1159,135 @@

Tested requirements

DSS0030,d Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - Successful subscription deletion + Successful subscription deletion Not tested - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Delete the ISA + Delete the ISA Not tested - Successful subscription deletion + Successful subscription deletion Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Subscription can be deleted + Subscription can be deleted Not tested - Ensure subscription with test ID does not exist + Ensure subscription with test ID does not exist Not tested - Subscription Simple + Subscription Simple - Delete Subscription + Delete Subscription - Missing version prevents deletion + Missing version prevents deletion Not tested - Incorrect version prevents deletion + Incorrect version prevents deletion Not tested - Subscription can be deleted + Subscription can be deleted Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription deletion + Successful subscription deletion Not tested - Subscription quantity limitations + Subscription quantity limitations - Clean up subscriptions + Clean up subscriptions - Successful subscription deletion + Successful subscription deletion Not tested - Subscription duration limitations + Subscription duration limitations - Remove subscription + Remove subscription - Subscription deleted + Subscription deleted @@ -1295,66 +1295,66 @@

Tested requirements

DSS0030,e Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Ensure subscription with test ID does not exist + Ensure subscription with test ID does not exist Not tested - Subscription Simple + Subscription Simple - Query Existing Subscription + Query Existing Subscription - Get Subscription by ID + Get Subscription by ID Not tested - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Mutate Subscription + Mutate Subscription - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Delete Subscription + Delete Subscription - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Query Deleted Subscription + Query Deleted Subscription - Query by subscription ID should fail + Query by subscription ID should fail @@ -1362,112 +1362,112 @@

Tested requirements

DSS0030,f Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription query + Successful subscription query Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Subscription Simple + Subscription Simple - Query Existing Subscription + Query Existing Subscription - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Created Subscription is in search results + Created Subscription is in search results Not tested - No huge search area allowed + No huge search area allowed Not tested - Query Deleted Subscription + Query Deleted Subscription - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Search area that represents a loop is not allowed + Search area that represents a loop is not allowed Not tested - Deleted subscription should not be present in search results + Deleted subscription should not be present in search results Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription query + Successful subscription query Not tested - Subscription quantity limitations + Subscription quantity limitations - Clean up subscriptions + Clean up subscriptions - Successful subscription query + Successful subscription query @@ -1481,16 +1481,16 @@

Tested requirements

DSS0050 Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription quantity limitations + Subscription quantity limitations - Exceed maximum number of subscriptions + Exceed maximum number of subscriptions - Enforce maximum number of subscriptions for an area + Enforce maximum number of subscriptions for an area @@ -1498,72 +1498,72 @@

Tested requirements

DSS0060 Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Subscription Simple + Subscription Simple - Create subscription validation + Create subscription validation - Returned subscription has an end time + Returned subscription has an end time Not tested - Query Existing Subscription + Query Existing Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - Mutate Subscription + Mutate Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - Delete Subscription + Delete Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription duration limitations + Subscription duration limitations - Try to create too-long subscription + Try to create too-long subscription - Too-long subscription creation rejected + Too-long subscription creation rejected Not tested - Try to extend subscription + Try to extend subscription - Subscription duration limited during update + Subscription duration limited during update @@ -1571,76 +1571,76 @@

Tested requirements

DSS0070 Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] returned with proper response + Subscription[P] returned with proper response Not tested - S4 + S4 - Can query all Subscriptions in area from all DSSs + Can query all Subscriptions in area from all DSSs Not tested - S7 + S7 - 404 with proper response + 404 with proper response Not tested - S8 + S8 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S9 + S9 - service_areas does not include ISA from S1 + service_areas does not include ISA from S1 Not tested - S13 + S13 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S16 + S16 - service_areas does not include ISA from S12 + service_areas does not include ISA from S12 @@ -1648,16 +1648,16 @@

Tested requirements

DSS0110 Not tested - ASTM NetRID DSS: Direct CRDB access + ASTM NetRID DSS: Direct CRDB access - Verify security interoperability + Verify security interoperability - Attempt unauthorized access + Attempt unauthorized access - CRDB node in insecure mode + CRDB node in insecure mode @@ -1665,16 +1665,16 @@

Tested requirements

DSS0120 Not tested - ASTM NetRID DSS: Direct CRDB access + ASTM NetRID DSS: Direct CRDB access - Verify security interoperability + Verify security interoperability - Verify encryption + Verify encryption - TLS in use + TLS in use @@ -1688,16 +1688,16 @@

Tested requirements

DSS0130,2,a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] ID is properly synchronized with all DSS + Subscription[P] ID is properly synchronized with all DSS @@ -1705,16 +1705,16 @@

Tested requirements

DSS0130,2,b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] owner is properly synchronized with all DSS + Subscription[P] owner is properly synchronized with all DSS @@ -1722,16 +1722,16 @@

Tested requirements

DSS0130,2,c Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] URL is properly synchronized with all DSS + Subscription[P] URL is properly synchronized with all DSS @@ -1739,16 +1739,16 @@

Tested requirements

DSS0130,2,d Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] start/end times are properly synchronized with all DSS + Subscription[P] start/end times are properly synchronized with all DSS @@ -1762,16 +1762,16 @@

Tested requirements

DSS0130,2,f Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] notification count is properly synchronized with all DSS + Subscription[P] notification count is properly synchronized with all DSS @@ -1779,26 +1779,26 @@

Tested requirements

DSS0130,3,a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - ID of ISA from S1 is properly synchronized with all DSS + ID of ISA from S1 is properly synchronized with all DSS Not tested - S5 + S5 - Can get ISA from primary DSS + Can get ISA from primary DSS @@ -1806,16 +1806,16 @@

Tested requirements

DSS0130,3,b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Owner of ISA from S1 is properly synchronized with all DSS + Owner of ISA from S1 is properly synchronized with all DSS @@ -1823,16 +1823,16 @@

Tested requirements

DSS0130,3,c Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - URL of ISA from S1 is properly synchronized with all DSS + URL of ISA from S1 is properly synchronized with all DSS @@ -1840,16 +1840,16 @@

Tested requirements

DSS0130,3,d Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Start/end times of ISA from S1 are properly synchronized with all DSS + Start/end times of ISA from S1 are properly synchronized with all DSS @@ -1857,16 +1857,16 @@

Tested requirements

DSS0130,3,e Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - service_areas includes ISA from S1 + service_areas includes ISA from S1 @@ -1874,36 +1874,36 @@

Tested requirements

DSS0130,A2-6-1,1a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S1 + S1 - ISA[P] created with proper response + ISA[P] created with proper response Not tested - S10 + S10 - ISA[P] created with proper response + ISA[P] created with proper response Not tested - S12 + S12 - ISA[P] created with proper response + ISA[P] created with proper response @@ -1911,16 +1911,16 @@

Tested requirements

DSS0130,A2-6-1,1b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S5 + S5 - Can modify ISA in primary DSS + Can modify ISA in primary DSS @@ -1928,26 +1928,26 @@

Tested requirements

DSS0130,A2-6-1,1c Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - service_areas includes ISA from S1 + service_areas includes ISA from S1 Not tested - S9 + S9 - Subscription[n] created with proper response + Subscription[n] created with proper response @@ -1955,16 +1955,16 @@

Tested requirements

DSS0130,A2-6-1,1d Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S9 + S9 - service_areas does not include ISA from S1 + service_areas does not include ISA from S1 @@ -1972,26 +1972,26 @@

Tested requirements

DSS0130,A2-6-1,2a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S11 + S11 - ISA[P] deleted with proper response + ISA[P] deleted with proper response Not tested - S15 + S15 - ISA[P] deleted with proper response + ISA[P] deleted with proper response @@ -1999,16 +1999,16 @@

Tested requirements

DSS0130,A2-6-1,2b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S16 + S16 - service_areas does not include ISA from S12 + service_areas does not include ISA from S12 @@ -2016,26 +2016,26 @@

Tested requirements

DSS0130,A2-6-1,3a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Subscription[n] created with proper response + Subscription[n] created with proper response Not tested - S16 + S16 - Subscription[n] created with proper response + Subscription[n] created with proper response @@ -2043,16 +2043,16 @@

Tested requirements

DSS0130,A2-6-1,3b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S10 + S10 - All Subscription[i] 1≤i≤n returned in subscribers + All Subscription[i] 1≤i≤n returned in subscribers @@ -2060,26 +2060,26 @@

Tested requirements

DSS0130,A2-6-1,3c Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S5 + S5 - ISA modification triggers subscription notification requests + ISA modification triggers subscription notification requests Not tested - S11 + S11 - All Subscription[i] 1≤i≤n returned in subscribers + All Subscription[i] 1≤i≤n returned in subscribers @@ -2087,46 +2087,46 @@

Tested requirements

DSS0130,A2-6-1,3d Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S12 + S12 - None of Subscription[i] 1≤i≤n returned in subscribers + None of Subscription[i] 1≤i≤n returned in subscribers Not tested - S13 + S13 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S14 + S14 - 404 with proper response + 404 with proper response Not tested - S15 + S15 - None of Subscription[i] 1≤i≤n returned in subscribers with proper response + None of Subscription[i] 1≤i≤n returned in subscribers with proper response @@ -2134,26 +2134,26 @@

Tested requirements

DSS0130,A2-6-1,4a Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S6 + S6 - Subscription[n] deleted with proper response + Subscription[n] deleted with proper response Not tested - S17 + S17 - Subscription[n] deleted with proper response + Subscription[n] deleted with proper response @@ -2161,26 +2161,26 @@

Tested requirements

DSS0130,A2-6-1,4b Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S7 + S7 - 404 with proper response + 404 with proper response Not tested - S8 + S8 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response @@ -2188,16 +2188,16 @@

Tested requirements

DSS0130,A2-6-1,5 Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] returned with proper response + Subscription[P] returned with proper response @@ -2205,36 +2205,36 @@

Tested requirements

DSS0130,A2-6-1,6 Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S4 + S4 - Can query all Subscriptions in area from all DSSs + Can query all Subscriptions in area from all DSSs Not tested - S8 + S8 - Subscriptions queried successfully + Subscriptions queried successfully Not tested - S13 + S13 - Subscriptions queried successfully + Subscriptions queried successfully @@ -2242,28 +2242,28 @@

Tested requirements

DSS0210 Not tested - ASTM F3411-19 NetRID DSS interoperability + ASTM F3411-19 NetRID DSS interoperability - Prerequisites + Prerequisites - Test environment requirements + Test environment requirements - DSS instance is publicly addressable + DSS instance is publicly addressable Not tested - DSS instance is reachable + DSS instance is reachable - astm
.f3411
.v22a
+ astm
.f3411
.v22a
DSS0010 Not tested Not implemented @@ -2279,401 +2279,401 @@

Tested requirements

DSS0030,a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S1 + S1 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S5 + S5 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S10 + S10 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - S12 + S12 - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - ASTM NetRID DSS: ISA Expiry + ASTM NetRID DSS: ISA Expiry - ISA Expiry + ISA Expiry - ISA Expiry + ISA Expiry - Create short-lived ISA + Create short-lived ISA Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Create an ISA + Create an ISA Not tested - Mutate the ISA + Mutate the ISA Not tested - Response to the mutation of the ISA contains subscription ID + Response to the mutation of the ISA contains subscription ID Not tested - Subscription to an ISA has its notification index incremented after mutation + Subscription to an ISA has its notification index incremented after mutation Not tested - Subscription to an ISA has its notification index incremented after deletion + Subscription to an ISA has its notification index incremented after deletion Not tested - ASTM NetRID DSS: Simple ISA + ASTM NetRID DSS: Simple ISA - Create and check ISA + Create and check ISA - Create ISA + Create ISA - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - ISA created + ISA created Not tested - Update and search ISA + Update and search ISA - Update ISA + Update ISA - ISA response code + ISA response code Not tested - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version changed + ISA version changed Not tested - ISA start time matches + ISA start time matches Not tested - ISA end time matches + ISA end time matches Not tested - ISA URL matches + ISA URL matches Not tested - ISA updated + ISA updated @@ -2681,172 +2681,172 @@

Tested requirements

DSS0030,b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S11 + S11 - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version matches + ISA version matches Not tested - S15 + S15 - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version matches + ISA version matches Not tested - ASTM NetRID DSS: ISA Expiry + ASTM NetRID DSS: ISA Expiry - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Response to the deletion of the ISA contains subscription ID + Response to the deletion of the ISA contains subscription ID Not tested - ASTM NetRID DSS: Simple ISA + ASTM NetRID DSS: Simple ISA - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - Delete ISA + Delete ISA - Delete with wrong version + Delete with wrong version - Delete request rejected + Delete request rejected Not tested - Delete with empty version + Delete with empty version - Delete request rejected + Delete request rejected Not tested - Delete ISA + Delete ISA - ISA response format + ISA response format Not tested - ISA ID matches + ISA ID matches Not tested - ISA version matches + ISA version matches Not tested - ISA deleted + ISA deleted Not tested - ASTM NetRID DSS: Submitted ISA Validations + ASTM NetRID DSS: Submitted ISA Validations - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA @@ -2854,441 +2854,441 @@

Tested requirements

DSS0030,c Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Create a subscription within the ISA footprint + Create a subscription within the ISA footprint Not tested - Subscription for the ISA's area mentions the ISA + Subscription for the ISA's area mentions the ISA Not tested - Newly created subscription has a notification_index of 0 + Newly created subscription has a notification_index of 0 Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Subscription Simple + Subscription Simple - Create subscription validation + Create subscription validation - Create subscription + Create subscription Not tested - Response to subscription creation contains a subscription + Response to subscription creation contains a subscription Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned notification index is 0 if present + Returned notification index is 0 if present Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Query Existing Subscription + Query Existing Subscription - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Non-mutated subscription keeps the same version + Non-mutated subscription keeps the same version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Mutate Subscription + Mutate Subscription - Subscription can be mutated + Subscription can be mutated Not tested - Response to subscription mutation contains a subscription + Response to subscription mutation contains a subscription Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Mutated subscription version is updated + Mutated subscription version is updated Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - Delete Subscription + Delete Subscription - Returned subscription has an ID + Returned subscription has an ID Not tested - Returned subscription ID is correct + Returned subscription ID is correct Not tested - Returned subscription has an owner + Returned subscription has an owner Not tested - Returned subscription owner is correct + Returned subscription owner is correct Not tested - Returned subscription has an ISA URL + Returned subscription has an ISA URL Not tested - Returned ISA URL has correct base URL + Returned ISA URL has correct base URL Not tested - Returned subscription has a start time + Returned subscription has a start time Not tested - Returned start time is correct + Returned start time is correct Not tested - Returned end time is correct + Returned end time is correct Not tested - Returned subscription has a version + Returned subscription has a version Not tested - Non-mutated subscription keeps the same version + Non-mutated subscription keeps the same version Not tested - Generated subscription version has proper format + Generated subscription version has proper format Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription quantity limitations + Subscription quantity limitations - Create maximum number of subscriptions + Create maximum number of subscriptions - Create up to the maximum allowed number of subscriptions in an area + Create up to the maximum allowed number of subscriptions in an area Not tested - Subscription duration limitations + Subscription duration limitations - Try to extend subscription + Try to extend subscription - Valid subscription created + Valid subscription created @@ -3296,135 +3296,135 @@

Tested requirements

DSS0030,d Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Removed pre-existing ISA + Removed pre-existing ISA Not tested - Successful subscription deletion + Successful subscription deletion Not tested - ISA Subscription Interactions + ISA Subscription Interactions - ISA Subscription Interactions + ISA Subscription Interactions - Delete the ISA + Delete the ISA Not tested - Successful subscription deletion + Successful subscription deletion Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Subscription can be deleted + Subscription can be deleted Not tested - Ensure subscription with test ID does not exist + Ensure subscription with test ID does not exist Not tested - Subscription Simple + Subscription Simple - Delete Subscription + Delete Subscription - Missing version prevents deletion + Missing version prevents deletion Not tested - Incorrect version prevents deletion + Incorrect version prevents deletion Not tested - Subscription can be deleted + Subscription can be deleted Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription deletion + Successful subscription deletion Not tested - Subscription quantity limitations + Subscription quantity limitations - Clean up subscriptions + Clean up subscriptions - Successful subscription deletion + Successful subscription deletion Not tested - Subscription duration limitations + Subscription duration limitations - Remove subscription + Remove subscription - Subscription deleted + Subscription deleted @@ -3432,66 +3432,66 @@

Tested requirements

DSS0030,e Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Ensure subscription with test ID does not exist + Ensure subscription with test ID does not exist Not tested - Subscription Simple + Subscription Simple - Query Existing Subscription + Query Existing Subscription - Get Subscription by ID + Get Subscription by ID Not tested - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Mutate Subscription + Mutate Subscription - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Delete Subscription + Delete Subscription - Returned notification index is equal to or greater than 0 + Returned notification index is equal to or greater than 0 Not tested - Query Deleted Subscription + Query Deleted Subscription - Query by subscription ID should fail + Query by subscription ID should fail @@ -3499,112 +3499,112 @@

Tested requirements

DSS0030,f Not tested - ASTM NetRID DSS: ISA Subscription Interactions + ASTM NetRID DSS: ISA Subscription Interactions - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription query + Successful subscription query Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Subscription Simple + Subscription Simple - Query Existing Subscription + Query Existing Subscription - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Created Subscription is in search results + Created Subscription is in search results Not tested - No huge search area allowed + No huge search area allowed Not tested - Query Deleted Subscription + Query Deleted Subscription - Search for all subscriptions in ISA area + Search for all subscriptions in ISA area Not tested - Search area that represents a loop is not allowed + Search area that represents a loop is not allowed Not tested - Deleted subscription should not be present in search results + Deleted subscription should not be present in search results Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Setup + Setup - Ensure clean workspace + Ensure clean workspace - Successful subscription query + Successful subscription query Not tested - Subscription quantity limitations + Subscription quantity limitations - Clean up subscriptions + Clean up subscriptions - Successful subscription query + Successful subscription query @@ -3618,16 +3618,16 @@

Tested requirements

DSS0050 Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription quantity limitations + Subscription quantity limitations - Exceed maximum number of subscriptions + Exceed maximum number of subscriptions - Enforce maximum number of subscriptions for an area + Enforce maximum number of subscriptions for an area @@ -3635,72 +3635,72 @@

Tested requirements

DSS0060 Not tested - ASTM NetRID DSS: Subscription Simple + ASTM NetRID DSS: Subscription Simple - Subscription Simple + Subscription Simple - Create subscription validation + Create subscription validation - Returned subscription has an end time + Returned subscription has an end time Not tested - Query Existing Subscription + Query Existing Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - Mutate Subscription + Mutate Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - Delete Subscription + Delete Subscription - Returned subscription has an end time + Returned subscription has an end time Not tested - ASTM NetRID DSS: Subscription Validation + ASTM NetRID DSS: Subscription Validation - Subscription duration limitations + Subscription duration limitations - Try to create too-long subscription + Try to create too-long subscription - Too-long subscription creation rejected + Too-long subscription creation rejected Not tested - Try to extend subscription + Try to extend subscription - Subscription duration limited during update + Subscription duration limited during update @@ -3708,76 +3708,76 @@

Tested requirements

DSS0070 Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] returned with proper response + Subscription[P] returned with proper response Not tested - S4 + S4 - Can query all Subscriptions in area from all DSSs + Can query all Subscriptions in area from all DSSs Not tested - S7 + S7 - 404 with proper response + 404 with proper response Not tested - S8 + S8 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S9 + S9 - service_areas does not include ISA from S1 + service_areas does not include ISA from S1 Not tested - S13 + S13 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S16 + S16 - service_areas does not include ISA from S12 + service_areas does not include ISA from S12 @@ -3785,16 +3785,16 @@

Tested requirements

DSS0110 Not tested - ASTM NetRID DSS: Direct CRDB access + ASTM NetRID DSS: Direct CRDB access - Verify security interoperability + Verify security interoperability - Attempt unauthorized access + Attempt unauthorized access - CRDB node in insecure mode + CRDB node in insecure mode @@ -3802,16 +3802,16 @@

Tested requirements

DSS0120 Not tested - ASTM NetRID DSS: Direct CRDB access + ASTM NetRID DSS: Direct CRDB access - Verify security interoperability + Verify security interoperability - Verify encryption + Verify encryption - TLS in use + TLS in use @@ -3825,16 +3825,16 @@

Tested requirements

DSS0130,2,a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] ID is properly synchronized with all DSS + Subscription[P] ID is properly synchronized with all DSS @@ -3842,16 +3842,16 @@

Tested requirements

DSS0130,2,b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] owner is properly synchronized with all DSS + Subscription[P] owner is properly synchronized with all DSS @@ -3859,16 +3859,16 @@

Tested requirements

DSS0130,2,c Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] URL is properly synchronized with all DSS + Subscription[P] URL is properly synchronized with all DSS @@ -3876,16 +3876,16 @@

Tested requirements

DSS0130,2,d Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] start/end times are properly synchronized with all DSS + Subscription[P] start/end times are properly synchronized with all DSS @@ -3899,16 +3899,16 @@

Tested requirements

DSS0130,2,f Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] notification count is properly synchronized with all DSS + Subscription[P] notification count is properly synchronized with all DSS @@ -3916,26 +3916,26 @@

Tested requirements

DSS0130,3,a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - ID of ISA from S1 is properly synchronized with all DSS + ID of ISA from S1 is properly synchronized with all DSS Not tested - S5 + S5 - Can get ISA from primary DSS + Can get ISA from primary DSS @@ -3943,16 +3943,16 @@

Tested requirements

DSS0130,3,b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Owner of ISA from S1 is properly synchronized with all DSS + Owner of ISA from S1 is properly synchronized with all DSS @@ -3960,16 +3960,16 @@

Tested requirements

DSS0130,3,c Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - URL of ISA from S1 is properly synchronized with all DSS + URL of ISA from S1 is properly synchronized with all DSS @@ -3977,16 +3977,16 @@

Tested requirements

DSS0130,3,d Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Start/end times of ISA from S1 are properly synchronized with all DSS + Start/end times of ISA from S1 are properly synchronized with all DSS @@ -3994,16 +3994,16 @@

Tested requirements

DSS0130,3,e Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - service_areas includes ISA from S1 + service_areas includes ISA from S1 @@ -4011,36 +4011,36 @@

Tested requirements

DSS0130,A2-6-1,1a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S1 + S1 - ISA[P] created with proper response + ISA[P] created with proper response Not tested - S10 + S10 - ISA[P] created with proper response + ISA[P] created with proper response Not tested - S12 + S12 - ISA[P] created with proper response + ISA[P] created with proper response @@ -4048,16 +4048,16 @@

Tested requirements

DSS0130,A2-6-1,1b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S5 + S5 - Can modify ISA in primary DSS + Can modify ISA in primary DSS @@ -4065,26 +4065,26 @@

Tested requirements

DSS0130,A2-6-1,1c Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - service_areas includes ISA from S1 + service_areas includes ISA from S1 Not tested - S9 + S9 - Subscription[n] created with proper response + Subscription[n] created with proper response @@ -4092,16 +4092,16 @@

Tested requirements

DSS0130,A2-6-1,1d Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S9 + S9 - service_areas does not include ISA from S1 + service_areas does not include ISA from S1 @@ -4109,26 +4109,26 @@

Tested requirements

DSS0130,A2-6-1,2a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S11 + S11 - ISA[P] deleted with proper response + ISA[P] deleted with proper response Not tested - S15 + S15 - ISA[P] deleted with proper response + ISA[P] deleted with proper response @@ -4136,16 +4136,16 @@

Tested requirements

DSS0130,A2-6-1,2b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S16 + S16 - service_areas does not include ISA from S12 + service_areas does not include ISA from S12 @@ -4153,26 +4153,26 @@

Tested requirements

DSS0130,A2-6-1,3a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S2 + S2 - Subscription[n] created with proper response + Subscription[n] created with proper response Not tested - S16 + S16 - Subscription[n] created with proper response + Subscription[n] created with proper response @@ -4180,16 +4180,16 @@

Tested requirements

DSS0130,A2-6-1,3b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S10 + S10 - All Subscription[i] 1≤i≤n returned in subscribers + All Subscription[i] 1≤i≤n returned in subscribers @@ -4197,26 +4197,26 @@

Tested requirements

DSS0130,A2-6-1,3c Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S5 + S5 - ISA modification triggers subscription notification requests + ISA modification triggers subscription notification requests Not tested - S11 + S11 - All Subscription[i] 1≤i≤n returned in subscribers + All Subscription[i] 1≤i≤n returned in subscribers @@ -4224,46 +4224,46 @@

Tested requirements

DSS0130,A2-6-1,3d Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S12 + S12 - None of Subscription[i] 1≤i≤n returned in subscribers + None of Subscription[i] 1≤i≤n returned in subscribers Not tested - S13 + S13 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response Not tested - S14 + S14 - 404 with proper response + 404 with proper response Not tested - S15 + S15 - None of Subscription[i] 1≤i≤n returned in subscribers with proper response + None of Subscription[i] 1≤i≤n returned in subscribers with proper response @@ -4271,26 +4271,26 @@

Tested requirements

DSS0130,A2-6-1,4a Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S6 + S6 - Subscription[n] deleted with proper response + Subscription[n] deleted with proper response Not tested - S17 + S17 - Subscription[n] deleted with proper response + Subscription[n] deleted with proper response @@ -4298,26 +4298,26 @@

Tested requirements

DSS0130,A2-6-1,4b Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S7 + S7 - 404 with proper response + 404 with proper response Not tested - S8 + S8 - No Subscription[i] 1≤i≤n returned with proper response + No Subscription[i] 1≤i≤n returned with proper response @@ -4325,16 +4325,16 @@

Tested requirements

DSS0130,A2-6-1,5 Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S3 + S3 - Subscription[P] returned with proper response + Subscription[P] returned with proper response @@ -4342,36 +4342,36 @@

Tested requirements

DSS0130,A2-6-1,6 Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Interoperability sequence + Interoperability sequence - S4 + S4 - Can query all Subscriptions in area from all DSSs + Can query all Subscriptions in area from all DSSs Not tested - S8 + S8 - Subscriptions queried successfully + Subscriptions queried successfully Not tested - S13 + S13 - Subscriptions queried successfully + Subscriptions queried successfully @@ -4379,23 +4379,23 @@

Tested requirements

DSS0210 Not tested - ASTM F3411-22a NetRID DSS interoperability + ASTM F3411-22a NetRID DSS interoperability - Prerequisites + Prerequisites - Test environment requirements + Test environment requirements - DSS instance is publicly addressable + DSS instance is publicly addressable Not tested - DSS instance is reachable + DSS instance is reachable diff --git a/artifacts/uss_qualifier/reports/dss_probing/sequence/index.html b/artifacts/uss_qualifier/reports/dss_probing/sequence/index.html index 318bf08b4c..cae9bd7eb6 100644 --- a/artifacts/uss_qualifier/reports/dss_probing/sequence/index.html +++ b/artifacts/uss_qualifier/reports/dss_probing/sequence/index.html @@ -1,7 +1,7 @@ - TR-6a5483a sequence view + TR-c2caea9 sequence view - - - - -
-

ASTM NetRID DSS: Submitted ISA Validations

-

scenarios.astm.netrid.v22a.dss.ISAValidation

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaseStepEvent - uss1 -
- Setup - - Ensure clean workspace - 1🌐 - GET dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      GET -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.836366Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
      None -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      404 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        106 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001428 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.838412Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:5b67428e-e511-4b3f-a994-456584a2d5f0) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
2 - Successful ISA query -
- ISA Validation - - ISA Validation - 3🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.839988Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        618 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              • -
                item_1
                : -
                  -
                • -
                  lat
                  : -
                  -23.0 -
                  -
                • -
                • -
                  lng
                  : -
                  130.0 -
                  -
                • -
                - -
                -
              • -
              • -
                item_2
                : -
                  -
                • -
                  lat
                  : -
                  -24.000000000000004 -
                  -
                • -
                • -
                  lng
                  : -
                  130.0 -
                  -
                • -
                - -
                -
              • -
              • -
                item_3
                : -
                  -
                • -
                  lat
                  : -
                  -24.000000000000004 -
                  -
                • -
                • -
                  lng
                  : -
                  132.0 -
                  -
                • -
                - -
                -
              • -
              • -
                item_4
                : -
                  -
                • -
                  lat
                  : -
                  -23.0 -
                  -
                • -
                • -
                  lng
                  : -
                  132.0 -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T05:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        d0f0f986-ca80-4335-80c5-9285e17d5231 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        70 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001136 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.841795Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        Area too large (E:597d8eaa-0b90-4879-bccd-140804816040) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
4 - ISA huge area -
5🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.843082Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        472 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T05:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        67cc2d4b-ccd7-41e0-9236-e8fb739e23c9 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        84 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001106 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.844835Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        Not enough points in polygon (E:8ac5cb84-cccf-4e1f-aaab-184e7bd21586) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
6 - ISA empty vertices -
7🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.846204Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        606 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              • -
                item_1
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_2
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_3
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              • -
                item_4
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:43:42.845230Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T05:43:42.845230Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        e003dbf1-155c-49a2-84ca-7453ffc064be -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        116 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.00112 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.847981Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        IdentificationServiceArea time_start must not be in the past (E:cd7209a9-fb5c-4324-833c-1ebaf7bf4e4b) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
8 - ISA start time in the past -
9🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.849445Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        606 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              • -
                item_1
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_2
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_3
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              • -
                item_4
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-01-10T01:00:01.123456Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-01-10T00:00:01.123456Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        ab3a32f9-7b94-4306-be2f-ffc75dc3d9fc -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        116 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001207 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.851312Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        IdentificationServiceArea time_start must not be in the past (E:e9c4fce9-c061-4c77-a576-2b0b9e8d0650) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
10 - ISA start time after end time -
11🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.852794Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        618 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              • -
                item_1
                : -
                  -
                • -
                  lat
                  : -
                  130.0 -
                  -
                • -
                • -
                  lng
                  : -
                  -23.0 -
                  -
                • -
                - -
                -
              • -
              • -
                item_2
                : -
                  -
                • -
                  lat
                  : -
                  130.0 -
                  -
                • -
                • -
                  lng
                  : -
                  -24.000000000000004 -
                  -
                • -
                - -
                -
              • -
              • -
                item_3
                : -
                  -
                • -
                  lat
                  : -
                  132.0 -
                  -
                • -
                • -
                  lng
                  : -
                  -24.000000000000004 -
                  -
                • -
                - -
                -
              • -
              • -
                item_4
                : -
                  -
                • -
                  lat
                  : -
                  132.0 -
                  -
                • -
                • -
                  lng
                  : -
                  -23.0 -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-01-10T00:00:01.123456Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-01-10T01:00:01.123456Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        26cf098c-5ad7-4d27-b0d9-a20dacd34fb1 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        101 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001076 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.854529Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        Coordinates did not create a well-formed area (E:09f3e747-bfab-4425-a1c0-4f6f8e0b7e7f) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
12 - ISA vertices are valid -
13🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.855149Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        435 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T05:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        d0f0f986-ca80-4335-80c5-9285e17d5231 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        147 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.000953 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.856753Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        Error parsing Volume4D: Neither outline_polygon nor outline_circle were specified in volume (E:7741b9c9-6768-477e-8bf3-991158eb4789) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
14 - ISA missing outline -
15🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.857189Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        284 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T05:53:43.157124Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        d0f0f986-ca80-4335-80c5-9285e17d5231 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      400 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        147 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001049 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.858877Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        Error parsing Volume4D: Neither outline_polygon nor outline_circle were specified in volume (E:6016e20f-bbe3-4b74-8608-832eb18f0664) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
16 - ISA missing volume -
-
- - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s3.html b/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s3.html deleted file mode 100644 index 2fc32eb8b7..0000000000 --- a/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s3.html +++ /dev/null @@ -1,1082 +0,0 @@ - - - - - s3 - ASTM NetRID DSS: ISA Expiry - - - - - -
-

ASTM NetRID DSS: ISA Expiry

-

scenarios.astm.netrid.v22a.dss.ISAExpiry

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaseStepEvent - uss1 -
- Setup - - Ensure clean workspace - 1🌐 - GET dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      GET -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.862755Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
      None -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      404 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        106 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001556 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.864916Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        message
        : -
        ISA 00000171-e36d-40be-d38b-eca6ca350000 not found (E:823d9530-ceef-41a8-bd1c-8b044a97372f) -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
2 - Successful ISA query -
- ISA Expiry - - ISA Expiry - 3🌐 - PUT dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      PUT -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:42.866380Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Content-Length
        : -
        606 -
        -
      • -
      • -
        Content-Type
        : -
        application/json -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
        -
      • -
        extents
        : -
          -
        • -
          volume
          : -
            -
          • -
            outline_polygon
            : -
              -
            • -
              vertices
              : -
                -
              • -
                item_1
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_2
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.614 -
                  -
                • -
                - -
                -
              • -
              • -
                item_3
                : -
                  -
                • -
                  lat
                  : -
                  37.2148 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              • -
                item_4
                : -
                  -
                • -
                  lat
                  : -
                  37.1853 -
                  -
                • -
                • -
                  lng
                  : -
                  -80.544 -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            altitude_lower
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              0.0 -
              -
            • -
            - -
            -
          • -
          • -
            altitude_upper
            : -
              -
            • -
              reference
              : -
              W84 -
              -
            • -
            • -
              units
              : -
              M -
              -
            • -
            • -
              value
              : -
              3048.0 -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:42.865449Z -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          • -
            value
            : -
            2023-11-02T04:53:47.865449Z -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        uss_base_url
        : -
        https://uss_qualifier.test.utm/dummy_base_url -
        -
      • -
      • -
        request_id
        : -
        68e278c9-3b91-4128-9732-40b714769440 -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      200 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:42 GMT -
        -
      • -
      • -
        Content-Length
        : -
        335 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.005922 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:42.872969Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        subscribers
        : -
          -
        - -
        -
      • -
      • -
        service_area
        : -
          -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          owner
          : -
          uss_qualifier -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            value
            : -
            2023-11-02T04:53:42.865449Z -
            -
          • -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            value
            : -
            2023-11-02T04:53:47.865449Z -
            -
          • -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          - -
          -
        • -
        • -
          version
          : -
          1f4tl9gbq9umo -
          -
        • -
        • -
          id
          : -
          00000171-e36d-40be-d38b-eca6ca350000 -
          -
        • -
        - -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
4 - Create short-lived ISA -
5🌐 - GET dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      GET -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:47.875747Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
      None -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      200 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:47 GMT -
        -
      • -
      • -
        Content-Length
        : -
        21 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.002818 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:47.879595Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        service_areas
        : -
          -
        - -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
6 - Expired ISAs are not part of search results -
7🌐 - GET dss.uss1.localutm -
-
    -
  • -
    request
    : -
      -
    • -
      method
      : -
      GET -
      -
    • -
    • -
      url
      : -
      http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
      -
    • -
    • -
      initiated_at
      : -
      2023-11-02T04:53:47.880497Z -
      -
    • -
    • -
      headers
      : -
        -
      • -
        User-Agent
        : -
        python-requests/2.25.1 -
        -
      • -
      • -
        Accept-Encoding
        : -
        gzip, deflate -
        -
      • -
      • -
        Accept
        : -
        */* -
        -
      • -
      • -
        Connection
        : -
        keep-alive -
        -
      • -
      • -
        Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQyMiwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
        -
      • -
      - -
      -
    • -
    • -
      json
      : -
      None -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    response
    : -
      -
    • -
      code
      : -
      200 -
      -
    • -
    • -
      headers
      : -
        -
      • -
        Content-Type
        : -
        application/json; charset=utf-8 -
        -
      • -
      • -
        Date
        : -
        Thu, 02 Nov 2023 04:53:47 GMT -
        -
      • -
      • -
        Content-Length
        : -
        318 -
        -
      • -
      - -
      -
    • -
    • -
      elapsed_s
      : -
      0.001939 -
      -
    • -
    • -
      reported
      : -
      2023-11-02T04:53:47.883217Z -
      -
    • -
    • -
      json
      : -
        -
      • -
        service_area
        : -
          -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          owner
          : -
          uss_qualifier -
          -
        • -
        • -
          time_start
          : -
            -
          • -
            value
            : -
            2023-11-02T04:53:42.865449Z -
            -
          • -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          - -
          -
        • -
        • -
          time_end
          : -
            -
          • -
            value
            : -
            2023-11-02T04:53:47.865449Z -
            -
          • -
          • -
            format
            : -
            RFC3339 -
            -
          • -
          - -
          -
        • -
        • -
          version
          : -
          1f4tl9gbq9umo -
          -
        • -
        • -
          id
          : -
          00000171-e36d-40be-d38b-eca6ca350000 -
          -
        • -
        - -
        -
      • -
      - -
      -
    • -
    • -
      body
      : -
      None -
      -
    • -
    - -
    -
  • -
  • -
    participant_id
    : -
    uss1 -
    -
  • -
- -
- -
🌐
8 - An expired ISA can be queried by its ID -
-
- - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s4.html b/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s4.html deleted file mode 100644 index 16b4b62f92..0000000000 --- a/artifacts/uss_qualifier/reports/netrid_v22a/sequence/s4.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - s4 - ASTM NetRID DSS: ISA Subscription Interactions - - - - - -
-

ASTM NetRID DSS: ISA Subscription Interactions

-

scenarios.astm.netrid.v22a.dss.ISASubscriptionInteractions

- - - - - - - -
CaseStepEvent
-
- - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/noop/report.html b/artifacts/uss_qualifier/reports/noop/report.html index e2ac148959..a479476058 100644 --- a/artifacts/uss_qualifier/reports/noop/report.html +++ b/artifacts/uss_qualifier/reports/noop/report.html @@ -35,17 +35,17 @@ @@ -334,7 +334,7 @@
  • end_time
    : -
    2023-11-02T04:53:15.240701Z +
    2023-11-02T04:54:58.307461Z
  • @@ -358,12 +358,12 @@
    @@ -375,12 +375,12 @@
    • message
      : -
      Ending at 2023-11-02T04:53:15.240259Z. +
      Ending at 2023-11-02T04:54:58.306719Z.
    • timestamp
      : -
      2023-11-02T04:53:15.240313Z +
      2023-11-02T04:54:58.306810Z
    @@ -393,7 +393,7 @@
  • end_time
    : -
    2023-11-02T04:53:15.240723Z +
    2023-11-02T04:54:58.307480Z
  • @@ -422,7 +422,7 @@
  • end_time
    : -
    2023-11-02T04:53:15.241746Z +
    2023-11-02T04:54:58.307978Z
  • diff --git a/artifacts/uss_qualifier/reports/noop/report.json b/artifacts/uss_qualifier/reports/noop/report.json index 28e43231ef..5a4e2e4a1b 100644 --- a/artifacts/uss_qualifier/reports/noop/report.json +++ b/artifacts/uss_qualifier/reports/noop/report.json @@ -1,7 +1,7 @@ { - "codebase_version": "interuss/monitoring/v0.0.0-cf9772d", - "commit_hash": "cf9772d935fef4643a302db24f181a212921620f", - "baseline_signature": "f054387de62be9cf5a5218d8ceba5ed0cb77b6206db5fafecae01b43795972ba", + "codebase_version": "interuss/monitoring/v0.0.0-eaa6227", + "commit_hash": "eaa6227a78d37fb8eeafa5eb649abb293e50c998", + "baseline_signature": "dd1958686fb87fd530f80b2430384bad28b099b1678a8a7ac6375bd5da33b840", "environment_signature": "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945", "configuration": { "resources": { @@ -47,50 +47,50 @@ "name": "No-op", "suite_type": "", "documentation_url": "", - "start_time": "2023-11-02T04:53:10.233370Z", + "start_time": "2023-11-02T04:54:53.300037Z", "actions": [ { "test_scenario": { "name": "NoOp", "scenario_type": "scenarios.dev.NoOp", - "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/dev/noop.md", - "start_time": "2023-11-02T04:53:10.233977Z", + "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/dev/noop.md", + "start_time": "2023-11-02T04:54:53.300455Z", "cases": [ { "name": "Sleep", - "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/dev/noop.md#sleep-test-case", - "start_time": "2023-11-02T04:53:10.234457Z", + "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/dev/noop.md#sleep-test-case", + "start_time": "2023-11-02T04:54:53.300807Z", "steps": [ { "name": "Sleep", - "documentation_url": "https://github.com/interuss/monitoring/blob/cf9772d935fef4643a302db24f181a212921620f/monitoring/uss_qualifier/scenarios/dev/noop.md#sleep-test-step", - "start_time": "2023-11-02T04:53:10.234631Z", + "documentation_url": "https://github.com/interuss/monitoring/blob/eaa6227a78d37fb8eeafa5eb649abb293e50c998/monitoring/uss_qualifier/scenarios/dev/noop.md#sleep-test-step", + "start_time": "2023-11-02T04:54:53.301096Z", "failed_checks": [], "passed_checks": [], - "end_time": "2023-11-02T04:53:15.240656Z" + "end_time": "2023-11-02T04:54:58.307422Z" } ], - "end_time": "2023-11-02T04:53:15.240701Z" + "end_time": "2023-11-02T04:54:58.307461Z" } ], "successful": true, "notes": { "Start time": { - "message": "Starting at 2023-11-02T04:53:10.234881Z, sleeping for 5s...", - "timestamp": "2023-11-02T04:53:10.234904Z" + "message": "Starting at 2023-11-02T04:54:53.301335Z, sleeping for 5s...", + "timestamp": "2023-11-02T04:54:53.301351Z" }, "End time": { - "message": "Ending at 2023-11-02T04:53:15.240259Z.", - "timestamp": "2023-11-02T04:53:15.240313Z" + "message": "Ending at 2023-11-02T04:54:58.306719Z.", + "timestamp": "2023-11-02T04:54:58.306810Z" } }, - "end_time": "2023-11-02T04:53:15.240723Z" + "end_time": "2023-11-02T04:54:58.307480Z" } } ], "capability_evaluations": [], "successful": true, - "end_time": "2023-11-02T04:53:15.241746Z" + "end_time": "2023-11-02T04:54:58.307978Z" } } } \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/noop/sequence/index.html b/artifacts/uss_qualifier/reports/noop/sequence/index.html index b126395472..2268fdf1f9 100644 --- a/artifacts/uss_qualifier/reports/noop/sequence/index.html +++ b/artifacts/uss_qualifier/reports/noop/sequence/index.html @@ -1,7 +1,7 @@ - TR-11c286d sequence view + TR-c90b4e8 sequence view - - - - -
    -

    ASTM NetRID DSS: Submitted ISA Validations

    -

    scenarios.astm.netrid.v22a.dss.ISAValidation

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    CaseStepEvent - uss1 -
    - Setup - - Ensure clean workspace - 1🌐 - GET dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        GET -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.751965Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
        None -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        404 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          106 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001401 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.753978Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          ISA 00000170-e36d-40be-d38b-eca6ca350000 not found (E:5fed9fc3-088a-4e75-a79d-2b26a1e38a08) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    2 - Successful ISA query -
    - ISA Validation - - ISA Validation - 3🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.755460Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          618 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                • -
                  item_1
                  : -
                    -
                  • -
                    lat
                    : -
                    -23.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    130.0 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_2
                  : -
                    -
                  • -
                    lat
                    : -
                    -24.000000000000004 -
                    -
                  • -
                  • -
                    lng
                    : -
                    130.0 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_3
                  : -
                    -
                  • -
                    lat
                    : -
                    -24.000000000000004 -
                    -
                  • -
                  • -
                    lng
                    : -
                    132.0 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_4
                  : -
                    -
                  • -
                    lat
                    : -
                    -23.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    132.0 -
                    -
                  • -
                  - -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T05:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          ece8bfd2-82bd-4f51-a170-acc1d9ef6903 -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          70 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001161 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.757284Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          Area too large (E:7b1dd81e-c44c-4af1-8049-da28419a5041) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    4 - ISA huge area -
    5🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.758601Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          472 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T05:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          cd8b8007-875d-44b8-98c1-5b7931d0b79c -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          84 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001025 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.760269Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          Not enough points in polygon (E:197775ea-f165-4ec7-be53-4f09a66c9ca2) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    6 - ISA empty vertices -
    7🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.761803Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          606 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                • -
                  item_1
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_2
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_3
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_4
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:44:17.760886Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T05:44:17.760886Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          afe9052b-3ab8-4193-87d2-2af90cf2059a -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          116 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001172 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.763656Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          IdentificationServiceArea time_start must not be in the past (E:71027f95-015a-4d10-88c2-bc6d3570f1de) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    8 - ISA start time in the past -
    9🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.765092Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          606 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                • -
                  item_1
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_2
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_3
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_4
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-01-10T01:00:01.123456Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-01-10T00:00:01.123456Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          4715206a-7f80-495d-817b-75f8734358fb -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          116 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001232 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.766975Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          IdentificationServiceArea time_start must not be in the past (E:e1cc3dd6-cc6e-446f-8293-0591d7bc3506) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    10 - ISA start time after end time -
    11🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.768358Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          618 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                • -
                  item_1
                  : -
                    -
                  • -
                    lat
                    : -
                    130.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -23.0 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_2
                  : -
                    -
                  • -
                    lat
                    : -
                    130.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -24.000000000000004 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_3
                  : -
                    -
                  • -
                    lat
                    : -
                    132.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -24.000000000000004 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_4
                  : -
                    -
                  • -
                    lat
                    : -
                    132.0 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -23.0 -
                    -
                  • -
                  - -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-01-10T00:00:01.123456Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-01-10T01:00:01.123456Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          5108935f-171a-4ea9-b409-8ac92e6028db -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          101 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001009 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.770040Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          Coordinates did not create a well-formed area (E:22bfa762-1480-4c86-9769-a5d26d3540de) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    12 - ISA vertices are valid -
    13🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.770547Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          435 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T05:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          ece8bfd2-82bd-4f51-a170-acc1d9ef6903 -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          147 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.000947 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.772126Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          Error parsing Volume4D: Neither outline_polygon nor outline_circle were specified in volume (E:75b911dd-02bf-49fe-9752-56fa99407e71) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    14 - ISA missing outline -
    15🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000170-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.772597Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          284 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T05:54:00.379780Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          ece8bfd2-82bd-4f51-a170-acc1d9ef6903 -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        400 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          147 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.774227Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          Error parsing Volume4D: Neither outline_polygon nor outline_circle were specified in volume (E:def36798-77cc-4475-82f7-30445c9c1d0e) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    16 - ISA missing volume -
    -
    - - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s2.html b/artifacts/uss_qualifier/reports/uspace/sequence/s2.html index 5820073922..083cd0880e 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s2.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s2.html @@ -91,7 +91,7 @@
    -

    Get system versions

    +

    Get system versions

    scenarios.versioning.GetSystemVersions

    @@ -108,10 +108,10 @@

    scenarios.versioning.GetSystemVersions

    @@ -134,7 +134,7 @@

    scenarios.versioning.GetSystemVersions

  • initiated_at
    : -
    2023-11-02T04:53:59.546177Z +
    2023-11-02T04:55:34.916159Z
  • @@ -162,7 +162,7 @@

    scenarios.versioning.GetSystemVersions

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MudmVyc2lvbmluZy5yZWFkX3N5c3RlbV92ZXJzaW9ucyIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MudmVyc2lvbmluZy5yZWFkX3N5c3RlbV92ZXJzaW9ucyIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -201,7 +201,7 @@

    scenarios.versioning.GetSystemVersions

  • Date
    : -
    Thu, 02 Nov 2023 04:53:59 GMT +
    Thu, 02 Nov 2023 04:55:34 GMT
  • @@ -225,12 +225,12 @@

    scenarios.versioning.GetSystemVersions

  • elapsed_s
    : -
    0.00484 +
    0.004291
  • reported
    : -
    2023-11-02T04:53:59.554156Z +
    2023-11-02T04:55:34.922847Z
  • @@ -243,7 +243,7 @@

    scenarios.versioning.GetSystemVersions

  • system_version
    : -
    interuss/monitoring/v0.0.0-cf9772d +
    interuss/monitoring/v0.0.0-eaa6227
  • @@ -281,7 +281,7 @@

    scenarios.versioning.GetSystemVersions

    @@ -315,7 +315,7 @@

    scenarios.versioning.GetSystemVersions

  • initiated_at
    : -
    2023-11-02T04:53:59.555147Z +
    2023-11-02T04:55:34.923704Z
  • @@ -343,7 +343,7 @@

    scenarios.versioning.GetSystemVersions

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MudmVyc2lvbmluZy5yZWFkX3N5c3RlbV92ZXJzaW9ucyIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MudmVyc2lvbmluZy5yZWFkX3N5c3RlbV92ZXJzaW9ucyIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -382,7 +382,7 @@

    scenarios.versioning.GetSystemVersions

  • Date
    : -
    Thu, 02 Nov 2023 04:53:59 GMT +
    Thu, 02 Nov 2023 04:55:34 GMT
  • @@ -406,12 +406,12 @@

    scenarios.versioning.GetSystemVersions

  • elapsed_s
    : -
    0.005661 +
    0.005292
  • reported
    : -
    2023-11-02T04:53:59.563235Z +
    2023-11-02T04:55:34.931390Z
  • @@ -424,7 +424,7 @@

    scenarios.versioning.GetSystemVersions

  • system_version
    : -
    interuss/monitoring/v0.0.0-cf9772d +
    interuss/monitoring/v0.0.0-eaa6227
  • @@ -462,7 +462,7 @@

    scenarios.versioning.GetSystemVersions

    diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s20.html b/artifacts/uss_qualifier/reports/uspace/sequence/s20.html deleted file mode 100644 index 413133b021..0000000000 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s20.html +++ /dev/null @@ -1,1082 +0,0 @@ - - - - - s20 - ASTM NetRID DSS: ISA Expiry - - - - - -
    -

    ASTM NetRID DSS: ISA Expiry

    -

    scenarios.astm.netrid.v22a.dss.ISAExpiry

    -
    - Get versions + Get versions - Get versions + Get versions 1 🌐 2 📓 - uss1: uspace.ussp=interuss/monitoring/v0.0.0-cf9772d + uss1: uspace.ussp=interuss/monitoring/v0.0.0-eaa6227
    5 📓 - uss2: uspace.ussp=interuss/monitoring/v0.0.0-cf9772d + uss2: uspace.ussp=interuss/monitoring/v0.0.0-eaa6227
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    CaseStepEvent - uss1 -
    - Setup - - Ensure clean workspace - 1🌐 - GET dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        GET -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.778128Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
        None -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        404 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          106 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001454 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.780181Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          message
          : -
          ISA 00000171-e36d-40be-d38b-eca6ca350000 not found (E:4cbf7bfb-7621-4b1d-96f7-e6bd42a8558e) -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    2 - Successful ISA query -
    - ISA Expiry - - ISA Expiry - 3🌐 - PUT dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        PUT -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:17.781657Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Content-Length
          : -
          606 -
          -
        • -
        • -
          Content-Type
          : -
          application/json -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5zZXJ2aWNlX3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
          -
        • -
          extents
          : -
            -
          • -
            volume
            : -
              -
            • -
              outline_polygon
              : -
                -
              • -
                vertices
                : -
                  -
                • -
                  item_1
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_2
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.614 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_3
                  : -
                    -
                  • -
                    lat
                    : -
                    37.2148 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                • -
                  item_4
                  : -
                    -
                  • -
                    lat
                    : -
                    37.1853 -
                    -
                  • -
                  • -
                    lng
                    : -
                    -80.544 -
                    -
                  • -
                  - -
                  -
                • -
                - -
                -
              • -
              - -
              -
            • -
            • -
              altitude_lower
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                0.0 -
                -
              • -
              - -
              -
            • -
            • -
              altitude_upper
              : -
                -
              • -
                reference
                : -
                W84 -
                -
              • -
              • -
                units
                : -
                M -
                -
              • -
              • -
                value
                : -
                3048.0 -
                -
              • -
              - -
              -
            • -
            - -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:17.780771Z -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            • -
              value
              : -
              2023-11-02T04:54:22.780771Z -
              -
            • -
            - -
            -
          • -
          - -
          -
        • -
        • -
          uss_base_url
          : -
          https://uss_qualifier.test.utm/dummy_base_url -
          -
        • -
        • -
          request_id
          : -
          0e4283ed-36aa-4dda-9929-3116fd8305dc -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        200 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:17 GMT -
          -
        • -
        • -
          Content-Length
          : -
          335 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.006195 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:17.788539Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          subscribers
          : -
            -
          - -
          -
        • -
        • -
          service_area
          : -
            -
          • -
            uss_base_url
            : -
            https://uss_qualifier.test.utm/dummy_base_url -
            -
          • -
          • -
            owner
            : -
            uss_qualifier -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              value
              : -
              2023-11-02T04:54:17.780771Z -
              -
            • -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              value
              : -
              2023-11-02T04:54:22.780771Z -
              -
            • -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            - -
            -
          • -
          • -
            version
            : -
            1f4tlagsc3ulg -
            -
          • -
          • -
            id
            : -
            00000171-e36d-40be-d38b-eca6ca350000 -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    4 - Create short-lived ISA -
    5🌐 - GET dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        GET -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas?area=37.1853,-80.614,37.2148,-80.614,37.2148,-80.544,37.1853,-80.544 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:22.795981Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
        None -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        200 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:22 GMT -
          -
        • -
        • -
          Content-Length
          : -
          21 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.003654 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:22.800622Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          service_areas
          : -
            -
          - -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    6 - Expired ISAs are not part of search results -
    7🌐 - GET dss.uss1.localutm -
    -
      -
    • -
      request
      : -
        -
      • -
        method
        : -
        GET -
        -
      • -
      • -
        url
        : -
        http://dss.uss1.localutm/rid/v2/dss/identification_service_areas/00000171-e36d-40be-d38b-eca6ca350000 -
        -
      • -
      • -
        initiated_at
        : -
        2023-11-02T04:54:22.801265Z -
        -
      • -
      • -
        headers
        : -
          -
        • -
          User-Agent
          : -
          python-requests/2.25.1 -
          -
        • -
        • -
          Accept-Encoding
          : -
          gzip, deflate -
          -
        • -
        • -
          Accept
          : -
          */* -
          -
        • -
        • -
          Connection
          : -
          keep-alive -
          -
        • -
        • -
          Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQ1NywiaXNzIjoiZHVtbXkiLCJzY29wZSI6InJpZC5kaXNwbGF5X3Byb3ZpZGVyIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED -
          -
        • -
        - -
        -
      • -
      • -
        json
        : -
        None -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      response
      : -
        -
      • -
        code
        : -
        200 -
        -
      • -
      • -
        headers
        : -
          -
        • -
          Content-Type
          : -
          application/json; charset=utf-8 -
          -
        • -
        • -
          Date
          : -
          Thu, 02 Nov 2023 04:54:22 GMT -
          -
        • -
        • -
          Content-Length
          : -
          318 -
          -
        • -
        - -
        -
      • -
      • -
        elapsed_s
        : -
        0.001821 -
        -
      • -
      • -
        reported
        : -
        2023-11-02T04:54:22.803784Z -
        -
      • -
      • -
        json
        : -
          -
        • -
          service_area
          : -
            -
          • -
            uss_base_url
            : -
            https://uss_qualifier.test.utm/dummy_base_url -
            -
          • -
          • -
            owner
            : -
            uss_qualifier -
            -
          • -
          • -
            time_start
            : -
              -
            • -
              value
              : -
              2023-11-02T04:54:17.780771Z -
              -
            • -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            - -
            -
          • -
          • -
            time_end
            : -
              -
            • -
              value
              : -
              2023-11-02T04:54:22.780771Z -
              -
            • -
            • -
              format
              : -
              RFC3339 -
              -
            • -
            - -
            -
          • -
          • -
            version
            : -
            1f4tlagsc3ulg -
            -
          • -
          • -
            id
            : -
            00000171-e36d-40be-d38b-eca6ca350000 -
            -
          • -
          - -
          -
        • -
        - -
        -
      • -
      • -
        body
        : -
        None -
        -
      • -
      - -
      -
    • -
    • -
      participant_id
      : -
      uss1 -
      -
    • -
    - -
    - -
    🌐
    8 - An expired ISA can be queried by its ID -
    -
    - - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s21.html b/artifacts/uss_qualifier/reports/uspace/sequence/s21.html deleted file mode 100644 index 1af9fe89b2..0000000000 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s21.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - s21 - ASTM NetRID DSS: ISA Subscription Interactions - - - - - -
    -

    ASTM NetRID DSS: ISA Subscription Interactions

    -

    scenarios.astm.netrid.v22a.dss.ISASubscriptionInteractions

    - - - - - - - -
    CaseStepEvent
    -
    - - - - \ No newline at end of file diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s3.html b/artifacts/uss_qualifier/reports/uspace/sequence/s3.html index 852d5d9edc..871a3d5e93 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s3.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s3.html @@ -91,7 +91,7 @@
    -

    ASTM F3548-21 UTM DSS interoperability

    +

    ASTM F3548-21 UTM DSS interoperability

    scenarios.astm.utm.DSSInteroperability

    @@ -108,10 +108,10 @@

    scenarios.astm.utm.DSSInteroperability

    diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s4.html b/artifacts/uss_qualifier/reports/uspace/sequence/s4.html index 3900711972..bf0abf8a01 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s4.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s4.html @@ -91,7 +91,7 @@
    - Prerequisites + Prerequisites - Test environment requirements + Test environment requirements 1 📓
    @@ -108,10 +108,10 @@

    scenarios.astm.utm.DSSInteroperability

    diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s5.html b/artifacts/uss_qualifier/reports/uspace/sequence/s5.html index ef0a6827a3..2c80e91d87 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s5.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s5.html @@ -91,7 +91,7 @@
    -

    Validation of operational intents

    +

    Validation of operational intents

    scenarios.astm.utm.FlightIntentValidation

    - Prerequisites + Prerequisites - Test environment requirements + Test environment requirements 1 📓
    @@ -113,10 +113,10 @@

    scenarios.astm.utm.FlightIntentValidation

    @@ -139,7 +139,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.597835Z +
    2023-11-02T04:55:34.955112Z
  • @@ -167,7 +167,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -206,7 +206,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Date
    : -
    Thu, 02 Nov 2023 04:53:59 GMT +
    Thu, 02 Nov 2023 04:55:34 GMT
  • @@ -230,12 +230,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • elapsed_s
    : -
    0.00432 +
    0.00412
  • reported
    : -
    2023-11-02T04:53:59.604782Z +
    2023-11-02T04:55:34.961820Z
  • @@ -296,7 +296,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • @@ -319,7 +319,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.611407Z +
    2023-11-02T04:55:34.968068Z
  • @@ -357,7 +357,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -369,7 +369,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • request_id
      : -
      515e9b97-135b-4e60-9e54-8bb71fd7eaf0 +
      9820a041-066c-4e8a-bc69-5b553e569d6d
    • @@ -513,7 +513,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:53:57.339123Z +
        2023-11-02T04:55:32.804114Z
      • @@ -530,7 +530,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-12-04T04:58:58.342136Z +
          2023-12-04T05:00:33.806873Z
        • @@ -577,7 +577,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Date
          : -
          Thu, 02 Nov 2023 04:53:59 GMT +
          Thu, 02 Nov 2023 04:55:34 GMT
        • @@ -601,12 +601,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • elapsed_s
          : -
          0.030983 +
          0.028701
        • reported
          : -
          2023-11-02T04:53:59.643214Z +
          2023-11-02T04:55:34.997616Z
        • @@ -669,10 +669,10 @@

          scenarios.astm.utm.FlightIntentValidation

    @@ -690,12 +690,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/33435b82-5601-4e48-8655-77be44e02c07 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/e62c5b2f-11f0-453b-8d07-5149ca72a0dd
  • initiated_at
    : -
    2023-11-02T04:53:59.650669Z +
    2023-11-02T04:55:35.005311Z
  • @@ -733,7 +733,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -886,7 +886,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-12-04T04:53:58.342136Z +
      2023-12-04T04:55:33.806873Z
    • @@ -903,7 +903,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -1016,7 +1016,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        4282e421-2072-4904-8fd5-f97b35df6620 +
        36efcfe7-0567-4bd9-acad-65e23003cdc4
      @@ -1050,7 +1050,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1074,12 +1074,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.024795 +
      0.023215
    • reported
      : -
      2023-11-02T04:53:59.678297Z +
      2023-11-02T04:55:35.031351Z
    • @@ -1148,7 +1148,7 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -1171,7 +1171,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.644251Z +
    2023-11-02T04:55:34.999092Z
  • @@ -1209,7 +1209,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -1360,7 +1360,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -1377,7 +1377,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -1395,7 +1395,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        4e13de4b-8888-4311-a2a5-596dcfc1df26 +
        fe65cb7f-6e3f-4079-a5bc-2bcfd661e054
      @@ -1429,7 +1429,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1443,12 +1443,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003433 +
      0.003403
    • reported
      : -
      2023-11-02T04:53:59.648558Z +
      2023-11-02T04:55:35.003276Z
    • @@ -1513,7 +1513,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:53:59.680004Z +
      2023-11-02T04:55:35.032288Z
    • @@ -1551,7 +1551,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -1702,7 +1702,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -1719,7 +1719,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -1737,7 +1737,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        387d6d61-84bd-46fc-85fc-6b5cc9271ae4 +
        f32a1861-4bbd-4d82-b38c-96123b7ab512
      @@ -1771,7 +1771,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1785,12 +1785,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003191 +
      0.003226
    • reported
      : -
      2023-11-02T04:53:59.683974Z +
      2023-11-02T04:55:35.036265Z
    • @@ -1851,10 +1851,10 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -1872,12 +1872,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f0f24ee0-043d-44bc-80f7-6fe5d3a7a594 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/346847a2-d838-4ae4-8f01-c31db3af0ca0
  • initiated_at
    : -
    2023-11-02T04:53:59.693936Z +
    2023-11-02T04:55:35.047194Z
  • @@ -1915,7 +1915,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -2068,7 +2068,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -2085,7 +2085,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.339123Z +
        2023-11-02T05:00:32.804114Z
      • @@ -2198,7 +2198,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        92bd3a2d-4525-4552-9ff5-7e4e2d59cf49 +
        2dc872d3-d074-4192-b8a9-915209f17f2d
      @@ -2232,7 +2232,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2256,12 +2256,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.072871 +
      0.067474
    • reported
      : -
      2023-11-02T04:53:59.767777Z +
      2023-11-02T04:55:35.115633Z
    • @@ -2325,7 +2325,7 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -2348,7 +2348,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.688811Z +
    2023-11-02T04:55:35.041837Z
  • @@ -2386,7 +2386,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -2537,7 +2537,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -2554,7 +2554,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -2572,7 +2572,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        9cc610db-4cfa-44a8-a016-d0d444cfe44e +
        1c3a87bd-18bd-4576-966d-52ebd48cb210
      @@ -2606,7 +2606,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2620,12 +2620,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.00248 +
      0.002482
    • reported
      : -
      2023-11-02T04:53:59.691943Z +
      2023-11-02T04:55:35.045025Z
    • @@ -2690,7 +2690,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:53:59.769284Z +
      2023-11-02T04:55:35.116756Z
    • @@ -2728,7 +2728,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -2879,7 +2879,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -2896,7 +2896,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -2914,7 +2914,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        165b8d5f-9f53-469a-b5af-9eb2f4e24d2c +
        f7c05e50-bcc1-4af2-bd20-cca793041606
      @@ -2948,7 +2948,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2962,12 +2962,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003678 +
      0.003539
    • reported
      : -
      2023-11-02T04:53:59.773785Z +
      2023-11-02T04:55:35.121093Z
    • @@ -2981,7 +2981,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • id
        : -
        6ea1a6c4-09a7-4255-a713-d4104bfb8fa0 +
        be4d3b93-e335-4c68-8753-894b387fe651
      • @@ -3014,7 +3014,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.339123Z +
          2023-11-02T04:55:32.804114Z
        • @@ -3031,7 +3031,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-11-02T04:58:57.339123Z +
            2023-11-02T05:00:32.804114Z
          • @@ -3050,7 +3050,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • subscription_id
            : -
            8f106a8b-cfc7-47fc-91a3-c1f570f915b2 +
            6830028c-a3ec-48b1-8d65-7e2d683707f4
          @@ -3124,12 +3124,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • url
          : -
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/6ea1a6c4-09a7-4255-a713-d4104bfb8fa0 +
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/be4d3b93-e335-4c68-8753-894b387fe651
        • initiated_at
          : -
          2023-11-02T04:53:59.775122Z +
          2023-11-02T04:55:35.122758Z
        • @@ -3157,7 +3157,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -3196,7 +3196,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • Date
        : -
        Thu, 02 Nov 2023 04:53:59 GMT +
        Thu, 02 Nov 2023 04:55:35 GMT
      • @@ -3220,12 +3220,12 @@

        scenarios.astm.utm.FlightIntentValidation

      • elapsed_s
        : -
        0.013576 +
        0.01331
      • reported
        : -
        2023-11-02T04:53:59.791512Z +
        2023-11-02T04:55:35.138806Z
      • @@ -3265,7 +3265,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.339123Z +
        2023-11-02T05:00:32.804114Z
      @@ -3282,7 +3282,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    @@ -3422,7 +3422,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • id
      : -
      6ea1a6c4-09a7-4255-a713-d4104bfb8fa0 +
      be4d3b93-e335-4c68-8753-894b387fe651
    • @@ -3432,7 +3432,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • ovn
      : -
      Ycc9gw3wH8RxZhWtXRjPFD-jFBp7JLkstsexRh.oFbQ_ +
      kEl.I.Zm-FgqrdJjycDqc3oF-EAwYPCHhHI9TW5thW4_
    • @@ -3442,7 +3442,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • subscription_id
      : -
      8f106a8b-cfc7-47fc-91a3-c1f570f915b2 +
      6830028c-a3ec-48b1-8d65-7e2d683707f4
    • @@ -3455,7 +3455,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:58:57.339123Z +
      2023-11-02T05:00:32.804114Z
    @@ -3472,7 +3472,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • value
    : -
    2023-11-02T04:53:57.339123Z +
    2023-11-02T04:55:32.804114Z
  • @@ -3574,7 +3574,7 @@

    scenarios.astm.utm.FlightIntentValidation

    @@ -3592,12 +3592,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f0f24ee0-043d-44bc-80f7-6fe5d3a7a594 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/346847a2-d838-4ae4-8f01-c31db3af0ca0
  • initiated_at
    : -
    2023-11-02T04:53:59.812949Z +
    2023-11-02T04:55:35.157962Z
  • @@ -3630,7 +3630,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -3669,7 +3669,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Date
    : -
    Thu, 02 Nov 2023 04:53:59 GMT +
    Thu, 02 Nov 2023 04:55:35 GMT
  • @@ -3693,12 +3693,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • elapsed_s
    : -
    0.028416 +
    0.027185
  • reported
    : -
    2023-11-02T04:53:59.842152Z +
    2023-11-02T04:55:35.185990Z
  • @@ -3754,7 +3754,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • @@ -3777,7 +3777,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.685140Z +
    2023-11-02T04:55:35.037327Z
  • @@ -3815,7 +3815,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -3966,7 +3966,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -3983,7 +3983,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -4001,7 +4001,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        6682d0ae-5b71-4a87-9182-40e55f1f55ba +
        1459ea47-6789-4dc8-93b7-5fab3d9888dc
      @@ -4035,7 +4035,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4049,12 +4049,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.002728 +
      0.003559
    • reported
      : -
      2023-11-02T04:53:59.688577Z +
      2023-11-02T04:55:35.041595Z
    • @@ -4119,7 +4119,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:53:59.843767Z +
      2023-11-02T04:55:35.186947Z
    • @@ -4157,7 +4157,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -4308,7 +4308,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -4325,7 +4325,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -4343,7 +4343,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        e15958c9-7516-4b0f-afd9-2d8e229b0a2f +
        6576f503-8544-4ece-9ab2-d45acf2a8c22
      @@ -4377,7 +4377,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4391,12 +4391,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.00297 +
      0.003403
    • reported
      : -
      2023-11-02T04:53:59.847528Z +
      2023-11-02T04:55:35.191203Z
    • @@ -4457,10 +4457,10 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -4478,12 +4478,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/28179d94-ae56-4b25-bac8-25fecb543645 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/fc5079fa-37b4-4785-967a-85003fb7ce4f
  • initiated_at
    : -
    2023-11-02T04:53:59.850624Z +
    2023-11-02T04:55:35.193814Z
  • @@ -4521,7 +4521,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4674,7 +4674,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -4691,7 +4691,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.339123Z +
        2023-11-02T05:00:32.804114Z
      • @@ -4804,7 +4804,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        29910694-c209-4f4d-ba79-13d2958c3e3c +
        2b2f3bab-3b4f-4c96-aa20-2512df0394d1
      @@ -4838,7 +4838,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4862,12 +4862,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.067461 +
      0.062967
    • reported
      : -
      2023-11-02T04:53:59.918990Z +
      2023-11-02T04:55:35.257697Z
    • @@ -4931,7 +4931,7 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -4949,12 +4949,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/bf34851f-5ce3-4a2f-9657-b3173494e0d0 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5cce564-0a86-4e88-9ff3-56eb0cf748f8
  • initiated_at
    : -
    2023-11-02T04:53:59.927179Z +
    2023-11-02T04:55:35.265255Z
  • @@ -4992,7 +4992,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -5145,7 +5145,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.347723Z +
      2023-11-02T04:55:32.812067Z
    • @@ -5162,7 +5162,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.347723Z +
        2023-11-02T05:00:32.812067Z
      • @@ -5275,7 +5275,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        efe19735-e46d-425b-a42b-8b1ba25bc9fc +
        afb3a63f-3fa2-43f0-b57c-6cca0da8ce72
      @@ -5309,7 +5309,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -5333,12 +5333,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.053961 +
      0.050554
    • reported
      : -
      2023-11-02T04:53:59.982128Z +
      2023-11-02T04:55:35.316809Z
    • @@ -5351,7 +5351,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • notes
      : -
      Requested flight (priority 0) intersected uss1's operational intent 4b94591a-bdb5-437b-93b8-ffd9f9cc6139 (priority 0) +
      Requested flight (priority 0) intersected uss1's operational intent ea23fcc3-8868-43da-b021-af412baf9b2e (priority 0)
    • @@ -5407,7 +5407,7 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -5430,7 +5430,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:53:59.920567Z +
    2023-11-02T04:55:35.258564Z
  • @@ -5468,7 +5468,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -5619,7 +5619,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.339123Z +
      2023-11-02T04:55:32.804114Z
    • @@ -5636,7 +5636,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.342136Z +
        2023-12-04T05:00:33.806873Z
      • @@ -5654,7 +5654,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        ce420164-500d-45e6-8231-56b4d0f3adf0 +
        09fc5721-7e57-4d7b-95cd-bd018a1467e0
      @@ -5688,7 +5688,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:53:59 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -5702,12 +5702,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003226 +
      0.00346
    • reported
      : -
      2023-11-02T04:53:59.924590Z +
      2023-11-02T04:55:35.262828Z
    • @@ -5721,7 +5721,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • id
        : -
        4b94591a-bdb5-437b-93b8-ffd9f9cc6139 +
        ea23fcc3-8868-43da-b021-af412baf9b2e
      • @@ -5754,7 +5754,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.339123Z +
          2023-11-02T04:55:32.804114Z
        • @@ -5771,7 +5771,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-11-02T04:58:57.339123Z +
            2023-11-02T05:00:32.804114Z
          • @@ -5790,7 +5790,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • subscription_id
            : -
            bc3d8dfe-04a9-401b-bc74-f57a65e63075 +
            159d08e7-bff8-4ca7-8aea-e0c7fa42d29e
          @@ -5853,7 +5853,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • initiated_at
          : -
          2023-11-02T04:53:59.983230Z +
          2023-11-02T04:55:35.317990Z
        • @@ -5891,7 +5891,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -6042,7 +6042,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.339123Z +
          2023-11-02T04:55:32.804114Z
        • @@ -6059,7 +6059,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-12-04T04:58:58.342136Z +
            2023-12-04T05:00:33.806873Z
          • @@ -6077,7 +6077,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • request_id
            : -
            17265850-f661-462a-bc81-1240109f7008 +
            9490250a-3b8f-423c-8168-21d14ae269d2
          @@ -6111,7 +6111,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Date
          : -
          Thu, 02 Nov 2023 04:53:59 GMT +
          Thu, 02 Nov 2023 04:55:35 GMT
        • @@ -6125,12 +6125,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • elapsed_s
          : -
          0.003503 +
          0.003962
        • reported
          : -
          2023-11-02T04:53:59.987621Z +
          2023-11-02T04:55:35.322864Z
        • @@ -6144,7 +6144,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • id
            : -
            4b94591a-bdb5-437b-93b8-ffd9f9cc6139 +
            ea23fcc3-8868-43da-b021-af412baf9b2e
          • @@ -6177,7 +6177,7 @@

            scenarios.astm.utm.FlightIntentValidation

            • value
              : -
              2023-11-02T04:53:57.339123Z +
              2023-11-02T04:55:32.804114Z
            • @@ -6194,7 +6194,7 @@

              scenarios.astm.utm.FlightIntentValidation

              • value
                : -
                2023-11-02T04:58:57.339123Z +
                2023-11-02T05:00:32.804114Z
              • @@ -6213,7 +6213,7 @@

                scenarios.astm.utm.FlightIntentValidation

              • subscription_id
                : -
                bc3d8dfe-04a9-401b-bc74-f57a65e63075 +
                159d08e7-bff8-4ca7-8aea-e0c7fa42d29e
              diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s6.html b/artifacts/uss_qualifier/reports/uspace/sequence/s6.html index 0e0850c0f4..408828db93 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s6.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s6.html @@ -91,7 +91,7 @@
              -

              Validation of operational intents

              +

              Validation of operational intents

              scenarios.astm.utm.FlightIntentValidation

    - Setup + Setup - Check for flight planning readiness + Check for flight planning readiness 2 🌐
    - Area clearing + Area clearing 4 🌐
    - Attempt to plan invalid flight intents + Attempt to plan invalid flight intents - Attempt to plan flight intent too far ahead of time + Attempt to plan flight intent too far ahead of time 6 🌐
    - Validate flight intent too far ahead of time not planned + Validate flight intent too far ahead of time not planned 9 🌐
    - Validate transition to Ended state after cancellation + Validate transition to Ended state after cancellation - Plan flight intent + Plan flight intent 13 🌐
    - Validate flight intent shared correctly + Validate flight intent shared correctly 16 🌐
    - Cancel flight intent + Cancel flight intent 26 🌐
    - Validate flight intent is non-discoverable + Validate flight intent is non-discoverable 28 🌐
    - Validate precision of intersection computations + Validate precision of intersection computations - Plan control flight intent + Plan control flight intent 32 🌐
    - Attempt to plan flight conflicting by a tiny overlap + Attempt to plan flight conflicting by a tiny overlap 35 🌐
    - Validate conflicting flight not planned + Validate conflicting flight not planned 38 🌐
    @@ -119,10 +119,10 @@

    scenarios.astm.utm.FlightIntentValidation

    @@ -145,7 +145,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.017331Z +
    2023-11-02T04:55:35.352015Z
  • @@ -173,7 +173,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -212,7 +212,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Date
    : -
    Thu, 02 Nov 2023 04:54:00 GMT +
    Thu, 02 Nov 2023 04:55:35 GMT
  • @@ -236,12 +236,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • elapsed_s
    : -
    0.006387 +
    0.004323
  • reported
    : -
    2023-11-02T04:54:00.027102Z +
    2023-11-02T04:55:35.358974Z
  • @@ -254,7 +254,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • version
    : -
    interuss/monitoring/v0.0.0-cf9772d +
    interuss/monitoring/v0.0.0-eaa6227
  • @@ -291,7 +291,7 @@

    scenarios.astm.utm.FlightIntentValidation

    @@ -314,7 +314,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.034087Z +
    2023-11-02T04:55:35.365408Z
  • @@ -352,7 +352,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -364,7 +364,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • request_id
      : -
      597c35a4-9891-4da2-8c9e-aab9a89c60b9 +
      bbb23a82-ad1e-43eb-a7a4-98495b0550cc
    • @@ -508,7 +508,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:53:57.372917Z +
        2023-11-02T04:55:32.835699Z
      • @@ -525,7 +525,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-12-04T04:58:58.375743Z +
          2023-12-04T05:00:33.838388Z
        • @@ -572,7 +572,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Date
          : -
          Thu, 02 Nov 2023 04:54:00 GMT +
          Thu, 02 Nov 2023 04:55:35 GMT
        • @@ -596,12 +596,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • elapsed_s
          : -
          0.035812 +
          0.01684
        • reported
          : -
          2023-11-02T04:54:00.070851Z +
          2023-11-02T04:55:35.383093Z
        • @@ -650,7 +650,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • timestamp
          : -
          2023-11-02T04:54:00.068737Z +
          2023-11-02T04:55:35.381673Z
        @@ -691,10 +691,10 @@

        scenarios.astm.utm.FlightIntentValidation

    @@ -712,12 +712,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/ddc4e701-7e3a-4751-94fb-15ac8ee5a7ca +
    http://scdsc.uss2.localutm/scdsc/v1/flights/4ff1fd65-c8f3-4568-8ef6-732e01955382
  • initiated_at
    : -
    2023-11-02T04:54:00.079302Z +
    2023-11-02T04:55:35.390368Z
  • @@ -755,7 +755,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -905,7 +905,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-12-04T04:53:58.375743Z +
      2023-12-04T04:55:33.838388Z
    • @@ -922,7 +922,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -1021,7 +1021,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        f40ffc3a-e94f-43d7-8d38-1e5cf97260e3 +
        895982f9-1aa9-4ae8-9454-4e4d89983e08
      @@ -1055,7 +1055,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1079,12 +1079,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.023112 +
      0.018948
    • reported
      : -
      2023-11-02T04:54:00.103324Z +
      2023-11-02T04:55:35.410110Z
    • @@ -1144,7 +1144,7 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -1167,7 +1167,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.071855Z +
    2023-11-02T04:55:35.384009Z
  • @@ -1205,7 +1205,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -1356,7 +1356,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -1373,7 +1373,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -1391,7 +1391,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        f581712f-ae0e-4029-97b7-1c9c08d2b3d6 +
        a1d79f57-4b19-4f52-9aeb-9fcbe5b43360
      @@ -1425,7 +1425,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1439,12 +1439,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003392 +
      0.002605
    • reported
      : -
      2023-11-02T04:54:00.076062Z +
      2023-11-02T04:55:35.387380Z
    • @@ -1511,7 +1511,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:54:00.104210Z +
      2023-11-02T04:55:35.410979Z
    • @@ -1549,7 +1549,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -1700,7 +1700,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -1717,7 +1717,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -1735,7 +1735,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        92d363d1-48f9-402a-b0fb-552ba39b2549 +
        cd4279fc-1d86-4834-b5c6-32f1261ec66b
      @@ -1769,7 +1769,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1783,12 +1783,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003386 +
      0.002602
    • reported
      : -
      2023-11-02T04:54:00.108427Z +
      2023-11-02T04:55:35.414292Z
    • @@ -1855,10 +1855,10 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -1876,12 +1876,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/9a75d58c-306b-4b3a-9caa-c68d5630167f +
    http://scdsc.uss2.localutm/scdsc/v1/flights/4f32c292-44d6-436f-83cf-e6a136136665
  • initiated_at
    : -
    2023-11-02T04:54:00.119638Z +
    2023-11-02T04:55:35.424872Z
  • @@ -1919,7 +1919,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -2069,7 +2069,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -2086,7 +2086,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.372917Z +
        2023-11-02T05:00:32.835699Z
      • @@ -2185,7 +2185,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        9afec1ba-b031-4f7a-8edd-07c3890aba11 +
        0c24c6aa-db63-405e-9d92-3fc810a96cd9
      @@ -2219,7 +2219,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2243,12 +2243,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.06951 +
      0.060599
    • reported
      : -
      2023-11-02T04:54:00.190026Z +
      2023-11-02T04:55:35.486313Z
    • @@ -2256,7 +2256,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • operational_intent_id
        : -
        86ef98a6-b73a-426f-ba9a-59ffb051cbae +
        f1bfdf0e-763a-4dd5-9941-6032144c1485
      • @@ -2308,7 +2308,7 @@

        scenarios.astm.utm.FlightIntentValidation

    @@ -2331,7 +2331,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.113400Z +
    2023-11-02T04:55:35.418943Z
  • @@ -2369,7 +2369,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -2520,7 +2520,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -2537,7 +2537,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -2555,7 +2555,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        ef6aa167-0a2b-467e-bb84-7a21412026f0 +
        0f8c5e39-dc13-4dd6-8d90-6d3276d42041
      @@ -2589,7 +2589,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2603,12 +2603,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.00247 +
      0.002251
    • reported
      : -
      2023-11-02T04:54:00.116524Z +
      2023-11-02T04:55:35.421862Z
    • @@ -2675,7 +2675,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:54:00.190992Z +
      2023-11-02T04:55:35.487404Z
    • @@ -2713,7 +2713,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -2864,7 +2864,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -2881,7 +2881,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -2899,7 +2899,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        0b9e5b77-5e64-4d2f-8853-08dc5af54461 +
        648ca4e8-5eba-4862-8ce9-1894ef0e4b18
      @@ -2933,7 +2933,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2947,12 +2947,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.003928 +
      0.003341
    • reported
      : -
      2023-11-02T04:54:00.195740Z +
      2023-11-02T04:55:35.491553Z
    • @@ -2966,7 +2966,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • id
        : -
        86ef98a6-b73a-426f-ba9a-59ffb051cbae +
        f1bfdf0e-763a-4dd5-9941-6032144c1485
      • @@ -2999,7 +2999,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.372917Z +
          2023-11-02T04:55:32.835699Z
        • @@ -3016,7 +3016,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-11-02T04:58:57.372917Z +
            2023-11-02T05:00:32.835699Z
          • @@ -3035,7 +3035,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • subscription_id
            : -
            1b0db9ba-dc17-4fbe-ac65-fcb0657debbf +
            c70bd108-02eb-4963-bf8c-1b39ace1f902
          @@ -3115,12 +3115,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • url
          : -
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/86ef98a6-b73a-426f-ba9a-59ffb051cbae +
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/f1bfdf0e-763a-4dd5-9941-6032144c1485
        • initiated_at
          : -
          2023-11-02T04:54:00.197082Z +
          2023-11-02T04:55:35.492823Z
        • @@ -3148,7 +3148,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -3187,7 +3187,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • Date
        : -
        Thu, 02 Nov 2023 04:54:00 GMT +
        Thu, 02 Nov 2023 04:55:35 GMT
      • @@ -3211,12 +3211,12 @@

        scenarios.astm.utm.FlightIntentValidation

      • elapsed_s
        : -
        0.01303 +
        0.011474
      • reported
        : -
        2023-11-02T04:54:00.212756Z +
        2023-11-02T04:55:35.506902Z
      • @@ -3256,7 +3256,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.372917Z +
        2023-11-02T05:00:32.835699Z
      @@ -3273,7 +3273,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    @@ -3413,7 +3413,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • id
      : -
      86ef98a6-b73a-426f-ba9a-59ffb051cbae +
      f1bfdf0e-763a-4dd5-9941-6032144c1485
    • @@ -3423,7 +3423,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • ovn
      : -
      c5pti4SGp0QoahyUN4Zx8zIjoD5a3d2wQstSYJ1ymEQ_ +
      InjDVls-bF1rfhksI7GTmzG27QdqvBOrbUQLQtXStLY_
    • @@ -3433,7 +3433,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • subscription_id
      : -
      1b0db9ba-dc17-4fbe-ac65-fcb0657debbf +
      c70bd108-02eb-4963-bf8c-1b39ace1f902
    • @@ -3446,7 +3446,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:58:57.372917Z +
      2023-11-02T05:00:32.835699Z
    @@ -3463,7 +3463,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • value
    : -
    2023-11-02T04:53:57.372917Z +
    2023-11-02T04:55:32.835699Z
  • @@ -3577,7 +3577,7 @@

    scenarios.astm.utm.FlightIntentValidation

    @@ -3595,12 +3595,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/9a75d58c-306b-4b3a-9caa-c68d5630167f +
    http://scdsc.uss2.localutm/scdsc/v1/flights/4f32c292-44d6-436f-83cf-e6a136136665
  • initiated_at
    : -
    2023-11-02T04:54:00.233236Z +
    2023-11-02T04:55:35.526601Z
  • @@ -3633,7 +3633,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -3672,7 +3672,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Date
    : -
    Thu, 02 Nov 2023 04:54:00 GMT +
    Thu, 02 Nov 2023 04:55:35 GMT
  • @@ -3696,12 +3696,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • elapsed_s
    : -
    0.027943 +
    0.02476
  • reported
    : -
    2023-11-02T04:54:00.262043Z +
    2023-11-02T04:55:35.552133Z
  • @@ -3746,7 +3746,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • @@ -3769,7 +3769,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.109491Z +
    2023-11-02T04:55:35.415605Z
  • @@ -3807,7 +3807,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -3958,7 +3958,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -3975,7 +3975,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -3993,7 +3993,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        a1205636-8bd3-432b-8baf-4632f5a5bd54 +
        cc6c930c-2a82-4ed7-a602-b793a4be2130
      @@ -4027,7 +4027,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4041,12 +4041,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.002883 +
      0.002402
    • reported
      : -
      2023-11-02T04:54:00.113170Z +
      2023-11-02T04:55:35.418706Z
    • @@ -4113,7 +4113,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • initiated_at
      : -
      2023-11-02T04:54:00.262831Z +
      2023-11-02T04:55:35.552975Z
    • @@ -4151,7 +4151,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -4302,7 +4302,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -4319,7 +4319,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -4337,7 +4337,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        6ac238e8-8fb3-4e0d-907f-bf4cfd82e3a3 +
        8426595d-d0c9-4c2a-a50c-6ca5664db176
      @@ -4371,7 +4371,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4385,12 +4385,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.004566 +
      0.004366
    • reported
      : -
      2023-11-02T04:54:00.268244Z +
      2023-11-02T04:55:35.558110Z
    • @@ -4457,10 +4457,10 @@

      scenarios.astm.utm.FlightIntentValidation

    @@ -4478,12 +4478,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/4ce6513c-4184-4b47-b51f-05bd7536b636 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/1e740414-1125-4668-bf4a-d833d75d633e
  • initiated_at
    : -
    2023-11-02T04:54:00.273694Z +
    2023-11-02T04:55:35.562294Z
  • @@ -4521,7 +4521,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4671,7 +4671,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -4688,7 +4688,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.372917Z +
        2023-11-02T05:00:32.835699Z
      • @@ -4787,7 +4787,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        45d38382-6243-4129-891a-df8404db7377 +
        054f45c7-9d1d-4a9c-8c12-0d8c485a7de6
      @@ -4821,7 +4821,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -4845,12 +4845,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.081287 +
      0.062123
    • reported
      : -
      2023-11-02T04:54:00.355918Z +
      2023-11-02T04:55:35.625439Z
    • @@ -4858,7 +4858,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • operational_intent_id
        : -
        cada8dd0-dd06-41ab-bf12-60afa3c239ca +
        66a76350-0905-4fbc-b989-7a8c79dba5b7
      • @@ -4910,7 +4910,7 @@

        scenarios.astm.utm.FlightIntentValidation

    @@ -4928,12 +4928,12 @@

    scenarios.astm.utm.FlightIntentValidation

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/831354d2-caa6-4261-ae7c-7b2fed809260 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/f1f721f4-dce6-434e-8d43-4bd8e152a622
  • initiated_at
    : -
    2023-11-02T04:54:00.365824Z +
    2023-11-02T04:55:35.634456Z
  • @@ -4971,7 +4971,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -5121,7 +5121,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.381251Z +
      2023-11-02T04:55:32.843518Z
    • @@ -5138,7 +5138,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-11-02T04:58:57.381251Z +
        2023-11-02T05:00:32.843518Z
      • @@ -5237,7 +5237,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        812cab96-d2ea-4130-a057-28263df8baf9 +
        2cf99eeb-1b7f-414f-a77e-29cf635ab4a6
      @@ -5271,7 +5271,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -5295,12 +5295,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.058799 +
      0.048705
    • reported
      : -
      2023-11-02T04:54:00.426276Z +
      2023-11-02T04:55:35.684065Z
    • @@ -5308,7 +5308,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • notes
        : -
        Requested flight (priority 0) intersected uss2's operational intent cada8dd0-dd06-41ab-bf12-60afa3c239ca (priority 0) +
        Requested flight (priority 0) intersected uss2's operational intent 66a76350-0905-4fbc-b989-7a8c79dba5b7 (priority 0)
      • @@ -5360,7 +5360,7 @@

        scenarios.astm.utm.FlightIntentValidation

    @@ -5383,7 +5383,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • initiated_at
    : -
    2023-11-02T04:54:00.357009Z +
    2023-11-02T04:55:35.626504Z
  • @@ -5421,7 +5421,7 @@

    scenarios.astm.utm.FlightIntentValidation

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -5572,7 +5572,7 @@

    scenarios.astm.utm.FlightIntentValidation

    • value
      : -
      2023-11-02T04:53:57.372917Z +
      2023-11-02T04:55:32.835699Z
    • @@ -5589,7 +5589,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • value
        : -
        2023-12-04T04:58:58.375743Z +
        2023-12-04T05:00:33.838388Z
      • @@ -5607,7 +5607,7 @@

        scenarios.astm.utm.FlightIntentValidation

      • request_id
        : -
        03bc9ad6-3af4-496f-80d1-1dfc8fb6ebca +
        f8405567-4d81-460e-bfce-1bf36845a7af
      @@ -5641,7 +5641,7 @@

      scenarios.astm.utm.FlightIntentValidation

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -5655,12 +5655,12 @@

      scenarios.astm.utm.FlightIntentValidation

    • elapsed_s
      : -
      0.004409 +
      0.003599
    • reported
      : -
      2023-11-02T04:54:00.362235Z +
      2023-11-02T04:55:35.631024Z
    • @@ -5674,7 +5674,7 @@

      scenarios.astm.utm.FlightIntentValidation

      • id
        : -
        cada8dd0-dd06-41ab-bf12-60afa3c239ca +
        66a76350-0905-4fbc-b989-7a8c79dba5b7
      • @@ -5707,7 +5707,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.372917Z +
          2023-11-02T04:55:32.835699Z
        • @@ -5724,7 +5724,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-11-02T04:58:57.372917Z +
            2023-11-02T05:00:32.835699Z
          • @@ -5743,7 +5743,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • subscription_id
            : -
            a49a498d-087e-4f90-9a29-9345f06b3b3f +
            fcbd4680-6951-4d29-a5b2-72f7419f8bcc
          @@ -5808,7 +5808,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • initiated_at
          : -
          2023-11-02T04:54:00.427831Z +
          2023-11-02T04:55:35.685081Z
        • @@ -5846,7 +5846,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -5997,7 +5997,7 @@

        scenarios.astm.utm.FlightIntentValidation

        • value
          : -
          2023-11-02T04:53:57.372917Z +
          2023-11-02T04:55:32.835699Z
        • @@ -6014,7 +6014,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • value
            : -
            2023-12-04T04:58:58.375743Z +
            2023-12-04T05:00:33.838388Z
          • @@ -6032,7 +6032,7 @@

            scenarios.astm.utm.FlightIntentValidation

          • request_id
            : -
            546baa34-5763-482d-8872-9fb747ed9611 +
            a3db1660-a95c-4bc6-b076-82613d893dea
          @@ -6066,7 +6066,7 @@

          scenarios.astm.utm.FlightIntentValidation

        • Date
          : -
          Thu, 02 Nov 2023 04:54:00 GMT +
          Thu, 02 Nov 2023 04:55:35 GMT
        • @@ -6080,12 +6080,12 @@

          scenarios.astm.utm.FlightIntentValidation

        • elapsed_s
          : -
          0.003959 +
          0.003845
        • reported
          : -
          2023-11-02T04:54:00.432654Z +
          2023-11-02T04:55:35.689741Z
        • @@ -6099,7 +6099,7 @@

          scenarios.astm.utm.FlightIntentValidation

          • id
            : -
            cada8dd0-dd06-41ab-bf12-60afa3c239ca +
            66a76350-0905-4fbc-b989-7a8c79dba5b7
          • @@ -6132,7 +6132,7 @@

            scenarios.astm.utm.FlightIntentValidation

            • value
              : -
              2023-11-02T04:53:57.372917Z +
              2023-11-02T04:55:32.835699Z
            • @@ -6149,7 +6149,7 @@

              scenarios.astm.utm.FlightIntentValidation

              • value
                : -
                2023-11-02T04:58:57.372917Z +
                2023-11-02T05:00:32.835699Z
              • @@ -6168,7 +6168,7 @@

                scenarios.astm.utm.FlightIntentValidation

              • subscription_id
                : -
                a49a498d-087e-4f90-9a29-9345f06b3b3f +
                fcbd4680-6951-4d29-a5b2-72f7419f8bcc
              diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s7.html b/artifacts/uss_qualifier/reports/uspace/sequence/s7.html index 50287fbd94..08cf508044 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s7.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s7.html @@ -91,7 +91,7 @@
    - Setup + Setup - Check for flight planning readiness + Check for flight planning readiness 2 🌐
    - Area clearing + Area clearing 4 🌐
    - Attempt to plan invalid flight intents + Attempt to plan invalid flight intents - Attempt to plan flight intent too far ahead of time + Attempt to plan flight intent too far ahead of time 6 🌐
    - Validate flight intent too far ahead of time not planned + Validate flight intent too far ahead of time not planned 9 🌐
    - Validate transition to Ended state after cancellation + Validate transition to Ended state after cancellation - Plan flight intent + Plan flight intent 13 🌐
    - Validate flight intent shared correctly + Validate flight intent shared correctly 16 🌐
    - Cancel flight intent + Cancel flight intent 26 🌐
    - Validate flight intent is non-discoverable + Validate flight intent is non-discoverable 28 🌐
    - Validate precision of intersection computations + Validate precision of intersection computations - Plan control flight intent + Plan control flight intent 32 🌐
    - Attempt to plan flight conflicting by a tiny overlap + Attempt to plan flight conflicting by a tiny overlap 35 🌐
    - Validate conflicting flight not planned + Validate conflicting flight not planned 38 🌐
    @@ -120,10 +120,10 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -146,7 +146,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.464824Z +
    2023-11-02T04:55:35.719341Z
  • @@ -174,7 +174,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -213,7 +213,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:00 GMT +
    Thu, 02 Nov 2023 04:55:35 GMT
  • @@ -237,12 +237,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003855 +
    0.003571
  • reported
    : -
    2023-11-02T04:54:00.469495Z +
    2023-11-02T04:55:35.723690Z
  • @@ -323,7 +323,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.470180Z +
    2023-11-02T04:55:35.724228Z
  • @@ -351,7 +351,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -390,7 +390,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:00 GMT +
    Thu, 02 Nov 2023 04:55:35 GMT
  • @@ -414,12 +414,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003213 +
    0.003209
  • reported
    : -
    2023-11-02T04:54:00.474185Z +
    2023-11-02T04:55:35.728106Z
  • @@ -480,7 +480,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -503,7 +503,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.486149Z +
    2023-11-02T04:55:35.738943Z
  • @@ -541,7 +541,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -553,7 +553,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • request_id
      : -
      9064fa1a-eeaa-494d-9910-4eddb6120e44 +
      13fecd37-548d-46ae-86e5-ad10fadb6091
    • @@ -697,7 +697,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.427501Z +
        2023-11-02T04:55:32.887225Z
      • @@ -714,7 +714,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.450694Z +
          2023-11-02T05:03:33.908972Z
        • @@ -761,7 +761,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:00 GMT +
          Thu, 02 Nov 2023 04:55:35 GMT
        • @@ -785,12 +785,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.019608 +
          0.017636
        • reported
          : -
          2023-11-02T04:54:00.506662Z +
          2023-11-02T04:55:35.757420Z
        • @@ -873,7 +873,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:00.508696Z +
          2023-11-02T04:55:35.759272Z
        • @@ -911,7 +911,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
        @@ -923,7 +923,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • request_id
          : -
          f7c40bfc-ae48-4d08-95ea-7041ea549c8e +
          d6d4007a-85b8-418a-b774-951b25b2a392
        • @@ -1067,7 +1067,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.427501Z +
            2023-11-02T04:55:32.887225Z
          • @@ -1084,7 +1084,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.450694Z +
              2023-11-02T05:03:33.908972Z
            • @@ -1131,7 +1131,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:00 GMT +
              Thu, 02 Nov 2023 04:55:35 GMT
            • @@ -1155,12 +1155,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.019198 +
              0.017092
            • reported
              : -
              2023-11-02T04:54:00.528823Z +
              2023-11-02T04:55:35.777184Z
            • @@ -1223,10 +1223,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -1244,12 +1244,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/8f700387-8cfd-4b43-be55-260cfde5c8b0 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/7980bd87-6943-4968-bf11-75c61db3800b
  • initiated_at
    : -
    2023-11-02T04:54:00.535961Z +
    2023-11-02T04:55:35.783850Z
  • @@ -1287,7 +1287,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -1457,7 +1457,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.436207Z +
      2023-11-02T04:55:32.895527Z
    • @@ -1474,7 +1474,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.436207Z +
        2023-11-02T05:03:33.895527Z
      • @@ -1597,7 +1597,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        af10d71a-8a62-46ef-9df4-b67979d21241 +
        b2ba8a7d-0753-4668-89e2-c23167e1936c
      @@ -1631,7 +1631,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -1655,12 +1655,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.082111 +
      0.075455
    • reported
      : -
      2023-11-02T04:54:00.619054Z +
      2023-11-02T04:55:35.860242Z
    • @@ -1724,7 +1724,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -1747,7 +1747,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.529842Z +
    2023-11-02T04:55:35.778174Z
  • @@ -1785,7 +1785,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -1936,7 +1936,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -1953,7 +1953,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -1971,7 +1971,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        cc0ac16c-96b1-49e9-a003-51c556748f1a +
        7c8ed003-5f01-4efd-b1b0-9e1b03d3a332
      @@ -2005,7 +2005,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2019,12 +2019,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003057 +
      0.002789
    • reported
      : -
      2023-11-02T04:54:00.533745Z +
      2023-11-02T04:55:35.781769Z
    • @@ -2089,7 +2089,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:00.620107Z +
      2023-11-02T04:55:35.861770Z
    • @@ -2127,7 +2127,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -2278,7 +2278,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -2295,7 +2295,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -2313,7 +2313,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        8325450d-ce63-4d8f-b8be-6ed84727248b +
        f34aab83-df66-4e8d-81ce-f63ba41675c0
      @@ -2347,7 +2347,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -2361,12 +2361,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004061 +
      0.003585
    • reported
      : -
      2023-11-02T04:54:00.625007Z +
      2023-11-02T04:55:35.866177Z
    • @@ -2380,7 +2380,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        8e771b0b-74f4-4012-aed1-254bec64aa8c +
        75955793-2db1-4b80-873b-8950c7ec7de0
      • @@ -2413,7 +2413,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.436207Z +
          2023-11-02T04:55:32.895527Z
        • @@ -2430,7 +2430,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.436207Z +
            2023-11-02T05:03:33.895527Z
          • @@ -2449,7 +2449,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ce86f60d-c8fd-40c0-9694-3aa55bc3b454 +
            65aec137-5db0-4002-bbaf-9baf1ddee00d
          @@ -2523,12 +2523,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/8e771b0b-74f4-4012-aed1-254bec64aa8c +
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/75955793-2db1-4b80-873b-8950c7ec7de0
        • initiated_at
          : -
          2023-11-02T04:54:00.627695Z +
          2023-11-02T04:55:35.867924Z
        • @@ -2556,7 +2556,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -2595,7 +2595,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:00 GMT +
        Thu, 02 Nov 2023 04:55:35 GMT
      • @@ -2619,12 +2619,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.013599 +
        0.01238
      • reported
        : -
        2023-11-02T04:54:00.642077Z +
        2023-11-02T04:55:35.881018Z
      • @@ -2664,7 +2664,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.436207Z +
        2023-11-02T05:03:33.895527Z
      @@ -2681,7 +2681,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.436207Z +
      2023-11-02T04:55:32.895527Z
    @@ -2838,7 +2838,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      8e771b0b-74f4-4012-aed1-254bec64aa8c +
      75955793-2db1-4b80-873b-8950c7ec7de0
    • @@ -2848,7 +2848,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      I1Cuzvjgsvpt3aN1yHna3vU1c7GA8rp3ah5O9bpn7ME_ +
      pfzDRhjokfDgcXQRNW1JMiYkGYkQrxxj5bLwBb3Puww_
    • @@ -2858,7 +2858,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      ce86f60d-c8fd-40c0-9694-3aa55bc3b454 +
      65aec137-5db0-4002-bbaf-9baf1ddee00d
    • @@ -2871,7 +2871,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.436207Z +
      2023-11-02T05:03:33.895527Z
    @@ -2888,7 +2888,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.436207Z +
    2023-11-02T04:55:32.895527Z
  • @@ -2990,7 +2990,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -3008,12 +3008,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f07745a2-a523-41df-aec3-f0d941689514 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/50b03cb7-2462-40b3-8c0c-0d9036b9195f
  • initiated_at
    : -
    2023-11-02T04:54:00.670160Z +
    2023-11-02T04:55:35.907689Z
  • @@ -3051,7 +3051,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -3221,7 +3221,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -3238,7 +3238,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.427501Z +
        2023-11-02T05:03:33.887225Z
      • @@ -3361,7 +3361,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7bb2e46e-cd01-48b6-8e5b-7b5eedd87756 +
        0f30cd69-1d16-409f-a9e4-6d6732127edf
      @@ -3395,7 +3395,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -3419,12 +3419,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.054926 +
      0.051222
    • reported
      : -
      2023-11-02T04:54:00.726038Z +
      2023-11-02T04:55:35.959848Z
    • @@ -3437,7 +3437,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss1's operational intent 8e771b0b-74f4-4012-aed1-254bec64aa8c (priority 100) +
      Requested flight (priority 0) intersected uss1's operational intent 75955793-2db1-4b80-873b-8950c7ec7de0 (priority 100)
    • @@ -3493,7 +3493,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -3516,7 +3516,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.662710Z +
    2023-11-02T04:55:35.900466Z
  • @@ -3554,7 +3554,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -3705,7 +3705,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -3722,7 +3722,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -3740,7 +3740,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        c5f4801b-995f-4338-98f9-02ddae8a45b1 +
        9bc45463-fd14-4559-b356-83c6c5d1f59e
      @@ -3774,7 +3774,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:35 GMT
    • @@ -3788,12 +3788,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004053 +
      0.003941
    • reported
      : -
      2023-11-02T04:54:00.667558Z +
      2023-11-02T04:55:35.905182Z
    • @@ -3807,7 +3807,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        8e771b0b-74f4-4012-aed1-254bec64aa8c +
        75955793-2db1-4b80-873b-8950c7ec7de0
      • @@ -3840,7 +3840,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.436207Z +
          2023-11-02T04:55:32.895527Z
        • @@ -3857,7 +3857,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.436207Z +
            2023-11-02T05:03:33.895527Z
          • @@ -3876,7 +3876,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ce86f60d-c8fd-40c0-9694-3aa55bc3b454 +
            65aec137-5db0-4002-bbaf-9baf1ddee00d
          @@ -3939,7 +3939,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:00.727263Z +
          2023-11-02T04:55:35.960892Z
        • @@ -3977,7 +3977,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -4128,7 +4128,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -4145,7 +4145,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.459330Z +
            2023-11-02T05:03:33.917032Z
          • @@ -4163,7 +4163,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            319ef092-b821-4192-a31c-1741709268ca +
            d911fe5e-a118-4255-a304-23d15e2b81cd
          @@ -4197,7 +4197,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:00 GMT +
          Thu, 02 Nov 2023 04:55:35 GMT
        • @@ -4211,12 +4211,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004223 +
          0.003838
        • reported
          : -
          2023-11-02T04:54:00.732381Z +
          2023-11-02T04:55:35.965538Z
        • @@ -4230,7 +4230,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            8e771b0b-74f4-4012-aed1-254bec64aa8c +
            75955793-2db1-4b80-873b-8950c7ec7de0
          • @@ -4263,7 +4263,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.436207Z +
              2023-11-02T04:55:32.895527Z
            • @@ -4280,7 +4280,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.436207Z +
                2023-11-02T05:03:33.895527Z
              • @@ -4299,7 +4299,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                ce86f60d-c8fd-40c0-9694-3aa55bc3b454 +
                65aec137-5db0-4002-bbaf-9baf1ddee00d
              @@ -4358,7 +4358,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -4376,12 +4376,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/8f700387-8cfd-4b43-be55-260cfde5c8b0 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/7980bd87-6943-4968-bf11-75c61db3800b
  • initiated_at
    : -
    2023-11-02T04:54:00.734910Z +
    2023-11-02T04:55:35.967387Z
  • @@ -4414,7 +4414,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4453,7 +4453,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:00 GMT +
    Thu, 02 Nov 2023 04:55:36 GMT
  • @@ -4477,12 +4477,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.03674 +
    0.035814
  • reported
    : -
    2023-11-02T04:54:00.772482Z +
    2023-11-02T04:55:36.004043Z
  • @@ -4538,10 +4538,10 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -4559,12 +4559,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:00.779914Z +
    2023-11-02T04:55:36.010978Z
  • @@ -4602,7 +4602,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4772,7 +4772,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -4789,7 +4789,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.427501Z +
        2023-11-02T05:03:33.887225Z
      • @@ -4912,7 +4912,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        a453a454-9be6-4ba5-b034-8a09321e5000 +
        b0a8491e-13fa-4371-9849-3c4694f3469c
      @@ -4946,7 +4946,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -4970,12 +4970,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.079296 +
      0.078073
    • reported
      : -
      2023-11-02T04:54:00.860107Z +
      2023-11-02T04:55:36.090017Z
    • @@ -5039,7 +5039,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -5062,7 +5062,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.774218Z +
    2023-11-02T04:55:36.005083Z
  • @@ -5100,7 +5100,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -5251,7 +5251,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -5268,7 +5268,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -5286,7 +5286,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        340062e9-ea47-4440-a645-1cb2a8c6a7f4 +
        b15a5885-8277-438f-893a-b131c6c7c2ac
      @@ -5320,7 +5320,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -5334,12 +5334,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.002744 +
      0.002937
    • reported
      : -
      2023-11-02T04:54:00.777754Z +
      2023-11-02T04:55:36.008833Z
    • @@ -5404,7 +5404,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:00.861837Z +
      2023-11-02T04:55:36.091066Z
    • @@ -5442,7 +5442,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -5593,7 +5593,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -5610,7 +5610,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -5628,7 +5628,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        30e79726-d6c4-419a-ae9f-b1f718a65d74 +
        64e6509f-6e89-4c1e-a3ee-c988a4a232b7
      @@ -5662,7 +5662,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -5676,12 +5676,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003829 +
      0.003506
    • reported
      : -
      2023-11-02T04:54:00.866517Z +
      2023-11-02T04:55:36.095386Z
    • @@ -5695,7 +5695,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -5728,7 +5728,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -5745,7 +5745,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.427501Z +
            2023-11-02T05:03:33.887225Z
          • @@ -5764,7 +5764,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
            c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
          @@ -5838,12 +5838,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
        • initiated_at
          : -
          2023-11-02T04:54:00.867899Z +
          2023-11-02T04:55:36.096964Z
        • @@ -5871,7 +5871,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -5910,7 +5910,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:00 GMT +
        Thu, 02 Nov 2023 04:55:36 GMT
      • @@ -5934,12 +5934,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.013147 +
        0.012645
      • reported
        : -
        2023-11-02T04:54:00.881764Z +
        2023-11-02T04:55:36.110325Z
      • @@ -5979,7 +5979,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.427501Z +
        2023-11-02T05:03:33.887225Z
      @@ -5996,7 +5996,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    @@ -6153,7 +6153,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
      5d2db992-b429-47de-a055-7da0b07a46b3
    • @@ -6163,7 +6163,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      akF3HUZYZJ5h1HkYAZDcgem6SOuYfNCGXackffVoTsY_ +
      2thcUJoXu40FaEtcU0gTrDhTPI01HqgUNI9SHY.zlWg_
    • @@ -6173,7 +6173,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
      c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
    • @@ -6186,7 +6186,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.427501Z +
      2023-11-02T05:03:33.887225Z
    @@ -6203,7 +6203,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.427501Z +
    2023-11-02T04:55:32.887225Z
  • @@ -6305,7 +6305,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -6323,12 +6323,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/1f48308f-bb49-4af9-be8b-6494cb82cac5 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/c84e98d1-0b49-43a0-8328-368e59c61ee8
  • initiated_at
    : -
    2023-11-02T04:54:00.909786Z +
    2023-11-02T04:55:36.138265Z
  • @@ -6366,7 +6366,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -6536,7 +6536,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.436207Z +
      2023-11-02T04:55:32.895527Z
    • @@ -6553,7 +6553,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.436207Z +
        2023-11-02T05:03:33.895527Z
      • @@ -6676,7 +6676,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b8f9efc0-e3cb-45cb-a2a6-9fc2519d60aa +
        5cec3ccd-0ed2-46cb-af68-425066738459
      @@ -6710,7 +6710,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -6734,12 +6734,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.095482 +
      0.088822
    • reported
      : -
      2023-11-02T04:54:01.006448Z +
      2023-11-02T04:55:36.228084Z
    • @@ -6803,7 +6803,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -6826,7 +6826,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:00.902303Z +
    2023-11-02T04:55:36.131136Z
  • @@ -6864,7 +6864,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -7015,7 +7015,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -7032,7 +7032,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -7050,7 +7050,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        596c63d4-19cb-406e-bd5f-5b6d7a730870 +
        db0a74ed-d2d2-4eab-b20b-c0ee5b701716
      @@ -7084,7 +7084,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:00 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -7098,12 +7098,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004165 +
      0.003753
    • reported
      : -
      2023-11-02T04:54:00.907253Z +
      2023-11-02T04:55:36.135668Z
    • @@ -7117,7 +7117,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -7150,7 +7150,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -7167,7 +7167,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.427501Z +
            2023-11-02T05:03:33.887225Z
          • @@ -7186,7 +7186,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
            c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
          @@ -7249,7 +7249,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:01.007430Z +
          2023-11-02T04:55:36.229137Z
        • @@ -7287,7 +7287,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -7438,7 +7438,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -7455,7 +7455,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.459330Z +
            2023-11-02T05:03:33.917032Z
          • @@ -7473,7 +7473,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            aa900f25-8006-4d80-b86e-d55ef01f4bbf +
            79299991-313c-4bd9-a04f-52d2d1e1ef4e
          @@ -7507,7 +7507,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:01 GMT +
          Thu, 02 Nov 2023 04:55:36 GMT
        • @@ -7521,12 +7521,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.005135 +
          0.004218
        • reported
          : -
          2023-11-02T04:54:01.013380Z +
          2023-11-02T04:55:36.234164Z
        • @@ -7540,7 +7540,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
            5d2db992-b429-47de-a055-7da0b07a46b3
          • @@ -7573,7 +7573,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.436207Z +
              2023-11-02T04:55:32.887225Z
            • @@ -7590,7 +7590,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.436207Z +
                2023-11-02T05:03:33.887225Z
              • @@ -7609,7 +7609,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
                c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
              @@ -7621,7 +7621,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                db16019c-d3a4-46e9-9bbf-1764e372eca1
              • @@ -7654,7 +7654,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.427501Z +
                  2023-11-02T04:55:32.895527Z
                • @@ -7671,7 +7671,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.427501Z +
                    2023-11-02T05:03:33.895527Z
                  • @@ -7690,7 +7690,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                    28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
                  @@ -7764,12 +7764,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/db16019c-d3a4-46e9-9bbf-1764e372eca1
                • initiated_at
                  : -
                  2023-11-02T04:54:01.015478Z +
                  2023-11-02T04:55:36.236284Z
                • @@ -7797,7 +7797,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -7836,7 +7836,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:01 GMT +
                Thu, 02 Nov 2023 04:55:36 GMT
              • @@ -7860,12 +7860,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.018033 +
                0.014286
              • reported
                : -
                2023-11-02T04:54:01.034468Z +
                2023-11-02T04:55:36.251274Z
              • @@ -7905,7 +7905,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.436207Z +
                2023-11-02T05:03:33.895527Z
              @@ -7922,7 +7922,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.436207Z +
              2023-11-02T04:55:32.895527Z
            @@ -8079,7 +8079,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
              db16019c-d3a4-46e9-9bbf-1764e372eca1
            • @@ -8089,7 +8089,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              x.ncviom1axJ4kFZ.wVoLMb.JpXEQ0nVlE0qZYsj6RI_ +
              JRgJrMbEOlxf5NYR-QsKGi-ZUoO-WuwJKbs7aCkqFJQ_
            • @@ -8099,7 +8099,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
              28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
            • @@ -8112,7 +8112,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.436207Z +
              2023-11-02T05:03:33.895527Z
            @@ -8129,7 +8129,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.436207Z +
            2023-11-02T04:55:32.895527Z
          @@ -8231,7 +8231,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -8249,12 +8249,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:01.064234Z +
    2023-11-02T04:55:36.278668Z
  • @@ -8292,7 +8292,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -8462,7 +8462,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.430421Z +
      2023-11-02T04:55:32.890065Z
    • @@ -8479,7 +8479,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.430421Z +
        2023-11-02T05:03:33.890065Z
      • @@ -8602,7 +8602,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7fd63c87-06f7-4b46-84c6-f6e7ea02f328 +
        ebf621f4-5dae-4210-819f-6f7c4c3e3954
      @@ -8636,7 +8636,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -8660,12 +8660,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.066468 +
      0.059965
    • reported
      : -
      2023-11-02T04:54:01.131704Z +
      2023-11-02T04:55:36.339558Z
    • @@ -8678,7 +8678,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss1's operational intent 4aa6f78f-e716-4ae2-8525-7c7afab932e8 (priority 100) +
      Requested flight (priority 0) intersected uss1's operational intent db16019c-d3a4-46e9-9bbf-1764e372eca1 (priority 100)
    • @@ -8734,7 +8734,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -8757,7 +8757,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.055234Z +
    2023-11-02T04:55:36.270751Z
  • @@ -8795,7 +8795,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -8946,7 +8946,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -8963,7 +8963,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -8981,7 +8981,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        0c7be05a-8301-4e47-9904-8786d9b41875 +
        7b29d29a-bee2-448a-a13c-2bc1c9460877
      @@ -9015,7 +9015,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -9029,12 +9029,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.005176 +
      0.004286
    • reported
      : -
      2023-11-02T04:54:01.061249Z +
      2023-11-02T04:55:36.275821Z
    • @@ -9048,7 +9048,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -9081,7 +9081,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.436207Z +
          2023-11-02T04:55:32.887225Z
        • @@ -9098,7 +9098,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.436207Z +
            2023-11-02T05:03:33.887225Z
          • @@ -9117,7 +9117,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
            c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
          @@ -9129,7 +9129,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
            db16019c-d3a4-46e9-9bbf-1764e372eca1
          • @@ -9162,7 +9162,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.895527Z
            • @@ -9179,7 +9179,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.427501Z +
                2023-11-02T05:03:33.895527Z
              • @@ -9198,7 +9198,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
              @@ -9261,7 +9261,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:01.132712Z +
              2023-11-02T04:55:36.340489Z
            • @@ -9299,7 +9299,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -9450,7 +9450,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -9467,7 +9467,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -9485,7 +9485,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                7ac15f9a-4862-49f7-a018-d8d74f769f14 +
                8fef0661-91f0-4f0f-ac4d-08063a5d8bae
              @@ -9519,7 +9519,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:01 GMT +
              Thu, 02 Nov 2023 04:55:36 GMT
            • @@ -9533,12 +9533,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004739 +
              0.004223
            • reported
              : -
              2023-11-02T04:54:01.138379Z +
              2023-11-02T04:55:36.345505Z
            • @@ -9552,7 +9552,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -9585,7 +9585,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.436207Z +
                  2023-11-02T04:55:32.887225Z
                • @@ -9602,7 +9602,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.436207Z +
                    2023-11-02T05:03:33.887225Z
                  • @@ -9621,7 +9621,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
                    c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
                  @@ -9633,7 +9633,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                    db16019c-d3a4-46e9-9bbf-1764e372eca1
                  • @@ -9666,7 +9666,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.427501Z +
                      2023-11-02T04:55:32.895527Z
                    • @@ -9683,7 +9683,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.427501Z +
                        2023-11-02T05:03:33.895527Z
                      • @@ -9702,7 +9702,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                        28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
                      @@ -9776,12 +9776,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
                    • initiated_at
                      : -
                      2023-11-02T04:54:01.140041Z +
                      2023-11-02T04:55:36.347396Z
                    • @@ -9809,7 +9809,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -9848,7 +9848,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:01 GMT +
                    Thu, 02 Nov 2023 04:55:36 GMT
                  • @@ -9872,12 +9872,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015399 +
                    0.014164
                  • reported
                    : -
                    2023-11-02T04:54:01.156292Z +
                    2023-11-02T04:55:36.362266Z
                  • @@ -9917,7 +9917,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.427501Z +
                    2023-11-02T05:03:33.887225Z
                  @@ -9934,7 +9934,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.427501Z +
                  2023-11-02T04:55:32.887225Z
                @@ -10091,7 +10091,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                  5d2db992-b429-47de-a055-7da0b07a46b3
                • @@ -10101,7 +10101,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  akF3HUZYZJ5h1HkYAZDcgem6SOuYfNCGXackffVoTsY_ +
                  2thcUJoXu40FaEtcU0gTrDhTPI01HqgUNI9SHY.zlWg_
                • @@ -10111,7 +10111,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                  c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
                • @@ -10124,7 +10124,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.427501Z +
                  2023-11-02T05:03:33.887225Z
                @@ -10141,7 +10141,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.427501Z +
                2023-11-02T04:55:32.887225Z
              @@ -10243,10 +10243,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -10264,12 +10264,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:01.186779Z +
    2023-11-02T04:55:36.389535Z
  • @@ -10307,7 +10307,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -10477,7 +10477,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.439124Z +
      2023-11-02T04:55:32.898198Z
    • @@ -10494,7 +10494,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.439124Z +
        2023-11-02T05:03:33.898198Z
      • @@ -10617,7 +10617,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        c211b387-d05f-4190-b6a5-ecd42976b0c5 +
        5703f7ad-f206-4555-8a65-2864f2ff5794
      @@ -10651,7 +10651,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -10675,12 +10675,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.065894 +
      0.061541
    • reported
      : -
      2023-11-02T04:54:01.253584Z +
      2023-11-02T04:55:36.452010Z
    • @@ -10693,7 +10693,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss1's operational intent 4aa6f78f-e716-4ae2-8525-7c7afab932e8 (priority 100) +
      Requested flight (priority 0) intersected uss1's operational intent db16019c-d3a4-46e9-9bbf-1764e372eca1 (priority 100)
    • @@ -10749,7 +10749,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -10772,7 +10772,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.178484Z +
    2023-11-02T04:55:36.381734Z
  • @@ -10810,7 +10810,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -10961,7 +10961,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -10978,7 +10978,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -10996,7 +10996,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        5232f965-5eeb-4d09-b9dd-92f4a1a75d77 +
        524b7edc-9183-48ce-b8c9-3b24bbd45833
      @@ -11030,7 +11030,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -11044,12 +11044,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004564 +
      0.004197
    • reported
      : -
      2023-11-02T04:54:01.183822Z +
      2023-11-02T04:55:36.386705Z
    • @@ -11063,7 +11063,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -11096,7 +11096,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.436207Z +
          2023-11-02T04:55:32.887225Z
        • @@ -11113,7 +11113,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.436207Z +
            2023-11-02T05:03:33.887225Z
          • @@ -11132,7 +11132,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
            c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
          @@ -11144,7 +11144,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
            db16019c-d3a4-46e9-9bbf-1764e372eca1
          • @@ -11177,7 +11177,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.895527Z
            • @@ -11194,7 +11194,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.427501Z +
                2023-11-02T05:03:33.895527Z
              • @@ -11213,7 +11213,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
              @@ -11276,7 +11276,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:01.254772Z +
              2023-11-02T04:55:36.452928Z
            • @@ -11314,7 +11314,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -11465,7 +11465,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -11482,7 +11482,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -11500,7 +11500,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                bcd212a4-52af-431a-8656-8aa06988ae2d +
                3a7275a4-dab4-472f-881b-d044496b4e14
              @@ -11534,7 +11534,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:01 GMT +
              Thu, 02 Nov 2023 04:55:36 GMT
            • @@ -11548,12 +11548,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.005181 +
              0.004471
            • reported
              : -
              2023-11-02T04:54:01.260846Z +
              2023-11-02T04:55:36.458212Z
            • @@ -11567,7 +11567,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                4aa6f78f-e716-4ae2-8525-7c7afab932e8 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -11600,7 +11600,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.436207Z +
                  2023-11-02T04:55:32.887225Z
                • @@ -11617,7 +11617,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.436207Z +
                    2023-11-02T05:03:33.887225Z
                  • @@ -11636,7 +11636,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    a9685a85-adf1-4a53-a5d7-42c5c96cd036 +
                    c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
                  @@ -11648,7 +11648,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                    db16019c-d3a4-46e9-9bbf-1764e372eca1
                  • @@ -11681,7 +11681,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.427501Z +
                      2023-11-02T04:55:32.895527Z
                    • @@ -11698,7 +11698,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.427501Z +
                        2023-11-02T05:03:33.895527Z
                      • @@ -11717,7 +11717,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                        28b1c0c0-8f8a-4e9d-8f62-ec6818f4eca7
                      @@ -11791,12 +11791,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
                    • initiated_at
                      : -
                      2023-11-02T04:54:01.263192Z +
                      2023-11-02T04:55:36.460103Z
                    • @@ -11824,7 +11824,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -11863,7 +11863,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:01 GMT +
                    Thu, 02 Nov 2023 04:55:36 GMT
                  • @@ -11887,12 +11887,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015502 +
                    0.014268
                  • reported
                    : -
                    2023-11-02T04:54:01.279517Z +
                    2023-11-02T04:55:36.475117Z
                  • @@ -11932,7 +11932,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.427501Z +
                    2023-11-02T05:03:33.887225Z
                  @@ -11949,7 +11949,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.427501Z +
                  2023-11-02T04:55:32.887225Z
                @@ -12106,7 +12106,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                  5d2db992-b429-47de-a055-7da0b07a46b3
                • @@ -12116,7 +12116,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  akF3HUZYZJ5h1HkYAZDcgem6SOuYfNCGXackffVoTsY_ +
                  2thcUJoXu40FaEtcU0gTrDhTPI01HqgUNI9SHY.zlWg_
                • @@ -12126,7 +12126,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
                  c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
                • @@ -12139,7 +12139,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.427501Z +
                  2023-11-02T05:03:33.887225Z
                @@ -12156,7 +12156,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.427501Z +
                2023-11-02T04:55:32.887225Z
              @@ -12258,10 +12258,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -12279,12 +12279,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/1f48308f-bb49-4af9-be8b-6494cb82cac5 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/c84e98d1-0b49-43a0-8328-368e59c61ee8
  • initiated_at
    : -
    2023-11-02T04:54:01.301671Z +
    2023-11-02T04:55:36.495470Z
  • @@ -12317,7 +12317,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12356,7 +12356,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:01 GMT +
    Thu, 02 Nov 2023 04:55:36 GMT
  • @@ -12380,12 +12380,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.043394 +
    0.038157
  • reported
    : -
    2023-11-02T04:54:01.346069Z +
    2023-11-02T04:55:36.534657Z
  • @@ -12441,7 +12441,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -12459,12 +12459,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:01.354194Z +
    2023-11-02T04:55:36.542138Z
  • @@ -12502,7 +12502,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12672,7 +12672,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.439124Z +
      2023-11-02T04:55:32.898198Z
    • @@ -12689,7 +12689,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.439124Z +
        2023-11-02T05:03:33.898198Z
      • @@ -12812,7 +12812,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        94b3fc9c-bc13-4d77-bafa-628fa38e9da7 +
        c4c165ad-0239-468c-9a62-932260924443
      @@ -12846,7 +12846,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -12870,12 +12870,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.091085 +
      0.086514
    • reported
      : -
      2023-11-02T04:54:01.446226Z +
      2023-11-02T04:55:36.629641Z
    • @@ -12939,7 +12939,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -12962,7 +12962,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.346997Z +
    2023-11-02T04:55:36.535418Z
  • @@ -13000,7 +13000,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -13151,7 +13151,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -13168,7 +13168,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -13186,7 +13186,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        57670397-938d-42d8-aa7a-6f23ef4d79c6 +
        472cf9a6-4ecf-41b9-b2e8-b84b71402e9d
      @@ -13220,7 +13220,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -13234,12 +13234,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003745 +
      0.003394
    • reported
      : -
      2023-11-02T04:54:01.351553Z +
      2023-11-02T04:55:36.539620Z
    • @@ -13253,7 +13253,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -13286,7 +13286,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -13303,7 +13303,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.427501Z +
            2023-11-02T05:03:33.887225Z
          • @@ -13322,7 +13322,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a8b77486-8da1-4ba3-88d7-b54c3eb21700 +
            c87539c3-4455-4f3d-90f4-9c83e9bcd0b8
          @@ -13385,7 +13385,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:01.448239Z +
          2023-11-02T04:55:36.631232Z
        • @@ -13423,7 +13423,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -13574,7 +13574,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -13591,7 +13591,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.459330Z +
            2023-11-02T05:03:33.917032Z
          • @@ -13609,7 +13609,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            92a238e5-5d25-42de-9857-7c2ddf6d92a6 +
            d9f87527-0e1b-423c-93c2-3ed6fc5f7e63
          @@ -13643,7 +13643,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:01 GMT +
          Thu, 02 Nov 2023 04:55:36 GMT
        • @@ -13657,12 +13657,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004237 +
          0.003562
        • reported
          : -
          2023-11-02T04:54:01.453373Z +
          2023-11-02T04:55:36.635609Z
        • @@ -13676,7 +13676,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
            5d2db992-b429-47de-a055-7da0b07a46b3
          • @@ -13709,7 +13709,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.439124Z +
              2023-11-02T04:55:32.898198Z
            • @@ -13726,7 +13726,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.439124Z +
                2023-11-02T05:03:33.898198Z
              • @@ -13745,7 +13745,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                a816cc53-7786-4080-baed-6235d20da53d +
                c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
              @@ -13819,12 +13819,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • url
              : -
              http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
              http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
            • initiated_at
              : -
              2023-11-02T04:54:01.454609Z +
              2023-11-02T04:55:36.636989Z
            • @@ -13852,7 +13852,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
            @@ -13891,7 +13891,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • Date
            : -
            Thu, 02 Nov 2023 04:54:01 GMT +
            Thu, 02 Nov 2023 04:55:36 GMT
          • @@ -13915,12 +13915,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • elapsed_s
            : -
            0.013257 +
            0.012423
          • reported
            : -
            2023-11-02T04:54:01.468597Z +
            2023-11-02T04:55:36.650135Z
          • @@ -13960,7 +13960,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.439124Z +
            2023-11-02T05:03:33.898198Z
          @@ -13977,7 +13977,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.439124Z +
          2023-11-02T04:55:32.898198Z
        @@ -14134,7 +14134,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • id
          : -
          77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
          5d2db992-b429-47de-a055-7da0b07a46b3
        • @@ -14144,7 +14144,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • ovn
          : -
          k3FAoVECQH3yv2DMzNAi9FkiRyzu5FCrfB44pnOZ8yk_ +
          6uVhe18vh-BE2IhTDRVELke9yF4XLBX2rJaO4HQYN0g_
        • @@ -14154,7 +14154,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • subscription_id
          : -
          a816cc53-7786-4080-baed-6235d20da53d +
          c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
        • @@ -14167,7 +14167,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.439124Z +
          2023-11-02T05:03:33.898198Z
        @@ -14184,7 +14184,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.439124Z +
        2023-11-02T04:55:32.898198Z
      @@ -14286,7 +14286,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -14304,12 +14304,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/533142a8-6cc5-4b6d-a79f-6030af06e2b6 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/c63ed9bf-3b5c-4d24-8b50-4614f4a73097
  • initiated_at
    : -
    2023-11-02T04:54:01.496776Z +
    2023-11-02T04:55:36.741981Z
  • @@ -14347,7 +14347,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -14517,7 +14517,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.436207Z +
      2023-11-02T04:55:32.895527Z
    • @@ -14534,7 +14534,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.436207Z +
        2023-11-02T05:03:33.895527Z
      • @@ -14657,7 +14657,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b4b3e3b6-78d8-4d15-addd-f50bc8a7fe66 +
        e5b92ac8-19a9-4ed2-93c9-c4eddc520fdb
      @@ -14691,7 +14691,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -14715,12 +14715,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.10819 +
      0.086763
    • reported
      : -
      2023-11-02T04:54:01.606039Z +
      2023-11-02T04:55:36.829813Z
    • @@ -14784,7 +14784,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -14807,7 +14807,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.489352Z +
    2023-11-02T04:55:36.734426Z
  • @@ -14845,7 +14845,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -14996,7 +14996,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -15013,7 +15013,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -15031,7 +15031,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b77846dc-1987-43a1-ad39-f0dccda19797 +
        7df935f6-1d5a-4a7a-8424-51175fd5ee7e
      @@ -15065,7 +15065,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -15079,12 +15079,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003833 +
      0.004029
    • reported
      : -
      2023-11-02T04:54:01.493975Z +
      2023-11-02T04:55:36.739369Z
    • @@ -15098,7 +15098,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -15131,7 +15131,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.439124Z +
          2023-11-02T04:55:32.898198Z
        • @@ -15148,7 +15148,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.439124Z +
            2023-11-02T05:03:33.898198Z
          • @@ -15167,7 +15167,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a816cc53-7786-4080-baed-6235d20da53d +
            c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
          @@ -15230,7 +15230,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:01.607173Z +
          2023-11-02T04:55:36.830951Z
        • @@ -15268,7 +15268,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -15419,7 +15419,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.427501Z +
          2023-11-02T04:55:32.887225Z
        • @@ -15436,7 +15436,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.459330Z +
            2023-11-02T05:03:33.917032Z
          • @@ -15454,7 +15454,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            f85637b1-dd3c-4aec-9f98-c87361197ed4 +
            b8be7bc5-b439-40de-b6c4-088d7e2dde4c
          @@ -15488,7 +15488,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:01 GMT +
          Thu, 02 Nov 2023 04:55:36 GMT
        • @@ -15502,12 +15502,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.00441 +
          0.004248
        • reported
          : -
          2023-11-02T04:54:01.612407Z +
          2023-11-02T04:55:36.836039Z
        • @@ -15521,7 +15521,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
            5d2db992-b429-47de-a055-7da0b07a46b3
          • @@ -15554,7 +15554,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.439124Z +
              2023-11-02T04:55:32.898198Z
            • @@ -15571,7 +15571,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.439124Z +
                2023-11-02T05:03:33.898198Z
              • @@ -15590,7 +15590,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                a816cc53-7786-4080-baed-6235d20da53d +
                c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
              @@ -15602,7 +15602,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                8cc60957-460d-4902-b4ec-0b108cad7a4e +
                a74d81a1-2cde-4580-8f10-5c9aff42169b
              • @@ -15635,7 +15635,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.436207Z +
                  2023-11-02T04:55:32.895527Z
                • @@ -15652,7 +15652,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.436207Z +
                    2023-11-02T05:03:33.895527Z
                  • @@ -15671,7 +15671,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    35b81f1e-6f92-44f5-845e-dabca69935a6 +
                    b2c2360d-966c-454c-8561-dd3c27b279d5
                  @@ -15745,12 +15745,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/8cc60957-460d-4902-b4ec-0b108cad7a4e +
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/a74d81a1-2cde-4580-8f10-5c9aff42169b
                • initiated_at
                  : -
                  2023-11-02T04:54:01.614376Z +
                  2023-11-02T04:55:36.837830Z
                • @@ -15778,7 +15778,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -15817,7 +15817,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:01 GMT +
                Thu, 02 Nov 2023 04:55:36 GMT
              • @@ -15841,12 +15841,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.015455 +
                0.014254
              • reported
                : -
                2023-11-02T04:54:01.630611Z +
                2023-11-02T04:55:36.852805Z
              • @@ -15886,7 +15886,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.436207Z +
                2023-11-02T05:03:33.895527Z
              @@ -15903,7 +15903,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.436207Z +
              2023-11-02T04:55:32.895527Z
            @@ -16060,7 +16060,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              8cc60957-460d-4902-b4ec-0b108cad7a4e +
              a74d81a1-2cde-4580-8f10-5c9aff42169b
            • @@ -16070,7 +16070,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              iMdMwFBxiq2b5Q.sZ79N07Srx5SMQV62MZcESzGrSN4_ +
              A9Nch1r4lHcOgVLLmrMZiTsyVu1z8yhdzcp4yDRW-is_
            • @@ -16080,7 +16080,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              35b81f1e-6f92-44f5-845e-dabca69935a6 +
              b2c2360d-966c-454c-8561-dd3c27b279d5
            • @@ -16093,7 +16093,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.436207Z +
              2023-11-02T05:03:33.895527Z
            @@ -16110,7 +16110,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.436207Z +
            2023-11-02T04:55:32.895527Z
          @@ -16212,7 +16212,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -16230,12 +16230,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/533142a8-6cc5-4b6d-a79f-6030af06e2b6 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/c63ed9bf-3b5c-4d24-8b50-4614f4a73097
  • initiated_at
    : -
    2023-11-02T04:54:01.659990Z +
    2023-11-02T04:55:36.881044Z
  • @@ -16273,7 +16273,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -16443,7 +16443,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.442019Z +
      2023-11-02T04:55:32.900893Z
    • @@ -16460,7 +16460,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.442019Z +
        2023-11-02T05:03:33.900893Z
      • @@ -16583,7 +16583,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        8bf6fdd8-1208-4e85-845d-9b906aefc0fa +
        9279265c-98f7-4208-bcae-447d8b5b0678
      @@ -16617,7 +16617,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -16641,12 +16641,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.106408 +
      0.112262
    • reported
      : -
      2023-11-02T04:54:01.767376Z +
      2023-11-02T04:55:36.994300Z
    • @@ -16710,7 +16710,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -16733,7 +16733,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.651417Z +
    2023-11-02T04:55:36.872218Z
  • @@ -16771,7 +16771,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -16922,7 +16922,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -16939,7 +16939,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -16957,7 +16957,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7e70e8a1-34ce-4582-affd-b1cc930e907a +
        541b9734-7cb2-4906-998c-eda9bb5282ae
      @@ -16991,7 +16991,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:36 GMT
    • @@ -17005,12 +17005,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004716 +
      0.005141
    • reported
      : -
      2023-11-02T04:54:01.656956Z +
      2023-11-02T04:55:36.878122Z
    • @@ -17024,7 +17024,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -17057,7 +17057,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.439124Z +
          2023-11-02T04:55:32.898198Z
        • @@ -17074,7 +17074,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.439124Z +
            2023-11-02T05:03:33.898198Z
          • @@ -17093,7 +17093,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a816cc53-7786-4080-baed-6235d20da53d +
            c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
          @@ -17105,7 +17105,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            8cc60957-460d-4902-b4ec-0b108cad7a4e +
            a74d81a1-2cde-4580-8f10-5c9aff42169b
          • @@ -17138,7 +17138,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.436207Z +
              2023-11-02T04:55:32.895527Z
            • @@ -17155,7 +17155,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.436207Z +
                2023-11-02T05:03:33.895527Z
              • @@ -17174,7 +17174,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                35b81f1e-6f92-44f5-845e-dabca69935a6 +
                b2c2360d-966c-454c-8561-dd3c27b279d5
              @@ -17237,7 +17237,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:01.768583Z +
              2023-11-02T04:55:36.995245Z
            • @@ -17275,7 +17275,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -17426,7 +17426,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -17443,7 +17443,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -17461,7 +17461,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                70381561-e3a5-43f7-9362-0b0f8f317a6a +
                60253271-3fee-4eb2-b266-27afd54b0bcc
              @@ -17495,7 +17495,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:01 GMT +
              Thu, 02 Nov 2023 04:55:36 GMT
            • @@ -17509,12 +17509,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004477 +
              0.00441
            • reported
              : -
              2023-11-02T04:54:01.773934Z +
              2023-11-02T04:55:37.000483Z
            • @@ -17528,7 +17528,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -17561,7 +17561,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.439124Z +
                  2023-11-02T04:55:32.898198Z
                • @@ -17578,7 +17578,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.439124Z +
                    2023-11-02T05:03:33.898198Z
                  • @@ -17597,7 +17597,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    a816cc53-7786-4080-baed-6235d20da53d +
                    c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
                  @@ -17609,7 +17609,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    8cc60957-460d-4902-b4ec-0b108cad7a4e +
                    a74d81a1-2cde-4580-8f10-5c9aff42169b
                  • @@ -17642,7 +17642,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.442019Z +
                      2023-11-02T04:55:32.900893Z
                    • @@ -17659,7 +17659,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.442019Z +
                        2023-11-02T05:03:33.900893Z
                      • @@ -17678,7 +17678,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        716ace15-de7e-4069-80e9-4e621caaaa1f +
                        6bb17133-4330-4582-93f3-904d55873c09
                      @@ -17752,12 +17752,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/8cc60957-460d-4902-b4ec-0b108cad7a4e +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/a74d81a1-2cde-4580-8f10-5c9aff42169b
                    • initiated_at
                      : -
                      2023-11-02T04:54:01.776229Z +
                      2023-11-02T04:55:37.002226Z
                    • @@ -17785,7 +17785,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -17824,7 +17824,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:01 GMT +
                    Thu, 02 Nov 2023 04:55:37 GMT
                  • @@ -17848,12 +17848,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015374 +
                    0.014471
                  • reported
                    : -
                    2023-11-02T04:54:01.792336Z +
                    2023-11-02T04:55:37.017452Z
                  • @@ -17893,7 +17893,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.442019Z +
                    2023-11-02T05:03:33.900893Z
                  @@ -17910,7 +17910,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.442019Z +
                  2023-11-02T04:55:32.900893Z
                @@ -18067,7 +18067,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  8cc60957-460d-4902-b4ec-0b108cad7a4e +
                  a74d81a1-2cde-4580-8f10-5c9aff42169b
                • @@ -18077,7 +18077,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  3XZRwaNgJT.cEx-8Tzj8f-Hr7mWTrk-UqNhdzNzWJ08_ +
                  6isoUd2DJTUI.KsQfKCc7FQz8soCvjm7nJow.e9q5Z4_
                • @@ -18087,7 +18087,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  716ace15-de7e-4069-80e9-4e621caaaa1f +
                  6bb17133-4330-4582-93f3-904d55873c09
                • @@ -18100,7 +18100,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.442019Z +
                  2023-11-02T05:03:33.900893Z
                @@ -18117,7 +18117,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.442019Z +
                2023-11-02T04:55:32.900893Z
              @@ -18219,7 +18219,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -18237,12 +18237,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:01.821665Z +
    2023-11-02T04:55:37.044667Z
  • @@ -18280,7 +18280,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -18450,7 +18450,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.433290Z +
      2023-11-02T04:55:32.892790Z
    • @@ -18467,7 +18467,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.433290Z +
        2023-11-02T05:03:33.892790Z
      • @@ -18590,7 +18590,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        77af0288-eb23-43a0-b52e-18aba3b0fc15 +
        8d821f7c-c6e7-4527-9cf7-515c15e7c4d8
      @@ -18624,7 +18624,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -18648,12 +18648,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.107975 +
      0.101354
    • reported
      : -
      2023-11-02T04:54:01.930724Z +
      2023-11-02T04:55:37.146965Z
    • @@ -18733,7 +18733,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -18756,7 +18756,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.813008Z +
    2023-11-02T04:55:37.036935Z
  • @@ -18794,7 +18794,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -18945,7 +18945,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -18962,7 +18962,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -18980,7 +18980,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        87af70a8-4d82-42ad-b650-adbd96e08af3 +
        f84cdd94-415c-4154-b257-2e9716048cf1
      @@ -19014,7 +19014,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -19028,12 +19028,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.00451 +
      0.004083
    • reported
      : -
      2023-11-02T04:54:01.818304Z +
      2023-11-02T04:55:37.041783Z
    • @@ -19047,7 +19047,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -19080,7 +19080,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.439124Z +
          2023-11-02T04:55:32.898198Z
        • @@ -19097,7 +19097,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.439124Z +
            2023-11-02T05:03:33.898198Z
          • @@ -19116,7 +19116,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            a816cc53-7786-4080-baed-6235d20da53d +
            c6abf882-c1b1-4d5d-bd97-e5df1b8cc729
          @@ -19128,7 +19128,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            8cc60957-460d-4902-b4ec-0b108cad7a4e +
            a74d81a1-2cde-4580-8f10-5c9aff42169b
          • @@ -19161,7 +19161,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.442019Z +
              2023-11-02T04:55:32.900893Z
            • @@ -19178,7 +19178,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.442019Z +
                2023-11-02T05:03:33.900893Z
              • @@ -19197,7 +19197,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                716ace15-de7e-4069-80e9-4e621caaaa1f +
                6bb17133-4330-4582-93f3-904d55873c09
              @@ -19260,7 +19260,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:01.932079Z +
              2023-11-02T04:55:37.148076Z
            • @@ -19298,7 +19298,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -19449,7 +19449,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -19466,7 +19466,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -19484,7 +19484,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                c25e0b07-a30c-4711-a7d9-0f109fb99fac +
                deba8d87-398a-4f10-aadc-c5ac603aa8b3
              @@ -19518,7 +19518,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:01 GMT +
              Thu, 02 Nov 2023 04:55:37 GMT
            • @@ -19532,12 +19532,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004587 +
              0.004256
            • reported
              : -
              2023-11-02T04:54:01.937572Z +
              2023-11-02T04:55:37.153138Z
            • @@ -19551,7 +19551,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -19584,7 +19584,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.43329Z +
                  2023-11-02T04:55:32.89279Z
                • @@ -19601,7 +19601,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.43329Z +
                    2023-11-02T05:03:33.89279Z
                  • @@ -19620,7 +19620,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    8072f9e3-312f-4353-bb3b-7c18f16a651d +
                    5416c64d-ae3a-4506-8767-f85d49e95a54
                  @@ -19632,7 +19632,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    8cc60957-460d-4902-b4ec-0b108cad7a4e +
                    a74d81a1-2cde-4580-8f10-5c9aff42169b
                  • @@ -19665,7 +19665,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.442019Z +
                      2023-11-02T04:55:32.900893Z
                    • @@ -19682,7 +19682,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.442019Z +
                        2023-11-02T05:03:33.900893Z
                      • @@ -19701,7 +19701,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        716ace15-de7e-4069-80e9-4e621caaaa1f +
                        6bb17133-4330-4582-93f3-904d55873c09
                      @@ -19775,12 +19775,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
                    • initiated_at
                      : -
                      2023-11-02T04:54:01.939706Z +
                      2023-11-02T04:55:37.155180Z
                    • @@ -19808,7 +19808,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -19847,7 +19847,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:01 GMT +
                    Thu, 02 Nov 2023 04:55:37 GMT
                  • @@ -19871,12 +19871,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015562 +
                    0.014356
                  • reported
                    : -
                    2023-11-02T04:54:01.955991Z +
                    2023-11-02T04:55:37.170405Z
                  • @@ -19916,7 +19916,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.433290Z +
                    2023-11-02T05:03:33.892790Z
                  @@ -19933,7 +19933,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.433290Z +
                  2023-11-02T04:55:32.892790Z
                @@ -20090,7 +20090,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                  5d2db992-b429-47de-a055-7da0b07a46b3
                • @@ -20100,7 +20100,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  erYIIjOZB5UmWNaqowm7Tuqkr-zhkh5Sq6919WiCz2M_ +
                  q2iXOdUR51QRLn6PDZFYM9FWC4nJlJges6E.mUBJpIQ_
                • @@ -20110,7 +20110,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  8072f9e3-312f-4353-bb3b-7c18f16a651d +
                  5416c64d-ae3a-4506-8767-f85d49e95a54
                • @@ -20123,7 +20123,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.43329Z +
                  2023-11-02T05:03:33.89279Z
                @@ -20140,7 +20140,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.43329Z +
                2023-11-02T04:55:32.89279Z
              @@ -20242,10 +20242,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -20263,12 +20263,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/533142a8-6cc5-4b6d-a79f-6030af06e2b6 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/c63ed9bf-3b5c-4d24-8b50-4614f4a73097
  • initiated_at
    : -
    2023-11-02T04:54:01.984969Z +
    2023-11-02T04:55:37.197960Z
  • @@ -20306,7 +20306,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -20476,7 +20476,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.447816Z +
      2023-11-02T04:55:32.906295Z
    • @@ -20493,7 +20493,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.447816Z +
        2023-11-02T05:03:33.906295Z
      • @@ -20616,7 +20616,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        9b722df7-cf25-465c-b9f7-dff8867b7e0f +
        744d2da2-49a8-4f65-ba05-04b40695a793
      @@ -20650,7 +20650,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -20674,12 +20674,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.104315 +
      0.09687
    • reported
      : -
      2023-11-02T04:54:02.090217Z +
      2023-11-02T04:55:37.295799Z
    • @@ -20743,7 +20743,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -20766,7 +20766,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:01.976539Z +
    2023-11-02T04:55:37.189913Z
  • @@ -20804,7 +20804,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -20955,7 +20955,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -20972,7 +20972,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -20990,7 +20990,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        240cf2af-a618-4483-aa9c-2eba4222b098 +
        99e853c1-c0cc-465d-84fa-611cb0e5ecbe
      @@ -21024,7 +21024,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:01 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -21038,12 +21038,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004308 +
      0.00435
    • reported
      : -
      2023-11-02T04:54:01.981596Z +
      2023-11-02T04:55:37.195091Z
    • @@ -21057,7 +21057,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -21090,7 +21090,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.43329Z +
          2023-11-02T04:55:32.89279Z
        • @@ -21107,7 +21107,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.43329Z +
            2023-11-02T05:03:33.89279Z
          • @@ -21126,7 +21126,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            8072f9e3-312f-4353-bb3b-7c18f16a651d +
            5416c64d-ae3a-4506-8767-f85d49e95a54
          @@ -21138,7 +21138,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            8cc60957-460d-4902-b4ec-0b108cad7a4e +
            a74d81a1-2cde-4580-8f10-5c9aff42169b
          • @@ -21171,7 +21171,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.442019Z +
              2023-11-02T04:55:32.900893Z
            • @@ -21188,7 +21188,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.442019Z +
                2023-11-02T05:03:33.900893Z
              • @@ -21207,7 +21207,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                716ace15-de7e-4069-80e9-4e621caaaa1f +
                6bb17133-4330-4582-93f3-904d55873c09
              @@ -21270,7 +21270,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:02.091252Z +
              2023-11-02T04:55:37.297341Z
            • @@ -21308,7 +21308,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -21459,7 +21459,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -21476,7 +21476,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -21494,7 +21494,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                0dee00f7-151c-438f-8683-aa1df466e0be +
                1baffd14-b0ac-48cb-ab3c-1173a324f8e8
              @@ -21528,7 +21528,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:02 GMT +
              Thu, 02 Nov 2023 04:55:37 GMT
            • @@ -21542,12 +21542,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.00608 +
              0.004362
            • reported
              : -
              2023-11-02T04:54:02.098203Z +
              2023-11-02T04:55:37.302540Z
            • @@ -21561,7 +21561,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -21594,7 +21594,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.43329Z +
                  2023-11-02T04:55:32.89279Z
                • @@ -21611,7 +21611,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.43329Z +
                    2023-11-02T05:03:33.89279Z
                  • @@ -21630,7 +21630,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    8072f9e3-312f-4353-bb3b-7c18f16a651d +
                    5416c64d-ae3a-4506-8767-f85d49e95a54
                  @@ -21642,7 +21642,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    8cc60957-460d-4902-b4ec-0b108cad7a4e +
                    a74d81a1-2cde-4580-8f10-5c9aff42169b
                  • @@ -21675,7 +21675,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.447816Z +
                      2023-11-02T04:55:32.906295Z
                    • @@ -21692,7 +21692,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.447816Z +
                        2023-11-02T05:03:33.906295Z
                      • @@ -21711,7 +21711,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        e69a4dfd-47c6-41a3-923e-2a554f76fdea +
                        4f8c00f3-6a34-40a6-aeea-f18d12a7cf9c
                      @@ -21785,12 +21785,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/8cc60957-460d-4902-b4ec-0b108cad7a4e +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/a74d81a1-2cde-4580-8f10-5c9aff42169b
                    • initiated_at
                      : -
                      2023-11-02T04:54:02.100179Z +
                      2023-11-02T04:55:37.305423Z
                    • @@ -21818,7 +21818,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -21857,7 +21857,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:02 GMT +
                    Thu, 02 Nov 2023 04:55:37 GMT
                  • @@ -21881,12 +21881,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015297 +
                    0.014355
                  • reported
                    : -
                    2023-11-02T04:54:02.116249Z +
                    2023-11-02T04:55:37.320507Z
                  • @@ -21926,7 +21926,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.447816Z +
                    2023-11-02T05:03:33.906295Z
                  @@ -21943,7 +21943,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.447816Z +
                  2023-11-02T04:55:32.906295Z
                @@ -22100,7 +22100,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  8cc60957-460d-4902-b4ec-0b108cad7a4e +
                  a74d81a1-2cde-4580-8f10-5c9aff42169b
                • @@ -22110,7 +22110,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  r2IO0je40cY9jtj63c8bG48q4EiM-yvBuRyXBcVoh7w_ +
                  V7dBXwLtyjgGFg5E1tk03fUgHAJA74FnEWXt3ZiXZCE_
                • @@ -22120,7 +22120,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  e69a4dfd-47c6-41a3-923e-2a554f76fdea +
                  4f8c00f3-6a34-40a6-aeea-f18d12a7cf9c
                • @@ -22133,7 +22133,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.447816Z +
                  2023-11-02T05:03:33.906295Z
                @@ -22150,7 +22150,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.447816Z +
                2023-11-02T04:55:32.906295Z
              @@ -22252,7 +22252,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -22270,12 +22270,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/338c1da6-64bd-424a-8356-1b0aaafd743a +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/a5d96b00-8f25-4baa-bd66-3933afeaff61
  • initiated_at
    : -
    2023-11-02T04:54:02.146624Z +
    2023-11-02T04:55:37.348207Z
  • @@ -22313,7 +22313,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -22483,7 +22483,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.450694Z +
      2023-11-02T04:55:32.908972Z
    • @@ -22500,7 +22500,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.450694Z +
        2023-11-02T05:03:33.908972Z
      • @@ -22623,7 +22623,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        4a783199-67f5-4b1b-8fd5-94807a45da9a +
        a239988d-567b-4c62-ac9e-906fc3fe2d16
      @@ -22657,7 +22657,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -22681,12 +22681,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.065551 +
      0.060394
    • reported
      : -
      2023-11-02T04:54:02.213284Z +
      2023-11-02T04:55:37.409533Z
    • @@ -22699,7 +22699,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss1's operational intent 8cc60957-460d-4902-b4ec-0b108cad7a4e (priority 100) +
      Requested flight (priority 0) intersected uss1's operational intent a74d81a1-2cde-4580-8f10-5c9aff42169b (priority 100)
    • @@ -22755,7 +22755,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -22778,7 +22778,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.137561Z +
    2023-11-02T04:55:37.340468Z
  • @@ -22816,7 +22816,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -22967,7 +22967,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.427501Z +
      2023-11-02T04:55:32.887225Z
    • @@ -22984,7 +22984,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.459330Z +
        2023-11-02T05:03:33.917032Z
      • @@ -23002,7 +23002,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        0bb81705-268a-4fad-8c28-421fac5b2794 +
        8d420301-e75b-4979-8e73-537862dcef83
      @@ -23036,7 +23036,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -23050,12 +23050,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004715 +
      0.004126
    • reported
      : -
      2023-11-02T04:54:02.143174Z +
      2023-11-02T04:55:37.345365Z
    • @@ -23069,7 +23069,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
        5d2db992-b429-47de-a055-7da0b07a46b3
      • @@ -23102,7 +23102,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.43329Z +
          2023-11-02T04:55:32.89279Z
        • @@ -23119,7 +23119,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.43329Z +
            2023-11-02T05:03:33.89279Z
          • @@ -23138,7 +23138,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            8072f9e3-312f-4353-bb3b-7c18f16a651d +
            5416c64d-ae3a-4506-8767-f85d49e95a54
          @@ -23150,7 +23150,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            8cc60957-460d-4902-b4ec-0b108cad7a4e +
            a74d81a1-2cde-4580-8f10-5c9aff42169b
          • @@ -23183,7 +23183,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.447816Z +
              2023-11-02T04:55:32.906295Z
            • @@ -23200,7 +23200,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.447816Z +
                2023-11-02T05:03:33.906295Z
              • @@ -23219,7 +23219,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                e69a4dfd-47c6-41a3-923e-2a554f76fdea +
                4f8c00f3-6a34-40a6-aeea-f18d12a7cf9c
              @@ -23282,7 +23282,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:02.214288Z +
              2023-11-02T04:55:37.411070Z
            • @@ -23320,7 +23320,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -23471,7 +23471,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.427501Z +
              2023-11-02T04:55:32.887225Z
            • @@ -23488,7 +23488,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.459330Z +
                2023-11-02T05:03:33.917032Z
              • @@ -23506,7 +23506,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                4ae86be2-3723-4a09-afb1-0be58302ca5d +
                449a8ddc-b8ce-4bad-a712-9861bd66853d
              @@ -23540,7 +23540,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:02 GMT +
              Thu, 02 Nov 2023 04:55:37 GMT
            • @@ -23554,12 +23554,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.0043 +
              0.004489
            • reported
              : -
              2023-11-02T04:54:02.219337Z +
              2023-11-02T04:55:37.416360Z
            • @@ -23573,7 +23573,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                5d2db992-b429-47de-a055-7da0b07a46b3
              • @@ -23606,7 +23606,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.43329Z +
                  2023-11-02T04:55:32.89279Z
                • @@ -23623,7 +23623,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.43329Z +
                    2023-11-02T05:03:33.89279Z
                  • @@ -23642,7 +23642,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • subscription_id
                    : -
                    8072f9e3-312f-4353-bb3b-7c18f16a651d +
                    5416c64d-ae3a-4506-8767-f85d49e95a54
                  @@ -23654,7 +23654,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    8cc60957-460d-4902-b4ec-0b108cad7a4e +
                    a74d81a1-2cde-4580-8f10-5c9aff42169b
                  • @@ -23687,7 +23687,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.447816Z +
                      2023-11-02T04:55:32.906295Z
                    • @@ -23704,7 +23704,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.447816Z +
                        2023-11-02T05:03:33.906295Z
                      • @@ -23723,7 +23723,7 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • subscription_id
                        : -
                        e69a4dfd-47c6-41a3-923e-2a554f76fdea +
                        4f8c00f3-6a34-40a6-aeea-f18d12a7cf9c
                      @@ -23797,12 +23797,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/5d2db992-b429-47de-a055-7da0b07a46b3
                    • initiated_at
                      : -
                      2023-11-02T04:54:02.221100Z +
                      2023-11-02T04:55:37.419150Z
                    • @@ -23830,7 +23830,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -23869,7 +23869,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:02 GMT +
                    Thu, 02 Nov 2023 04:55:37 GMT
                  • @@ -23893,12 +23893,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015439 +
                    0.014336
                  • reported
                    : -
                    2023-11-02T04:54:02.237209Z +
                    2023-11-02T04:55:37.434201Z
                  • @@ -23938,7 +23938,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.433290Z +
                    2023-11-02T05:03:33.892790Z
                  @@ -23955,7 +23955,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.433290Z +
                  2023-11-02T04:55:32.892790Z
                @@ -24112,7 +24112,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  77f72a36-8abe-43ad-bf2d-b8c8708c4248 +
                  5d2db992-b429-47de-a055-7da0b07a46b3
                • @@ -24122,7 +24122,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  erYIIjOZB5UmWNaqowm7Tuqkr-zhkh5Sq6919WiCz2M_ +
                  q2iXOdUR51QRLn6PDZFYM9FWC4nJlJges6E.mUBJpIQ_
                • @@ -24132,7 +24132,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  8072f9e3-312f-4353-bb3b-7c18f16a651d +
                  5416c64d-ae3a-4506-8767-f85d49e95a54
                • @@ -24145,7 +24145,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.43329Z +
                  2023-11-02T05:03:33.89279Z
                @@ -24162,7 +24162,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.43329Z +
                2023-11-02T04:55:32.89279Z
              diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s8.html b/artifacts/uss_qualifier/reports/uspace/sequence/s8.html index d57a4348f3..45fb6fb297 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s8.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s8.html @@ -91,7 +91,7 @@
    - Setup + Setup - Check for flight planning readiness + Check for flight planning readiness 3 🌐
    - Area clearing + Area clearing 7 🌐
    - Attempt to plan flight in conflict + Attempt to plan flight in conflict - Plan flight 2 + Plan flight 2 11 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 14 🌐
    - Attempt to plan flight 1 + Attempt to plan flight 1 24 🌐
    - Validate flight 1 not shared + Validate flight 1 not shared 27 🌐
    - Delete flight 2 + Delete flight 2 31 🌐
    - Attempt to modify planned flight in conflict + Attempt to modify planned flight in conflict - Plan flight 1 + Plan flight 1 33 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 36 🌐
    - Plan flight 2 + Plan flight 2 46 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 49 🌐
    - Attempt to modify planned flight 1 in conflict + Attempt to modify planned flight 1 in conflict 59 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 62 🌐
    - Attempt to activate flight in conflict + Attempt to activate flight in conflict - Attempt to activate conflicting flight 1 + Attempt to activate conflicting flight 1 72 🌐
    - Validate flight 1 not activated + Validate flight 1 not activated 75 🌐
    - Modify activated flight with pre-existing conflict + Modify activated flight with pre-existing conflict - Delete flight 2 + Delete flight 2 85 🌐
    - Activate flight 1 + Activate flight 1 87 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 90 🌐
    - Plan flight 2 + Plan flight 2 100 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 103 🌐
    - Activate flight 2 + Activate flight 2 113 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 116 🌐
    - Modify activated flight 1 in conflict with activated flight 2 + Modify activated flight 1 in conflict with activated flight 2 126 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 131 🌐
    - Attempt to modify activated flight in conflict + Attempt to modify activated flight in conflict - Modify activated flight 2 to not conflict with activated flight 1 + Modify activated flight 2 to not conflict with activated flight 1 141 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 144 🌐
    - Attempt to modify activated flight 1 in conflict + Attempt to modify activated flight 1 in conflict 154 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 157 🌐
    @@ -126,10 +126,10 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -152,7 +152,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.345249Z +
    2023-11-02T04:55:37.531650Z
  • @@ -180,7 +180,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -219,7 +219,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:02 GMT +
    Thu, 02 Nov 2023 04:55:37 GMT
  • @@ -243,12 +243,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003979 +
    0.003474
  • reported
    : -
    2023-11-02T04:54:02.350090Z +
    2023-11-02T04:55:37.535845Z
  • @@ -333,7 +333,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.350694Z +
    2023-11-02T04:55:37.537038Z
  • @@ -361,7 +361,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -400,7 +400,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:02 GMT +
    Thu, 02 Nov 2023 04:55:37 GMT
  • @@ -424,12 +424,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003491 +
    0.003003
  • reported
    : -
    2023-11-02T04:54:02.354932Z +
    2023-11-02T04:55:37.540735Z
  • @@ -442,7 +442,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • version
    : -
    interuss/monitoring/v0.0.0-cf9772d +
    interuss/monitoring/v0.0.0-eaa6227
  • @@ -479,7 +479,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -502,7 +502,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.366572Z +
    2023-11-02T04:55:37.552262Z
  • @@ -540,7 +540,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -552,7 +552,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • request_id
      : -
      3ddde163-ee3e-4705-9bab-d46db5a4dcef +
      6ce091fa-102e-45c6-b916-ec552f24387e
    • @@ -696,7 +696,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.524165Z +
        2023-11-02T04:55:32.977609Z
      • @@ -713,7 +713,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.548100Z +
          2023-11-02T05:03:33.999376Z
        • @@ -760,7 +760,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:02 GMT +
          Thu, 02 Nov 2023 04:55:37 GMT
        • @@ -784,12 +784,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.019235 +
          0.017493
        • reported
          : -
          2023-11-02T04:54:02.386634Z +
          2023-11-02T04:55:37.570578Z
        • @@ -876,7 +876,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:02.388390Z +
          2023-11-02T04:55:37.572475Z
        • @@ -914,7 +914,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -926,7 +926,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • request_id
          : -
          5506ba24-358a-4446-bba5-95594747e924 +
          7e3a734a-8efb-4a58-9564-2205be0dc7be
        • @@ -1070,7 +1070,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.524165Z +
            2023-11-02T04:55:32.977609Z
          • @@ -1087,7 +1087,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.548100Z +
              2023-11-02T05:03:33.999376Z
            • @@ -1134,7 +1134,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:02 GMT +
              Thu, 02 Nov 2023 04:55:37 GMT
            • @@ -1158,12 +1158,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.018275 +
              0.016905
            • reported
              : -
              2023-11-02T04:54:02.407469Z +
              2023-11-02T04:55:37.590207Z
            • @@ -1212,7 +1212,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • timestamp
              : -
              2023-11-02T04:54:02.405903Z +
              2023-11-02T04:55:37.588674Z
            @@ -1253,10 +1253,10 @@

            scenarios.astm.utm.ConflictHigherPriority

    @@ -1274,12 +1274,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/62b1bc1b-7fd8-4737-b3f0-9cb7d3bd1cf0 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/3515925b-a69e-492f-bbd4-1ddf419b0402
  • initiated_at
    : -
    2023-11-02T04:54:02.414876Z +
    2023-11-02T04:55:37.597865Z
  • @@ -1317,7 +1317,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -1484,7 +1484,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.532953Z +
      2023-11-02T04:55:32.985805Z
    • @@ -1501,7 +1501,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.532953Z +
        2023-11-02T05:03:33.985805Z
      • @@ -1610,7 +1610,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        82f70f52-de31-4cba-a31d-5c66f42137bb +
        e9e79c3c-3b67-4af7-bd27-6449caf30ca0
      @@ -1644,7 +1644,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -1668,12 +1668,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.083372 +
      0.07618
    • reported
      : -
      2023-11-02T04:54:02.499108Z +
      2023-11-02T04:55:37.674911Z
    • @@ -1681,7 +1681,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        15f410f5-c303-499a-aad6-b9b55b59aeb4 +
        6d13ae05-c773-4547-96db-ba501aef735a
      • @@ -1733,7 +1733,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -1756,7 +1756,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.408297Z +
    2023-11-02T04:55:37.591220Z
  • @@ -1794,7 +1794,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -1945,7 +1945,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -1962,7 +1962,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -1980,7 +1980,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        828cfd47-8de1-4240-a55c-4a8950fbc2d6 +
        9ce956ec-7a95-4ec8-8ee9-338e0f820b67
      @@ -2014,7 +2014,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -2028,12 +2028,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.002605 +
      0.002726
    • reported
      : -
      2023-11-02T04:54:02.411613Z +
      2023-11-02T04:55:37.594698Z
    • @@ -2100,7 +2100,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:02.500132Z +
      2023-11-02T04:55:37.675929Z
    • @@ -2138,7 +2138,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -2289,7 +2289,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -2306,7 +2306,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -2324,7 +2324,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        d5bcf2a4-cf7b-410f-ab5b-67789564380b +
        83da531e-5f89-4ab4-b96a-466c0cfc424b
      @@ -2358,7 +2358,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -2372,12 +2372,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003929 +
      0.003723
    • reported
      : -
      2023-11-02T04:54:02.504888Z +
      2023-11-02T04:55:37.680477Z
    • @@ -2391,7 +2391,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        15f410f5-c303-499a-aad6-b9b55b59aeb4 +
        6d13ae05-c773-4547-96db-ba501aef735a
      • @@ -2424,7 +2424,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.532953Z +
          2023-11-02T04:55:32.985805Z
        • @@ -2441,7 +2441,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.532953Z +
            2023-11-02T05:03:33.985805Z
          • @@ -2460,7 +2460,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            9cd38f6e-1230-48a0-b194-c15a860a9e61 +
            f5ef3ba7-39c4-4eb0-b345-efc3c8beb328
          @@ -2540,12 +2540,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/15f410f5-c303-499a-aad6-b9b55b59aeb4 +
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/6d13ae05-c773-4547-96db-ba501aef735a
        • initiated_at
          : -
          2023-11-02T04:54:02.506520Z +
          2023-11-02T04:55:37.682132Z
        • @@ -2573,7 +2573,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -2612,7 +2612,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:02 GMT +
        Thu, 02 Nov 2023 04:55:37 GMT
      • @@ -2636,12 +2636,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.012861 +
        0.012727
      • reported
        : -
        2023-11-02T04:54:02.520147Z +
        2023-11-02T04:55:37.695699Z
      • @@ -2681,7 +2681,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.532953Z +
        2023-11-02T05:03:33.985805Z
      @@ -2698,7 +2698,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.532953Z +
      2023-11-02T04:55:32.985805Z
    @@ -2855,7 +2855,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      15f410f5-c303-499a-aad6-b9b55b59aeb4 +
      6d13ae05-c773-4547-96db-ba501aef735a
    • @@ -2865,7 +2865,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      IYL3ns5htnXGIm14jIe.Ty77QhYTyS2tEvtkFgWJ6pE_ +
      G4BCQHn3oXlsVDMC8gqALkxO86Nbl9VSYtuxQYNilk0_
    • @@ -2875,7 +2875,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      9cd38f6e-1230-48a0-b194-c15a860a9e61 +
      f5ef3ba7-39c4-4eb0-b345-efc3c8beb328
    • @@ -2888,7 +2888,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.532953Z +
      2023-11-02T05:03:33.985805Z
    @@ -2905,7 +2905,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.532953Z +
    2023-11-02T04:55:32.985805Z
  • @@ -3019,7 +3019,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -3037,12 +3037,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/af6e29d7-fd94-49cb-9329-da97ea4bb589 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/3569e5b6-860b-454a-b8fa-fa19af2896eb
  • initiated_at
    : -
    2023-11-02T04:54:02.548098Z +
    2023-11-02T04:55:37.722604Z
  • @@ -3080,7 +3080,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -3250,7 +3250,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -3267,7 +3267,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.524165Z +
        2023-11-02T05:03:33.977609Z
      • @@ -3390,7 +3390,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        977b5bfd-b749-4f0f-8e3d-2e93fa9f3a46 +
        25bd7de7-0ae2-403a-951a-6268f9f7d132
      @@ -3424,7 +3424,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -3448,12 +3448,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.063108 +
      0.05916
    • reported
      : -
      2023-11-02T04:54:02.612202Z +
      2023-11-02T04:55:37.782711Z
    • @@ -3466,7 +3466,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss2's operational intent 15f410f5-c303-499a-aad6-b9b55b59aeb4 (priority 100) +
      Requested flight (priority 0) intersected uss2's operational intent 6d13ae05-c773-4547-96db-ba501aef735a (priority 100)
    • @@ -3528,7 +3528,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -3551,7 +3551,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.540669Z +
    2023-11-02T04:55:37.715478Z
  • @@ -3589,7 +3589,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -3740,7 +3740,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -3757,7 +3757,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -3775,7 +3775,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        a31ddfa5-0620-419e-98d0-d9c7be03b317 +
        0f3fc117-7b97-439a-8109-60383b06c1ee
      @@ -3809,7 +3809,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -3823,12 +3823,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004039 +
      0.003788
    • reported
      : -
      2023-11-02T04:54:02.545491Z +
      2023-11-02T04:55:37.720091Z
    • @@ -3842,7 +3842,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        15f410f5-c303-499a-aad6-b9b55b59aeb4 +
        6d13ae05-c773-4547-96db-ba501aef735a
      • @@ -3875,7 +3875,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.532953Z +
          2023-11-02T04:55:32.985805Z
        • @@ -3892,7 +3892,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.532953Z +
            2023-11-02T05:03:33.985805Z
          • @@ -3911,7 +3911,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            9cd38f6e-1230-48a0-b194-c15a860a9e61 +
            f5ef3ba7-39c4-4eb0-b345-efc3c8beb328
          @@ -3976,7 +3976,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:02.613856Z +
          2023-11-02T04:55:37.783622Z
        • @@ -4014,7 +4014,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -4165,7 +4165,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -4182,7 +4182,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.556778Z +
            2023-11-02T05:03:34.007346Z
          • @@ -4200,7 +4200,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            373592f3-b841-43f3-8123-1b1dec6e4412 +
            c0396a65-7af4-42a1-abaf-07778476f24a
          @@ -4234,7 +4234,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:02 GMT +
          Thu, 02 Nov 2023 04:55:37 GMT
        • @@ -4248,12 +4248,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.003866 +
          0.003721
        • reported
          : -
          2023-11-02T04:54:02.618564Z +
          2023-11-02T04:55:37.788142Z
        • @@ -4267,7 +4267,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            15f410f5-c303-499a-aad6-b9b55b59aeb4 +
            6d13ae05-c773-4547-96db-ba501aef735a
          • @@ -4300,7 +4300,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.532953Z +
              2023-11-02T04:55:32.985805Z
            • @@ -4317,7 +4317,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.532953Z +
                2023-11-02T05:03:33.985805Z
              • @@ -4336,7 +4336,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                9cd38f6e-1230-48a0-b194-c15a860a9e61 +
                f5ef3ba7-39c4-4eb0-b345-efc3c8beb328
              @@ -4401,7 +4401,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -4419,12 +4419,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/62b1bc1b-7fd8-4737-b3f0-9cb7d3bd1cf0 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/3515925b-a69e-492f-bbd4-1ddf419b0402
  • initiated_at
    : -
    2023-11-02T04:54:02.620049Z +
    2023-11-02T04:55:37.790441Z
  • @@ -4457,7 +4457,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4496,7 +4496,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:02 GMT +
    Thu, 02 Nov 2023 04:55:37 GMT
  • @@ -4520,12 +4520,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.039173 +
    0.037482
  • reported
    : -
    2023-11-02T04:54:02.660027Z +
    2023-11-02T04:55:37.828756Z
  • @@ -4570,10 +4570,10 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -4591,12 +4591,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:02.667328Z +
    2023-11-02T04:55:37.836162Z
  • @@ -4634,7 +4634,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4804,7 +4804,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -4821,7 +4821,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.524165Z +
        2023-11-02T05:03:33.977609Z
      • @@ -4944,7 +4944,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        613778b3-078c-4dfd-85b1-637dbd9c9328 +
        05edda4f-7493-4755-b3d8-13a8048e39bf
      @@ -4978,7 +4978,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -5002,12 +5002,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.086304 +
      0.082446
    • reported
      : -
      2023-11-02T04:54:02.754526Z +
      2023-11-02T04:55:37.919583Z
    • @@ -5077,7 +5077,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -5100,7 +5100,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.660995Z +
    2023-11-02T04:55:37.830145Z
  • @@ -5138,7 +5138,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -5289,7 +5289,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -5306,7 +5306,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -5324,7 +5324,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        01d5a52f-829d-4dfa-8530-3c30365ad650 +
        e14acf1f-ebc8-4689-9d04-5b83baa48869
      @@ -5358,7 +5358,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -5372,12 +5372,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.00333 +
      0.00292
    • reported
      : -
      2023-11-02T04:54:02.665147Z +
      2023-11-02T04:55:37.833959Z
    • @@ -5444,7 +5444,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:02.755441Z +
      2023-11-02T04:55:37.920994Z
    • @@ -5482,7 +5482,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -5633,7 +5633,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -5650,7 +5650,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -5668,7 +5668,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        1f4b7f6f-4c9f-46e2-8840-1b964212b58d +
        b47e2817-d838-4ef0-b4a7-1eba1044347a
      @@ -5702,7 +5702,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -5716,12 +5716,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003695 +
      0.003793
    • reported
      : -
      2023-11-02T04:54:02.759954Z +
      2023-11-02T04:55:37.925586Z
    • @@ -5735,7 +5735,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        e671fab2-4f34-4fd3-b04c-aca147969ab5 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • @@ -5768,7 +5768,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -5785,7 +5785,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.524165Z +
            2023-11-02T05:03:33.977609Z
          • @@ -5804,7 +5804,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
            fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
          @@ -5884,12 +5884,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
        • initiated_at
          : -
          2023-11-02T04:54:02.761927Z +
          2023-11-02T04:55:37.927923Z
        • @@ -5917,7 +5917,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -5956,7 +5956,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:02 GMT +
        Thu, 02 Nov 2023 04:55:37 GMT
      • @@ -5980,12 +5980,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.014393 +
        0.013588
      • reported
        : -
        2023-11-02T04:54:02.777052Z +
        2023-11-02T04:55:37.942255Z
      • @@ -6025,7 +6025,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.524165Z +
        2023-11-02T05:03:33.977609Z
      @@ -6042,7 +6042,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    @@ -6199,7 +6199,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      e671fab2-4f34-4fd3-b04c-aca147969ab5 +
      89037e14-65ce-47e1-ad60-dc7b7ca2f53a
    • @@ -6209,7 +6209,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      1.HMGFBnAuAgQ7OVBN4HPLJCQQ-3jLc6.d8VnbJchTI_ +
      vYrxKOWe0mfFhZEPIxZACegp9Jtrf4dOjm-SP1a8vl4_
    • @@ -6219,7 +6219,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
      fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
    • @@ -6232,7 +6232,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.524165Z +
      2023-11-02T05:03:33.977609Z
    @@ -6249,7 +6249,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.524165Z +
    2023-11-02T04:55:32.977609Z
  • @@ -6363,7 +6363,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -6381,12 +6381,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/1ba98152-8377-4d7d-aa41-404106e24113 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/c47463da-2d4c-498d-9e10-7081afcf03b7
  • initiated_at
    : -
    2023-11-02T04:54:02.807610Z +
    2023-11-02T04:55:37.970271Z
  • @@ -6424,7 +6424,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -6591,7 +6591,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.532953Z +
      2023-11-02T04:55:32.985805Z
    • @@ -6608,7 +6608,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.532953Z +
        2023-11-02T05:03:33.985805Z
      • @@ -6717,7 +6717,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        0d6c1a16-ac5c-4b55-b08a-f95e7cd74024 +
        a18a673e-5995-406c-8b90-ea6af5ed77a8
      @@ -6751,7 +6751,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -6775,12 +6775,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.101802 +
      0.118256
    • reported
      : -
      2023-11-02T04:54:02.910289Z +
      2023-11-02T04:55:38.089433Z
    • @@ -6788,7 +6788,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        89e28205-2fa6-4b62-87b3-85fe3269c039 +
        cde769e5-d68e-45e6-a53c-52f401fe0c06
      • @@ -6840,7 +6840,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -6863,7 +6863,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.799639Z +
    2023-11-02T04:55:37.962228Z
  • @@ -6901,7 +6901,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -7052,7 +7052,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -7069,7 +7069,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -7087,7 +7087,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        28d48674-78ff-49c3-841e-ab3ca3190c1c +
        c6d13dc3-48d2-4268-8e44-960c3de9f3a7
      @@ -7121,7 +7121,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:37 GMT
    • @@ -7135,12 +7135,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003533 +
      0.003628
    • reported
      : -
      2023-11-02T04:54:02.803913Z +
      2023-11-02T04:55:37.966670Z
    • @@ -7154,7 +7154,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        e671fab2-4f34-4fd3-b04c-aca147969ab5 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • @@ -7187,7 +7187,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -7204,7 +7204,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.524165Z +
            2023-11-02T05:03:33.977609Z
          • @@ -7223,7 +7223,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
            fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
          @@ -7288,7 +7288,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:02.911336Z +
          2023-11-02T04:55:38.090753Z
        • @@ -7326,7 +7326,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -7477,7 +7477,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -7494,7 +7494,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.556778Z +
            2023-11-02T05:03:34.007346Z
          • @@ -7512,7 +7512,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            d5cb56db-b264-4420-927f-a22c4dc14b6d +
            a30fe171-6599-46d8-95cf-575f21de1a21
          @@ -7546,7 +7546,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:02 GMT +
          Thu, 02 Nov 2023 04:55:38 GMT
        • @@ -7560,12 +7560,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004694 +
          0.004536
        • reported
          : -
          2023-11-02T04:54:02.916848Z +
          2023-11-02T04:55:38.096137Z
        • @@ -7579,12 +7579,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            89e28205-2fa6-4b62-87b3-85fe3269c039 +
            89037e14-65ce-47e1-ad60-dc7b7ca2f53a
          • manager
            : -
            uss2 +
            uss1
          • @@ -7612,7 +7612,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.532953Z +
              2023-11-02T04:55:32.977609Z
            • @@ -7629,7 +7629,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.532953Z +
                2023-11-02T05:03:33.977609Z
              • @@ -7643,12 +7643,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss2.localutm/mock/scd +
                http://scdsc.uss1.localutm/mock/scd
              • subscription_id
                : -
                b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
                fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
              @@ -7660,12 +7660,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                cde769e5-d68e-45e6-a53c-52f401fe0c06
              • manager
                : -
                uss1 +
                uss2
              • @@ -7693,7 +7693,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.524165Z +
                  2023-11-02T04:55:32.985805Z
                • @@ -7710,7 +7710,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.524165Z +
                    2023-11-02T05:03:33.985805Z
                  • @@ -7724,12 +7724,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss1.localutm/mock/scd +
                    http://scdsc.uss2.localutm/mock/scd
                  • subscription_id
                    : -
                    ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                    c40d4d9e-7b35-4405-95a5-8034e23ca52d
                  @@ -7809,12 +7809,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/89e28205-2fa6-4b62-87b3-85fe3269c039 +
                  http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/cde769e5-d68e-45e6-a53c-52f401fe0c06
                • initiated_at
                  : -
                  2023-11-02T04:54:02.919768Z +
                  2023-11-02T04:55:38.098652Z
                • @@ -7842,7 +7842,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -7881,7 +7881,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:02 GMT +
                Thu, 02 Nov 2023 04:55:38 GMT
              • @@ -7905,12 +7905,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.013425 +
                0.012349
              • reported
                : -
                2023-11-02T04:54:02.933906Z +
                2023-11-02T04:55:38.111768Z
              • @@ -7950,7 +7950,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.532953Z +
                2023-11-02T05:03:33.985805Z
              @@ -7967,7 +7967,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.532953Z +
              2023-11-02T04:55:32.985805Z
            @@ -8124,7 +8124,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              89e28205-2fa6-4b62-87b3-85fe3269c039 +
              cde769e5-d68e-45e6-a53c-52f401fe0c06
            • @@ -8134,7 +8134,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              A3Kz-mr2fBDSikSj0mz2mLXJ8yp0O-RzjMVGM.s2a2Q_ +
              Xnl5bSd9JheAfbTuoIDFyqgZpB0h2VksbJ3OLrCLVk4_
            • @@ -8144,7 +8144,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
              c40d4d9e-7b35-4405-95a5-8034e23ca52d
            • @@ -8157,7 +8157,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.532953Z +
              2023-11-02T05:03:33.985805Z
            @@ -8174,7 +8174,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.532953Z +
            2023-11-02T04:55:32.985805Z
          @@ -8288,7 +8288,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -8306,12 +8306,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:02.963299Z +
    2023-11-02T04:55:38.139317Z
  • @@ -8349,7 +8349,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -8519,7 +8519,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.527162Z +
      2023-11-02T04:55:32.980459Z
    • @@ -8536,7 +8536,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.527162Z +
        2023-11-02T05:03:33.980459Z
      • @@ -8659,7 +8659,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        810dca0d-1cb8-4e68-83ae-57f397d16899 +
        d8215f40-0410-4604-9f23-09c26d91ab03
      @@ -8693,7 +8693,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -8717,12 +8717,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.086369 +
      0.073147
    • reported
      : -
      2023-11-02T04:54:03.050637Z +
      2023-11-02T04:55:38.213392Z
    • @@ -8735,7 +8735,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss2's operational intent 89e28205-2fa6-4b62-87b3-85fe3269c039 (priority 100) +
      Requested flight (priority 0) intersected uss2's operational intent cde769e5-d68e-45e6-a53c-52f401fe0c06 (priority 100)
    • @@ -8797,7 +8797,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -8820,7 +8820,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:02.955242Z +
    2023-11-02T04:55:38.131367Z
  • @@ -8858,7 +8858,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -9009,7 +9009,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -9026,7 +9026,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -9044,7 +9044,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        8733da45-2dde-4879-9a38-742f8edcb156 +
        38880062-7d34-4c01-8797-45e9497ef003
      @@ -9078,7 +9078,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:02 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -9092,12 +9092,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004276 +
      0.00426
    • reported
      : -
      2023-11-02T04:54:02.960308Z +
      2023-11-02T04:55:38.136417Z
    • @@ -9111,12 +9111,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        89e28205-2fa6-4b62-87b3-85fe3269c039 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -9144,7 +9144,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.532953Z +
          2023-11-02T04:55:32.977609Z
        • @@ -9161,7 +9161,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.532953Z +
            2023-11-02T05:03:33.977609Z
          • @@ -9175,12 +9175,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
            fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
          @@ -9192,12 +9192,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            cde769e5-d68e-45e6-a53c-52f401fe0c06
          • manager
            : -
            uss1 +
            uss2
          • @@ -9225,7 +9225,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.985805Z
            • @@ -9242,7 +9242,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.524165Z +
                2023-11-02T05:03:33.985805Z
              • @@ -9256,12 +9256,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                c40d4d9e-7b35-4405-95a5-8034e23ca52d
              @@ -9326,7 +9326,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:03.051481Z +
              2023-11-02T04:55:38.214394Z
            • @@ -9364,7 +9364,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -9515,7 +9515,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -9532,7 +9532,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -9550,7 +9550,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                ce0581a1-5c15-4b5c-b546-de03f9df42dd +
                cb54081a-531e-4f48-9ea8-5b90781a46fb
              @@ -9584,7 +9584,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:03 GMT +
              Thu, 02 Nov 2023 04:55:38 GMT
            • @@ -9598,12 +9598,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.005218 +
              0.004257
            • reported
              : -
              2023-11-02T04:54:03.057544Z +
              2023-11-02T04:55:38.219522Z
            • @@ -9617,12 +9617,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                89e28205-2fa6-4b62-87b3-85fe3269c039 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -9650,7 +9650,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.532953Z +
                  2023-11-02T04:55:32.977609Z
                • @@ -9667,7 +9667,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.532953Z +
                    2023-11-02T05:03:33.977609Z
                  • @@ -9681,12 +9681,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
                    fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
                  @@ -9698,12 +9698,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    cde769e5-d68e-45e6-a53c-52f401fe0c06
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -9731,7 +9731,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.524165Z +
                      2023-11-02T04:55:32.985805Z
                    • @@ -9748,7 +9748,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.524165Z +
                        2023-11-02T05:03:33.985805Z
                      • @@ -9762,12 +9762,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                        c40d4d9e-7b35-4405-95a5-8034e23ca52d
                      @@ -9847,12 +9847,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                    • initiated_at
                      : -
                      2023-11-02T04:54:03.059259Z +
                      2023-11-02T04:55:38.221257Z
                    • @@ -9880,7 +9880,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -9919,7 +9919,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:03 GMT +
                    Thu, 02 Nov 2023 04:55:38 GMT
                  • @@ -9943,12 +9943,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.016119 +
                    0.014699
                  • reported
                    : -
                    2023-11-02T04:54:03.076185Z +
                    2023-11-02T04:55:38.236799Z
                  • @@ -9988,7 +9988,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.524165Z +
                    2023-11-02T05:03:33.977609Z
                  @@ -10005,7 +10005,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.524165Z +
                  2023-11-02T04:55:32.977609Z
                @@ -10162,7 +10162,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                  89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                • @@ -10172,7 +10172,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  1.HMGFBnAuAgQ7OVBN4HPLJCQQ-3jLc6.d8VnbJchTI_ +
                  vYrxKOWe0mfFhZEPIxZACegp9Jtrf4dOjm-SP1a8vl4_
                • @@ -10182,7 +10182,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                  fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
                • @@ -10195,7 +10195,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.524165Z +
                  2023-11-02T05:03:33.977609Z
                @@ -10212,7 +10212,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.524165Z +
                2023-11-02T04:55:32.977609Z
              @@ -10326,10 +10326,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -10347,12 +10347,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:03.106345Z +
    2023-11-02T04:55:38.264020Z
  • @@ -10390,7 +10390,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -10560,7 +10560,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.535895Z +
      2023-11-02T04:55:32.988473Z
    • @@ -10577,7 +10577,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.535895Z +
        2023-11-02T05:03:33.988473Z
      • @@ -10700,7 +10700,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        0bef620d-fc5e-4e05-9013-2a07e10e13e1 +
        64ba6399-984e-4cb0-96bf-0855532ecebc
      @@ -10734,7 +10734,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -10758,12 +10758,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.066356 +
      0.062169
    • reported
      : -
      2023-11-02T04:54:03.173620Z +
      2023-11-02T04:55:38.327110Z
    • @@ -10776,7 +10776,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss2's operational intent 89e28205-2fa6-4b62-87b3-85fe3269c039 (priority 100) +
      Requested flight (priority 0) intersected uss2's operational intent cde769e5-d68e-45e6-a53c-52f401fe0c06 (priority 100)
    • @@ -10838,7 +10838,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -10861,7 +10861,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.098223Z +
    2023-11-02T04:55:38.256235Z
  • @@ -10899,7 +10899,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -11050,7 +11050,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -11067,7 +11067,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -11085,7 +11085,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        cdf1bee1-fb1a-48a0-9c01-50f460b063f2 +
        9c852d48-d2be-40c8-9d1d-f3387d286844
      @@ -11119,7 +11119,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -11133,12 +11133,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004358 +
      0.004168
    • reported
      : -
      2023-11-02T04:54:03.103364Z +
      2023-11-02T04:55:38.261173Z
    • @@ -11152,12 +11152,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        89e28205-2fa6-4b62-87b3-85fe3269c039 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -11185,7 +11185,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.532953Z +
          2023-11-02T04:55:32.977609Z
        • @@ -11202,7 +11202,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.532953Z +
            2023-11-02T05:03:33.977609Z
          • @@ -11216,12 +11216,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
            fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
          @@ -11233,12 +11233,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            cde769e5-d68e-45e6-a53c-52f401fe0c06
          • manager
            : -
            uss1 +
            uss2
          • @@ -11266,7 +11266,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.985805Z
            • @@ -11283,7 +11283,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.524165Z +
                2023-11-02T05:03:33.985805Z
              • @@ -11297,12 +11297,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                c40d4d9e-7b35-4405-95a5-8034e23ca52d
              @@ -11367,7 +11367,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:03.174812Z +
              2023-11-02T04:55:38.328000Z
            • @@ -11405,7 +11405,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -11556,7 +11556,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -11573,7 +11573,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -11591,7 +11591,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                f69bc88e-7488-4e5f-b5cb-4939778f2b71 +
                59e6bf41-2cfd-40df-b3a5-7889b06d37ec
              @@ -11625,7 +11625,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:03 GMT +
              Thu, 02 Nov 2023 04:55:38 GMT
            • @@ -11639,12 +11639,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004849 +
              0.00416
            • reported
              : -
              2023-11-02T04:54:03.180535Z +
              2023-11-02T04:55:38.332956Z
            • @@ -11658,12 +11658,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                89e28205-2fa6-4b62-87b3-85fe3269c039 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -11691,7 +11691,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.532953Z +
                  2023-11-02T04:55:32.977609Z
                • @@ -11708,7 +11708,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.532953Z +
                    2023-11-02T05:03:33.977609Z
                  • @@ -11722,12 +11722,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    b35fe55e-f935-4315-802c-eb0f3dcb6b1d +
                    fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
                  @@ -11739,12 +11739,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    cde769e5-d68e-45e6-a53c-52f401fe0c06
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -11772,7 +11772,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.524165Z +
                      2023-11-02T04:55:32.985805Z
                    • @@ -11789,7 +11789,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.524165Z +
                        2023-11-02T05:03:33.985805Z
                      • @@ -11803,12 +11803,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                        c40d4d9e-7b35-4405-95a5-8034e23ca52d
                      @@ -11888,12 +11888,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                    • initiated_at
                      : -
                      2023-11-02T04:54:03.183040Z +
                      2023-11-02T04:55:38.334664Z
                    • @@ -11921,7 +11921,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -11960,7 +11960,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:03 GMT +
                    Thu, 02 Nov 2023 04:55:38 GMT
                  • @@ -11984,12 +11984,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015654 +
                    0.014609
                  • reported
                    : -
                    2023-11-02T04:54:03.199445Z +
                    2023-11-02T04:55:38.350066Z
                  • @@ -12029,7 +12029,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.524165Z +
                    2023-11-02T05:03:33.977609Z
                  @@ -12046,7 +12046,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.524165Z +
                  2023-11-02T04:55:32.977609Z
                @@ -12203,7 +12203,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                  89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                • @@ -12213,7 +12213,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  1.HMGFBnAuAgQ7OVBN4HPLJCQQ-3jLc6.d8VnbJchTI_ +
                  vYrxKOWe0mfFhZEPIxZACegp9Jtrf4dOjm-SP1a8vl4_
                • @@ -12223,7 +12223,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
                  fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
                • @@ -12236,7 +12236,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.524165Z +
                  2023-11-02T05:03:33.977609Z
                @@ -12253,7 +12253,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.524165Z +
                2023-11-02T04:55:32.977609Z
              @@ -12367,10 +12367,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -12388,12 +12388,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/1ba98152-8377-4d7d-aa41-404106e24113 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/c47463da-2d4c-498d-9e10-7081afcf03b7
  • initiated_at
    : -
    2023-11-02T04:54:03.219962Z +
    2023-11-02T04:55:38.369558Z
  • @@ -12426,7 +12426,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12465,7 +12465,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:03 GMT +
    Thu, 02 Nov 2023 04:55:38 GMT
  • @@ -12489,12 +12489,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.039783 +
    0.03782
  • reported
    : -
    2023-11-02T04:54:03.260566Z +
    2023-11-02T04:55:38.408195Z
  • @@ -12539,7 +12539,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -12557,12 +12557,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:03.268123Z +
    2023-11-02T04:55:38.415593Z
  • @@ -12600,7 +12600,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12770,7 +12770,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.535895Z +
      2023-11-02T04:55:32.988473Z
    • @@ -12787,7 +12787,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.535895Z +
        2023-11-02T05:03:33.988473Z
      • @@ -12910,7 +12910,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        5ae50cd2-e927-4613-b039-9a6efacf62e2 +
        07ef86e8-c945-4f3d-859a-f7c41cdb9281
      @@ -12944,7 +12944,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -12968,12 +12968,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.103642 +
      0.099729
    • reported
      : -
      2023-11-02T04:54:03.372655Z +
      2023-11-02T04:55:38.516266Z
    • @@ -13043,7 +13043,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -13066,7 +13066,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.261471Z +
    2023-11-02T04:55:38.408999Z
  • @@ -13104,7 +13104,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -13255,7 +13255,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -13272,7 +13272,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -13290,7 +13290,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        efae5d7b-325f-464d-858e-f5eff745fe02 +
        de2d95d5-07cf-40ad-897e-276f4cf32316
      @@ -13324,7 +13324,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -13338,12 +13338,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003211 +
      0.003287
    • reported
      : -
      2023-11-02T04:54:03.265513Z +
      2023-11-02T04:55:38.413085Z
    • @@ -13357,7 +13357,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        e671fab2-4f34-4fd3-b04c-aca147969ab5 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • @@ -13390,7 +13390,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -13407,7 +13407,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.524165Z +
            2023-11-02T05:03:33.977609Z
          • @@ -13426,7 +13426,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ab5c1a19-3e64-421d-808e-c0e1a2c6e3f6 +
            fadd8c38-fa4c-4f2e-befd-bb4ce2bd5f3b
          @@ -13491,7 +13491,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:03.373803Z +
          2023-11-02T04:55:38.517802Z
        • @@ -13529,7 +13529,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -13680,7 +13680,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -13697,7 +13697,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.556778Z +
            2023-11-02T05:03:34.007346Z
          • @@ -13715,7 +13715,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            ebd1b164-6b52-490e-b26d-ccddc7911b63 +
            560cdcbe-d940-4025-926e-3ecd88b6dc59
          @@ -13749,7 +13749,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:03 GMT +
          Thu, 02 Nov 2023 04:55:38 GMT
        • @@ -13763,12 +13763,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.00413 +
          0.003919
        • reported
          : -
          2023-11-02T04:54:03.378853Z +
          2023-11-02T04:55:38.522562Z
        • @@ -13782,7 +13782,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            89037e14-65ce-47e1-ad60-dc7b7ca2f53a
          • @@ -13815,7 +13815,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.535895Z +
              2023-11-02T04:55:32.988473Z
            • @@ -13832,7 +13832,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.535895Z +
                2023-11-02T05:03:33.988473Z
              • @@ -13851,7 +13851,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
                27b4c6de-4702-442b-94af-660bd54295e0
              @@ -13931,12 +13931,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • url
              : -
              http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
              http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
            • initiated_at
              : -
              2023-11-02T04:54:03.380812Z +
              2023-11-02T04:55:38.523988Z
            • @@ -13964,7 +13964,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
            @@ -14003,7 +14003,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • Date
            : -
            Thu, 02 Nov 2023 04:54:03 GMT +
            Thu, 02 Nov 2023 04:55:38 GMT
          • @@ -14027,12 +14027,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • elapsed_s
            : -
            0.015788 +
            0.014722
          • reported
            : -
            2023-11-02T04:54:03.397348Z +
            2023-11-02T04:55:38.539438Z
          • @@ -14072,7 +14072,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.535895Z +
            2023-11-02T05:03:33.988473Z
          @@ -14089,7 +14089,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.535895Z +
          2023-11-02T04:55:32.988473Z
        @@ -14246,7 +14246,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • id
          : -
          e671fab2-4f34-4fd3-b04c-aca147969ab5 +
          89037e14-65ce-47e1-ad60-dc7b7ca2f53a
        • @@ -14256,7 +14256,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • ovn
          : -
          8G1FUb.Xcv0ykKyqbwcIc8YUS.c2TrRbRGzjTamBf4A_ +
          PFE6RTRyho8-OnGKduyd9rW4afApZlbgLTc6hkHS-hA_
        • @@ -14266,7 +14266,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • subscription_id
          : -
          e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
          27b4c6de-4702-442b-94af-660bd54295e0
        • @@ -14279,7 +14279,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.535895Z +
          2023-11-02T05:03:33.988473Z
        @@ -14296,7 +14296,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.535895Z +
        2023-11-02T04:55:32.988473Z
      @@ -14410,7 +14410,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -14428,12 +14428,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/1642ae2a-37e2-45a1-95d9-bfce0757a59c +
    http://scdsc.uss2.localutm/scdsc/v1/flights/cca7d62d-3929-4226-80c8-45f7c929b77c
  • initiated_at
    : -
    2023-11-02T04:54:03.428286Z +
    2023-11-02T04:55:38.568101Z
  • @@ -14471,7 +14471,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -14638,7 +14638,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.532953Z +
      2023-11-02T04:55:32.985805Z
    • @@ -14655,7 +14655,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.532953Z +
        2023-11-02T05:03:33.985805Z
      • @@ -14764,7 +14764,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        d2ecf485-d0fa-49f6-bed2-17bd568dfc1a +
        b62b6552-d11f-4af8-9c74-b200d1c5d1a1
      @@ -14798,7 +14798,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -14822,12 +14822,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.107269 +
      0.099411
    • reported
      : -
      2023-11-02T04:54:03.536474Z +
      2023-11-02T04:55:38.668384Z
    • @@ -14835,7 +14835,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        9a8198de-b725-4170-b21e-5cc71875dbaa
      • @@ -14887,7 +14887,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -14910,7 +14910,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.419251Z +
    2023-11-02T04:55:38.560089Z
  • @@ -14948,7 +14948,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -15099,7 +15099,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -15116,7 +15116,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -15134,7 +15134,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        5f955e9c-d312-4241-b197-f671f0058e59 +
        cb2876fc-59cd-4cc9-9035-6a7814058672
      @@ -15168,7 +15168,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -15182,12 +15182,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003989 +
      0.003655
    • reported
      : -
      2023-11-02T04:54:03.424032Z +
      2023-11-02T04:55:38.564495Z
    • @@ -15201,7 +15201,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        e671fab2-4f34-4fd3-b04c-aca147969ab5 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • @@ -15234,7 +15234,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.535895Z +
          2023-11-02T04:55:32.988473Z
        • @@ -15251,7 +15251,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.535895Z +
            2023-11-02T05:03:33.988473Z
          • @@ -15270,7 +15270,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
            27b4c6de-4702-442b-94af-660bd54295e0
          @@ -15335,7 +15335,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:03.537539Z +
          2023-11-02T04:55:38.669852Z
        • @@ -15373,7 +15373,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -15524,7 +15524,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.524165Z +
          2023-11-02T04:55:32.977609Z
        • @@ -15541,7 +15541,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.556778Z +
            2023-11-02T05:03:34.007346Z
          • @@ -15559,7 +15559,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            0c9b03f2-27c2-485b-8ea4-0ebb3030f7cd +
            b44998b9-67a5-425f-84a3-06e93915f00d
          @@ -15593,7 +15593,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:03 GMT +
          Thu, 02 Nov 2023 04:55:38 GMT
        • @@ -15607,12 +15607,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004526 +
          0.004236
        • reported
          : -
          2023-11-02T04:54:03.542937Z +
          2023-11-02T04:55:38.674904Z
        • @@ -15626,12 +15626,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            ce581a73-288e-4155-9ad5-906f92eb7828 +
            89037e14-65ce-47e1-ad60-dc7b7ca2f53a
          • manager
            : -
            uss2 +
            uss1
          • @@ -15641,12 +15641,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            1 +
            2
          • state
            : -
            Accepted +
            Activated
          • @@ -15659,7 +15659,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.532953Z +
              2023-11-02T04:55:32.988473Z
            • @@ -15676,7 +15676,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.532953Z +
                2023-11-02T05:03:33.988473Z
              • @@ -15690,12 +15690,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss2.localutm/mock/scd +
                http://scdsc.uss1.localutm/mock/scd
              • subscription_id
                : -
                5e4765bc-1a45-41ef-a0c5-cfae8f7d8b08 +
                27b4c6de-4702-442b-94af-660bd54295e0
              @@ -15707,12 +15707,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                9a8198de-b725-4170-b21e-5cc71875dbaa
              • manager
                : -
                uss1 +
                uss2
              • @@ -15722,12 +15722,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • version
                : -
                2 +
                1
              • state
                : -
                Activated +
                Accepted
              • @@ -15740,7 +15740,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.535895Z +
                  2023-11-02T04:55:32.985805Z
                • @@ -15757,7 +15757,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.535895Z +
                    2023-11-02T05:03:33.985805Z
                  • @@ -15771,12 +15771,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss1.localutm/mock/scd +
                    http://scdsc.uss2.localutm/mock/scd
                  • subscription_id
                    : -
                    e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
                    ae146ee7-ed34-4ad0-9929-f199f749ded0
                  @@ -15856,12 +15856,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/ce581a73-288e-4155-9ad5-906f92eb7828 +
                  http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/9a8198de-b725-4170-b21e-5cc71875dbaa
                • initiated_at
                  : -
                  2023-11-02T04:54:03.545397Z +
                  2023-11-02T04:55:38.676680Z
                • @@ -15889,7 +15889,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -15928,7 +15928,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:03 GMT +
                Thu, 02 Nov 2023 04:55:38 GMT
              • @@ -15952,12 +15952,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.013401 +
                0.012544
              • reported
                : -
                2023-11-02T04:54:03.560047Z +
                2023-11-02T04:55:38.689932Z
              • @@ -15997,7 +15997,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.532953Z +
                2023-11-02T05:03:33.985805Z
              @@ -16014,7 +16014,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.532953Z +
              2023-11-02T04:55:32.985805Z
            @@ -16171,7 +16171,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              ce581a73-288e-4155-9ad5-906f92eb7828 +
              9a8198de-b725-4170-b21e-5cc71875dbaa
            • @@ -16181,7 +16181,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              eVr5l3ARrxEKp006gf3HtGIp9bWWu4maqQRLi53fidE_ +
              Ob1WtQZu7pbU3dgstoW.u.sb4D7yHguAZm6sJqkR3WA_
            • @@ -16191,7 +16191,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              5e4765bc-1a45-41ef-a0c5-cfae8f7d8b08 +
              ae146ee7-ed34-4ad0-9929-f199f749ded0
            • @@ -16204,7 +16204,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.532953Z +
              2023-11-02T05:03:33.985805Z
            @@ -16221,7 +16221,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.532953Z +
            2023-11-02T04:55:32.985805Z
          @@ -16335,7 +16335,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -16353,12 +16353,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/1642ae2a-37e2-45a1-95d9-bfce0757a59c +
    http://scdsc.uss2.localutm/scdsc/v1/flights/cca7d62d-3929-4226-80c8-45f7c929b77c
  • initiated_at
    : -
    2023-11-02T04:54:03.591293Z +
    2023-11-02T04:55:38.718352Z
  • @@ -16396,7 +16396,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -16563,7 +16563,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.538776Z +
      2023-11-02T04:55:32.991166Z
    • @@ -16580,7 +16580,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.538776Z +
        2023-11-02T05:03:33.991166Z
      • @@ -16689,7 +16689,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        1a6d2af4-dbd1-4f93-b68d-da8750343ecf +
        0eea3fb2-4d31-49e2-a6dd-c437d1f613b2
      @@ -16723,7 +16723,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -16747,12 +16747,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.099622 +
      0.093672
    • reported
      : -
      2023-11-02T04:54:03.691811Z +
      2023-11-02T04:55:38.812935Z
    • @@ -16760,7 +16760,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        9a8198de-b725-4170-b21e-5cc71875dbaa
      • @@ -16812,7 +16812,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -16835,7 +16835,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.581259Z +
    2023-11-02T04:55:38.709335Z
  • @@ -16873,7 +16873,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -17024,7 +17024,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -17041,7 +17041,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -17059,7 +17059,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        46d59e59-332f-43d5-b6e1-4dddc286a3fd +
        56ec34ca-662d-4e87-8559-f8beed48c9ef
      @@ -17093,7 +17093,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -17107,12 +17107,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.005 +
      0.004277
    • reported
      : -
      2023-11-02T04:54:03.587051Z +
      2023-11-02T04:55:38.714380Z
    • @@ -17126,12 +17126,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -17141,12 +17141,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • version
        : -
        1 +
        2
      • state
        : -
        Accepted +
        Activated
      • @@ -17159,7 +17159,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.532953Z +
          2023-11-02T04:55:32.988473Z
        • @@ -17176,7 +17176,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.532953Z +
            2023-11-02T05:03:33.988473Z
          • @@ -17190,12 +17190,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            5e4765bc-1a45-41ef-a0c5-cfae8f7d8b08 +
            27b4c6de-4702-442b-94af-660bd54295e0
          @@ -17207,12 +17207,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            9a8198de-b725-4170-b21e-5cc71875dbaa
          • manager
            : -
            uss1 +
            uss2
          • @@ -17222,12 +17222,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            2 +
            1
          • state
            : -
            Activated +
            Accepted
          • @@ -17240,7 +17240,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.535895Z +
              2023-11-02T04:55:32.985805Z
            • @@ -17257,7 +17257,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.535895Z +
                2023-11-02T05:03:33.985805Z
              • @@ -17271,12 +17271,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
                ae146ee7-ed34-4ad0-9929-f199f749ded0
              @@ -17341,7 +17341,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:03.693345Z +
              2023-11-02T04:55:38.814431Z
            • @@ -17379,7 +17379,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -17530,7 +17530,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -17547,7 +17547,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -17565,7 +17565,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                6756b47a-5e7c-4912-9b5c-f4c5a99c3ac7 +
                6a153b74-55bd-4538-aabf-ee69ffaa0a52
              @@ -17599,7 +17599,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:03 GMT +
              Thu, 02 Nov 2023 04:55:38 GMT
            • @@ -17613,12 +17613,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004473 +
              0.004074
            • reported
              : -
              2023-11-02T04:54:03.698637Z +
              2023-11-02T04:55:38.819357Z
            • @@ -17632,12 +17632,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                ce581a73-288e-4155-9ad5-906f92eb7828 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -17665,7 +17665,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.538776Z +
                  2023-11-02T04:55:32.988473Z
                • @@ -17682,7 +17682,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.538776Z +
                    2023-11-02T05:03:33.988473Z
                  • @@ -17696,12 +17696,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    6f3e7c32-1a45-46b3-9b0d-b813f8ef6b66 +
                    27b4c6de-4702-442b-94af-660bd54295e0
                  @@ -17713,12 +17713,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    9a8198de-b725-4170-b21e-5cc71875dbaa
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -17746,7 +17746,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.535895Z +
                      2023-11-02T04:55:32.991166Z
                    • @@ -17763,7 +17763,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.535895Z +
                        2023-11-02T05:03:33.991166Z
                      • @@ -17777,12 +17777,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
                        b3784d27-f61d-4d2b-8920-4c6c8f9f34b8
                      @@ -17862,12 +17862,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/ce581a73-288e-4155-9ad5-906f92eb7828 +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/9a8198de-b725-4170-b21e-5cc71875dbaa
                    • initiated_at
                      : -
                      2023-11-02T04:54:03.700530Z +
                      2023-11-02T04:55:38.821180Z
                    • @@ -17895,7 +17895,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -17934,7 +17934,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:03 GMT +
                    Thu, 02 Nov 2023 04:55:38 GMT
                  • @@ -17958,12 +17958,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.013242 +
                    0.012321
                  • reported
                    : -
                    2023-11-02T04:54:03.714521Z +
                    2023-11-02T04:55:38.834224Z
                  • @@ -18003,7 +18003,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.538776Z +
                    2023-11-02T05:03:33.991166Z
                  @@ -18020,7 +18020,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.538776Z +
                  2023-11-02T04:55:32.991166Z
                @@ -18177,7 +18177,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  ce581a73-288e-4155-9ad5-906f92eb7828 +
                  9a8198de-b725-4170-b21e-5cc71875dbaa
                • @@ -18187,7 +18187,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  ZsziqqTBBqob-1EFsEtV1SdpWhILiSzs2c-FNGOZEYQ_ +
                  hHeaDV2LQ5PGIeISgsEh.BVS-olGZlLmtFm5It-qBgg_
                • @@ -18197,7 +18197,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  6f3e7c32-1a45-46b3-9b0d-b813f8ef6b66 +
                  b3784d27-f61d-4d2b-8920-4c6c8f9f34b8
                • @@ -18210,7 +18210,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.538776Z +
                  2023-11-02T05:03:33.991166Z
                @@ -18227,7 +18227,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.538776Z +
                2023-11-02T04:55:32.991166Z
              @@ -18341,7 +18341,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -18359,12 +18359,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:03.743735Z +
    2023-11-02T04:55:38.861477Z
  • @@ -18402,7 +18402,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -18572,7 +18572,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.530068Z +
      2023-11-02T04:55:32.983156Z
    • @@ -18589,7 +18589,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.530068Z +
        2023-11-02T05:03:33.983156Z
      • @@ -18712,7 +18712,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        f49987b7-2a87-4a08-a820-f8db7eb9bd30 +
        d78811f5-50eb-4efa-bb2f-babe35075cb3
      @@ -18746,7 +18746,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -18770,12 +18770,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.143921 +
      0.119675
    • reported
      : -
      2023-11-02T04:54:03.888688Z +
      2023-11-02T04:55:38.982092Z
    • @@ -18865,7 +18865,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -18888,7 +18888,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.735172Z +
    2023-11-02T04:55:38.853596Z
  • @@ -18926,7 +18926,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -19077,7 +19077,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -19094,7 +19094,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -19112,7 +19112,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7e820613-1e33-4553-868e-c096be683950 +
        5a750d67-05bd-498c-b186-48c181a57454
      @@ -19146,7 +19146,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:38 GMT
    • @@ -19160,12 +19160,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004719 +
      0.004242
    • reported
      : -
      2023-11-02T04:54:03.740690Z +
      2023-11-02T04:55:38.858614Z
    • @@ -19179,12 +19179,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -19212,7 +19212,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.538776Z +
          2023-11-02T04:55:32.988473Z
        • @@ -19229,7 +19229,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.538776Z +
            2023-11-02T05:03:33.988473Z
          • @@ -19243,12 +19243,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            6f3e7c32-1a45-46b3-9b0d-b813f8ef6b66 +
            27b4c6de-4702-442b-94af-660bd54295e0
          @@ -19260,12 +19260,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            9a8198de-b725-4170-b21e-5cc71875dbaa
          • manager
            : -
            uss1 +
            uss2
          • @@ -19293,7 +19293,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.535895Z +
              2023-11-02T04:55:32.991166Z
            • @@ -19310,7 +19310,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.535895Z +
                2023-11-02T05:03:33.991166Z
              • @@ -19324,12 +19324,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                e3e168e7-9256-4408-9e23-4eb8a25b3b9d +
                b3784d27-f61d-4d2b-8920-4c6c8f9f34b8
              @@ -19394,7 +19394,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:03.889730Z +
              2023-11-02T04:55:38.983260Z
            • @@ -19432,7 +19432,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -19583,7 +19583,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -19600,7 +19600,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -19618,7 +19618,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                4a72a4fd-5e29-4d45-90fd-4762cd27e465 +
                3b31f7c3-382e-4220-9229-7d6f3cf4e10e
              @@ -19652,7 +19652,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:03 GMT +
              Thu, 02 Nov 2023 04:55:38 GMT
            • @@ -19666,12 +19666,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.005276 +
              0.004483
            • reported
              : -
              2023-11-02T04:54:03.895826Z +
              2023-11-02T04:55:38.988573Z
            • @@ -19685,12 +19685,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                ce581a73-288e-4155-9ad5-906f92eb7828 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -19700,7 +19700,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • version
                : -
                2 +
                3
              • @@ -19718,7 +19718,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.538776Z +
                  2023-11-02T04:55:32.983156Z
                • @@ -19735,7 +19735,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.538776Z +
                    2023-11-02T05:03:33.983156Z
                  • @@ -19749,12 +19749,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    6f3e7c32-1a45-46b3-9b0d-b813f8ef6b66 +
                    4ef5f086-f11e-4197-abf3-e0f2922284fa
                  @@ -19766,12 +19766,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    9a8198de-b725-4170-b21e-5cc71875dbaa
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -19781,7 +19781,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • version
                    : -
                    3 +
                    2
                  • @@ -19799,7 +19799,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.530068Z +
                      2023-11-02T04:55:32.991166Z
                    • @@ -19816,7 +19816,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.530068Z +
                        2023-11-02T05:03:33.991166Z
                      • @@ -19830,12 +19830,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                        b3784d27-f61d-4d2b-8920-4c6c8f9f34b8
                      @@ -19915,12 +19915,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                    • initiated_at
                      : -
                      2023-11-02T04:54:03.897847Z +
                      2023-11-02T04:55:38.991175Z
                    • @@ -19948,7 +19948,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -19987,7 +19987,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:03 GMT +
                    Thu, 02 Nov 2023 04:55:39 GMT
                  • @@ -20011,12 +20011,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.016851 +
                    0.015659
                  • reported
                    : -
                    2023-11-02T04:54:03.916434Z +
                    2023-11-02T04:55:39.007556Z
                  • @@ -20056,7 +20056,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.530068Z +
                    2023-11-02T05:03:33.983156Z
                  @@ -20073,7 +20073,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.530068Z +
                  2023-11-02T04:55:32.983156Z
                @@ -20230,7 +20230,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                  89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                • @@ -20240,7 +20240,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  twdpTb6mFVkuHtT6hBizcQRKL6mVaoG1PsKtmJlMQkI_ +
                  2OfrrSTyrFV.rIdz2BYIWDb5JR-VcSAvKgVZO2RPdr0_
                • @@ -20250,7 +20250,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                  4ef5f086-f11e-4197-abf3-e0f2922284fa
                • @@ -20263,7 +20263,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.530068Z +
                  2023-11-02T05:03:33.983156Z
                @@ -20280,7 +20280,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.530068Z +
                2023-11-02T04:55:32.983156Z
              @@ -20394,10 +20394,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -20415,12 +20415,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/1642ae2a-37e2-45a1-95d9-bfce0757a59c +
    http://scdsc.uss2.localutm/scdsc/v1/flights/cca7d62d-3929-4226-80c8-45f7c929b77c
  • initiated_at
    : -
    2023-11-02T04:54:03.946684Z +
    2023-11-02T04:55:39.036455Z
  • @@ -20458,7 +20458,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -20625,7 +20625,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.545201Z +
      2023-11-02T04:55:32.996704Z
    • @@ -20642,7 +20642,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.545201Z +
        2023-11-02T05:03:33.996704Z
      • @@ -20751,7 +20751,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        e47826c7-9bb0-4980-a9a4-fa5f2750534d +
        ed4835d2-e7bf-4f2e-aafb-a4affed21d69
      @@ -20785,7 +20785,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -20809,12 +20809,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.095376 +
      0.092468
    • reported
      : -
      2023-11-02T04:54:04.042889Z +
      2023-11-02T04:55:39.129804Z
    • @@ -20822,7 +20822,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        9a8198de-b725-4170-b21e-5cc71875dbaa
      • @@ -20874,7 +20874,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -20897,7 +20897,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:03.937365Z +
    2023-11-02T04:55:39.027538Z
  • @@ -20935,7 +20935,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -21086,7 +21086,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -21103,7 +21103,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -21121,7 +21121,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        047c18e4-94b1-4d67-a1a4-ca8e1aa0bacd +
        0c5e2fff-69dd-4f42-8d9e-19cc0b666c57
      @@ -21155,7 +21155,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:03 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -21169,12 +21169,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004442 +
      0.004184
    • reported
      : -
      2023-11-02T04:54:03.942577Z +
      2023-11-02T04:55:39.032492Z
    • @@ -21188,12 +21188,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -21203,7 +21203,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • version
        : -
        2 +
        3
      • @@ -21221,7 +21221,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.538776Z +
          2023-11-02T04:55:32.983156Z
        • @@ -21238,7 +21238,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.538776Z +
            2023-11-02T05:03:33.983156Z
          • @@ -21252,12 +21252,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            6f3e7c32-1a45-46b3-9b0d-b813f8ef6b66 +
            4ef5f086-f11e-4197-abf3-e0f2922284fa
          @@ -21269,12 +21269,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            9a8198de-b725-4170-b21e-5cc71875dbaa
          • manager
            : -
            uss1 +
            uss2
          • @@ -21284,7 +21284,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            3 +
            2
          • @@ -21302,7 +21302,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.530068Z +
              2023-11-02T04:55:32.991166Z
            • @@ -21319,7 +21319,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.530068Z +
                2023-11-02T05:03:33.991166Z
              • @@ -21333,12 +21333,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                b3784d27-f61d-4d2b-8920-4c6c8f9f34b8
              @@ -21403,7 +21403,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:04.044109Z +
              2023-11-02T04:55:39.130856Z
            • @@ -21441,7 +21441,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -21592,7 +21592,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -21609,7 +21609,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -21627,7 +21627,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                d05ab0c9-1582-4468-a2bc-35c1269f9004 +
                02db877c-3a1b-4880-92c7-55bc53329c4f
              @@ -21661,7 +21661,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:04 GMT +
              Thu, 02 Nov 2023 04:55:39 GMT
            • @@ -21675,12 +21675,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.005006 +
              0.004148
            • reported
              : -
              2023-11-02T04:54:04.049985Z +
              2023-11-02T04:55:39.135817Z
            • @@ -21694,12 +21694,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                ce581a73-288e-4155-9ad5-906f92eb7828 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -21727,7 +21727,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.545201Z +
                  2023-11-02T04:55:32.983156Z
                • @@ -21744,7 +21744,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.545201Z +
                    2023-11-02T05:03:33.983156Z
                  • @@ -21758,12 +21758,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    c3cff864-79cd-4f56-8325-0520594ce355 +
                    4ef5f086-f11e-4197-abf3-e0f2922284fa
                  @@ -21775,12 +21775,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    9a8198de-b725-4170-b21e-5cc71875dbaa
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -21808,7 +21808,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.530068Z +
                      2023-11-02T04:55:32.996704Z
                    • @@ -21825,7 +21825,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.530068Z +
                        2023-11-02T05:03:33.996704Z
                      • @@ -21839,12 +21839,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                        5e813860-144c-4915-8252-9b25ddfa784a
                      @@ -21924,12 +21924,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/ce581a73-288e-4155-9ad5-906f92eb7828 +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/9a8198de-b725-4170-b21e-5cc71875dbaa
                    • initiated_at
                      : -
                      2023-11-02T04:54:04.052820Z +
                      2023-11-02T04:55:39.137663Z
                    • @@ -21957,7 +21957,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -21996,7 +21996,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:04 GMT +
                    Thu, 02 Nov 2023 04:55:39 GMT
                  • @@ -22020,12 +22020,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.013465 +
                    0.012384
                  • reported
                    : -
                    2023-11-02T04:54:04.067054Z +
                    2023-11-02T04:55:39.150752Z
                  • @@ -22065,7 +22065,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.545201Z +
                    2023-11-02T05:03:33.996704Z
                  @@ -22082,7 +22082,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.545201Z +
                  2023-11-02T04:55:32.996704Z
                @@ -22239,7 +22239,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  ce581a73-288e-4155-9ad5-906f92eb7828 +
                  9a8198de-b725-4170-b21e-5cc71875dbaa
                • @@ -22249,7 +22249,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  GfTjrPV-d23Izb1YoXVBFyeQOWRKWUTT7Uav2HcQycU_ +
                  N0Zb..mIYnkdOMEeFfdhvCC3ufHJKU8dppi8zrJX-Eg_
                • @@ -22259,7 +22259,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  c3cff864-79cd-4f56-8325-0520594ce355 +
                  5e813860-144c-4915-8252-9b25ddfa784a
                • @@ -22272,7 +22272,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.545201Z +
                  2023-11-02T05:03:33.996704Z
                @@ -22289,7 +22289,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.545201Z +
                2023-11-02T04:55:32.996704Z
              @@ -22403,7 +22403,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -22421,12 +22421,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/be408b1f-a533-4c6c-bdf9-b4adda8bb2eb +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/795fd821-2de9-4529-8e00-1eb795d59aa6
  • initiated_at
    : -
    2023-11-02T04:54:04.095588Z +
    2023-11-02T04:55:39.185463Z
  • @@ -22464,7 +22464,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -22634,7 +22634,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.548100Z +
      2023-11-02T04:55:32.999376Z
    • @@ -22651,7 +22651,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.548100Z +
        2023-11-02T05:03:33.999376Z
      • @@ -22774,7 +22774,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        8ce8feb8-aa08-42e2-8cac-6a129bf5fa8d +
        7783677c-47eb-4000-9fb1-7a919f067290
      @@ -22808,7 +22808,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -22832,12 +22832,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.08792 +
      0.082627
    • reported
      : -
      2023-11-02T04:54:04.184401Z +
      2023-11-02T04:55:39.269090Z
    • @@ -22850,7 +22850,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • notes
      : -
      Requested flight (priority 0) intersected uss2's operational intent ce581a73-288e-4155-9ad5-906f92eb7828 (priority 100) +
      Requested flight (priority 0) intersected uss2's operational intent 9a8198de-b725-4170-b21e-5cc71875dbaa (priority 100)
    • @@ -22912,7 +22912,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -22935,7 +22935,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.087551Z +
    2023-11-02T04:55:39.170076Z
  • @@ -22973,7 +22973,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -23124,7 +23124,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.524165Z +
      2023-11-02T04:55:32.977609Z
    • @@ -23141,7 +23141,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.556778Z +
        2023-11-02T05:03:34.007346Z
      • @@ -23159,7 +23159,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        ec4c3504-ca95-407b-a17d-7bb7721f6092 +
        6292ce1c-8c36-4f4a-875e-adf5c7438e23
      @@ -23193,7 +23193,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -23207,12 +23207,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004312 +
      0.011694
    • reported
      : -
      2023-11-02T04:54:04.092620Z +
      2023-11-02T04:55:39.182570Z
    • @@ -23226,12 +23226,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        ce581a73-288e-4155-9ad5-906f92eb7828 +
        89037e14-65ce-47e1-ad60-dc7b7ca2f53a
      • manager
        : -
        uss2 +
        uss1
      • @@ -23259,7 +23259,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.545201Z +
          2023-11-02T04:55:32.983156Z
        • @@ -23276,7 +23276,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.545201Z +
            2023-11-02T05:03:33.983156Z
          • @@ -23290,12 +23290,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            c3cff864-79cd-4f56-8325-0520594ce355 +
            4ef5f086-f11e-4197-abf3-e0f2922284fa
          @@ -23307,12 +23307,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            e671fab2-4f34-4fd3-b04c-aca147969ab5 +
            9a8198de-b725-4170-b21e-5cc71875dbaa
          • manager
            : -
            uss1 +
            uss2
          • @@ -23340,7 +23340,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.530068Z +
              2023-11-02T04:55:32.996704Z
            • @@ -23357,7 +23357,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.530068Z +
                2023-11-02T05:03:33.996704Z
              • @@ -23371,12 +23371,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                5e813860-144c-4915-8252-9b25ddfa784a
              @@ -23441,7 +23441,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:04.185601Z +
              2023-11-02T04:55:39.270054Z
            • @@ -23479,7 +23479,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -23630,7 +23630,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.524165Z +
              2023-11-02T04:55:32.977609Z
            • @@ -23647,7 +23647,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.556778Z +
                2023-11-02T05:03:34.007346Z
              • @@ -23665,7 +23665,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                d27a3f58-ceeb-4884-8468-9e62025e52e0 +
                9b16a1fa-ff2b-40b7-b74d-e17c0b3982ba
              @@ -23699,7 +23699,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:04 GMT +
              Thu, 02 Nov 2023 04:55:39 GMT
            • @@ -23713,12 +23713,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004514 +
              0.004793
            • reported
              : -
              2023-11-02T04:54:04.190952Z +
              2023-11-02T04:55:39.275691Z
            • @@ -23732,12 +23732,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                ce581a73-288e-4155-9ad5-906f92eb7828 +
                89037e14-65ce-47e1-ad60-dc7b7ca2f53a
              • manager
                : -
                uss2 +
                uss1
              • @@ -23765,7 +23765,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.545201Z +
                  2023-11-02T04:55:32.983156Z
                • @@ -23782,7 +23782,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.545201Z +
                    2023-11-02T05:03:33.983156Z
                  • @@ -23796,12 +23796,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    c3cff864-79cd-4f56-8325-0520594ce355 +
                    4ef5f086-f11e-4197-abf3-e0f2922284fa
                  @@ -23813,12 +23813,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                    9a8198de-b725-4170-b21e-5cc71875dbaa
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -23846,7 +23846,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.530068Z +
                      2023-11-02T04:55:32.996704Z
                    • @@ -23863,7 +23863,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.530068Z +
                        2023-11-02T05:03:33.996704Z
                      • @@ -23877,12 +23877,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                        5e813860-144c-4915-8252-9b25ddfa784a
                      @@ -23962,12 +23962,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                    • initiated_at
                      : -
                      2023-11-02T04:54:04.193556Z +
                      2023-11-02T04:55:39.277496Z
                    • @@ -23995,7 +23995,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -24034,7 +24034,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:04 GMT +
                    Thu, 02 Nov 2023 04:55:39 GMT
                  • @@ -24058,12 +24058,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.016789 +
                    0.01583
                  • reported
                    : -
                    2023-11-02T04:54:04.211077Z +
                    2023-11-02T04:55:39.294036Z
                  • @@ -24103,7 +24103,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.530068Z +
                    2023-11-02T05:03:33.983156Z
                  @@ -24120,7 +24120,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.530068Z +
                  2023-11-02T04:55:32.983156Z
                @@ -24277,7 +24277,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  e671fab2-4f34-4fd3-b04c-aca147969ab5 +
                  89037e14-65ce-47e1-ad60-dc7b7ca2f53a
                • @@ -24287,7 +24287,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  twdpTb6mFVkuHtT6hBizcQRKL6mVaoG1PsKtmJlMQkI_ +
                  2OfrrSTyrFV.rIdz2BYIWDb5JR-VcSAvKgVZO2RPdr0_
                • @@ -24297,7 +24297,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  940d5fe4-a061-4ff0-abb8-12995d60c7b4 +
                  4ef5f086-f11e-4197-abf3-e0f2922284fa
                • @@ -24310,7 +24310,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.530068Z +
                  2023-11-02T05:03:33.983156Z
                @@ -24327,7 +24327,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.530068Z +
                2023-11-02T04:55:32.983156Z
              diff --git a/artifacts/uss_qualifier/reports/uspace/sequence/s9.html b/artifacts/uss_qualifier/reports/uspace/sequence/s9.html index f51cfb1d7c..4ce38c78bf 100644 --- a/artifacts/uss_qualifier/reports/uspace/sequence/s9.html +++ b/artifacts/uss_qualifier/reports/uspace/sequence/s9.html @@ -91,7 +91,7 @@
    - Setup + Setup - Check for flight planning readiness + Check for flight planning readiness 3 🌐
    - Area clearing + Area clearing 7 🌐
    - Attempt to plan flight in conflict + Attempt to plan flight in conflict - Plan flight 2 + Plan flight 2 11 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 14 🌐
    - Attempt to plan flight 1 + Attempt to plan flight 1 24 🌐
    - Validate flight 1 not shared + Validate flight 1 not shared 27 🌐
    - Delete flight 2 + Delete flight 2 31 🌐
    - Attempt to modify planned flight in conflict + Attempt to modify planned flight in conflict - Plan flight 1 + Plan flight 1 33 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 36 🌐
    - Plan flight 2 + Plan flight 2 46 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 49 🌐
    - Attempt to modify planned flight 1 in conflict + Attempt to modify planned flight 1 in conflict 59 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 62 🌐
    - Attempt to activate flight in conflict + Attempt to activate flight in conflict - Attempt to activate conflicting flight 1 + Attempt to activate conflicting flight 1 72 🌐
    - Validate flight 1 not activated + Validate flight 1 not activated 75 🌐
    - Modify activated flight with pre-existing conflict + Modify activated flight with pre-existing conflict - Delete flight 2 + Delete flight 2 85 🌐
    - Activate flight 1 + Activate flight 1 87 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 90 🌐
    - Plan flight 2 + Plan flight 2 100 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 103 🌐
    - Activate flight 2 + Activate flight 2 113 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 116 🌐
    - Modify activated flight 1 in conflict with activated flight 2 + Modify activated flight 1 in conflict with activated flight 2 126 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 131 🌐
    - Attempt to modify activated flight in conflict + Attempt to modify activated flight in conflict - Modify activated flight 2 to not conflict with activated flight 1 + Modify activated flight 2 to not conflict with activated flight 1 141 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 144 🌐
    - Attempt to modify activated flight 1 in conflict + Attempt to modify activated flight 1 in conflict 154 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 157 🌐
    @@ -126,10 +126,10 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -152,7 +152,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.318888Z +
    2023-11-02T04:55:39.397232Z
  • @@ -180,7 +180,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -219,7 +219,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:04 GMT +
    Thu, 02 Nov 2023 04:55:39 GMT
  • @@ -243,12 +243,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003472 +
    0.00316
  • reported
    : -
    2023-11-02T04:54:04.323120Z +
    2023-11-02T04:55:39.401178Z
  • @@ -261,7 +261,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • version
    : -
    interuss/monitoring/v0.0.0-cf9772d +
    interuss/monitoring/v0.0.0-eaa6227
  • @@ -318,7 +318,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.323676Z +
    2023-11-02T04:55:39.401698Z
  • @@ -346,7 +346,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
  • @@ -385,7 +385,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:04 GMT +
    Thu, 02 Nov 2023 04:55:39 GMT
  • @@ -409,12 +409,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.003507 +
    0.003246
  • reported
    : -
    2023-11-02T04:54:04.327857Z +
    2023-11-02T04:55:39.405638Z
  • @@ -479,7 +479,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -502,7 +502,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.339574Z +
    2023-11-02T04:55:39.416494Z
  • @@ -540,7 +540,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -552,7 +552,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • request_id
      : -
      123793c0-54c3-42f4-bffa-ef060075bbda +
      b13d2711-6054-4a9e-a300-5f035241fa00
    • @@ -696,7 +696,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.621352Z +
        2023-11-02T04:55:33.067926Z
      • @@ -713,7 +713,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.644933Z +
          2023-11-02T05:03:34.089655Z
        • @@ -760,7 +760,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:04 GMT +
          Thu, 02 Nov 2023 04:55:39 GMT
        • @@ -784,12 +784,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.019495 +
          0.018337
        • reported
          : -
          2023-11-02T04:54:04.359929Z +
          2023-11-02T04:55:39.435638Z
        • @@ -838,7 +838,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • timestamp
          : -
          2023-11-02T04:54:04.358326Z +
          2023-11-02T04:55:39.434125Z
        @@ -899,7 +899,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • initiated_at
        : -
        2023-11-02T04:54:04.362433Z +
        2023-11-02T04:55:39.437580Z
      • @@ -937,7 +937,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Authorization
        : -
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED +
        Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM0LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLmRpcmVjdF9hdXRvbWF0ZWRfdGVzdCIsInN1YiI6InVzc19xdWFsaWZpZXIifQ.REDACTED
      @@ -949,7 +949,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        387bcd0c-13fd-43ee-b7ca-6f06065a9577 +
        b2911962-2058-4351-8d7a-157ce68298fb
      • @@ -1093,7 +1093,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -1110,7 +1110,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.644933Z +
            2023-11-02T05:03:34.089655Z
          • @@ -1157,7 +1157,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • Date
            : -
            Thu, 02 Nov 2023 04:54:04 GMT +
            Thu, 02 Nov 2023 04:55:39 GMT
          • @@ -1181,12 +1181,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • elapsed_s
            : -
            0.022736 +
            0.021241
          • reported
            : -
            2023-11-02T04:54:04.386035Z +
            2023-11-02T04:55:39.459692Z
          • @@ -1253,10 +1253,10 @@

            scenarios.astm.utm.ConflictHigherPriority

    @@ -1274,12 +1274,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/9be84227-0ecf-4789-ba7d-0a1748b147b7 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/77039ef8-0667-4e8a-ab63-f470a59c8ae1
  • initiated_at
    : -
    2023-11-02T04:54:04.392383Z +
    2023-11-02T04:55:39.466162Z
  • @@ -1317,7 +1317,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -1487,7 +1487,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.630258Z +
      2023-11-02T04:55:33.076201Z
    • @@ -1504,7 +1504,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.630258Z +
        2023-11-02T05:03:34.076201Z
      • @@ -1627,7 +1627,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        23ac647a-b2ad-4b48-86ca-5f09f563df2b +
        e3a70ef3-faf8-42c2-85a9-c7b316681214
      @@ -1661,7 +1661,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -1685,12 +1685,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.098328 +
      0.092623
    • reported
      : -
      2023-11-02T04:54:04.491592Z +
      2023-11-02T04:55:39.559725Z
    • @@ -1760,7 +1760,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -1783,7 +1783,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.386987Z +
    2023-11-02T04:55:39.460560Z
  • @@ -1821,7 +1821,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -1972,7 +1972,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -1989,7 +1989,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -2007,7 +2007,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        ff9c0ff4-107f-4e7f-9b5d-0129932f260e +
        69be9eec-fcd7-4178-97cf-753a55d6248f
      @@ -2041,7 +2041,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -2055,12 +2055,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.002613 +
      0.002788
    • reported
      : -
      2023-11-02T04:54:04.390328Z +
      2023-11-02T04:55:39.464090Z
    • @@ -2127,7 +2127,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:04.492762Z +
      2023-11-02T04:55:39.561277Z
    • @@ -2165,7 +2165,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -2316,7 +2316,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -2333,7 +2333,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -2351,7 +2351,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        455f782e-4675-42d2-90dc-a5f903837de5 +
        6d3f690b-580c-4d34-9cc3-5aedc46df7ef
      @@ -2385,7 +2385,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -2399,12 +2399,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004007 +
      0.003837
    • reported
      : -
      2023-11-02T04:54:04.497635Z +
      2023-11-02T04:55:39.565929Z
    • @@ -2418,7 +2418,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        669bfd8b-84af-42df-8b3f-b19e713aa168 +
        252a1ef1-e8a8-4235-8bc6-959f3f16f211
      • @@ -2451,7 +2451,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.630258Z +
          2023-11-02T04:55:33.076201Z
        • @@ -2468,7 +2468,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.630258Z +
            2023-11-02T05:03:34.076201Z
          • @@ -2487,7 +2487,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            9756a15d-e98c-47e1-aa11-91ec73dd2316 +
            99baf681-67fb-4a5d-99d9-7119b75aafe2
          @@ -2567,12 +2567,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/669bfd8b-84af-42df-8b3f-b19e713aa168 +
          http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/252a1ef1-e8a8-4235-8bc6-959f3f16f211
        • initiated_at
          : -
          2023-11-02T04:54:04.499168Z +
          2023-11-02T04:55:39.568198Z
        • @@ -2600,7 +2600,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -2639,7 +2639,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:04 GMT +
        Thu, 02 Nov 2023 04:55:39 GMT
      • @@ -2663,12 +2663,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.017123 +
        0.015516
      • reported
        : -
        2023-11-02T04:54:04.517014Z +
        2023-11-02T04:55:39.584453Z
      • @@ -2708,7 +2708,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.630258Z +
        2023-11-02T05:03:34.076201Z
      @@ -2725,7 +2725,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.630258Z +
      2023-11-02T04:55:33.076201Z
    @@ -2882,7 +2882,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      669bfd8b-84af-42df-8b3f-b19e713aa168 +
      252a1ef1-e8a8-4235-8bc6-959f3f16f211
    • @@ -2892,7 +2892,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      3SYsYjjCP7k-xnHW6ud2QXdVLwhKgUxB0oSpVft8ml4_ +
      cOn0MJm4MiWnttaoxspC8kWSxwdheGHAqlF5uBmkrZE_
    • @@ -2902,7 +2902,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      9756a15d-e98c-47e1-aa11-91ec73dd2316 +
      99baf681-67fb-4a5d-99d9-7119b75aafe2
    • @@ -2915,7 +2915,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.630258Z +
      2023-11-02T05:03:34.076201Z
    @@ -2932,7 +2932,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.630258Z +
    2023-11-02T04:55:33.076201Z
  • @@ -3046,7 +3046,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -3064,12 +3064,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/ee18a27b-d820-458c-a0e1-ca65c157542a +
    http://scdsc.uss2.localutm/scdsc/v1/flights/c1926e8d-135f-483c-8105-eb4c796dd325
  • initiated_at
    : -
    2023-11-02T04:54:04.547593Z +
    2023-11-02T04:55:39.613128Z
  • @@ -3107,7 +3107,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -3274,7 +3274,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -3291,7 +3291,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.621352Z +
        2023-11-02T05:03:34.067926Z
      • @@ -3400,7 +3400,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        cddc8952-4b86-4069-b787-c510c019ff03 +
        62d9106d-2700-4629-9ebb-6a3da5539b2c
      @@ -3434,7 +3434,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -3458,12 +3458,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.074807 +
      0.06446
    • reported
      : -
      2023-11-02T04:54:04.623306Z +
      2023-11-02T04:55:39.678439Z
    • @@ -3471,7 +3471,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • notes
        : -
        Requested flight (priority 0) intersected uss1's operational intent 669bfd8b-84af-42df-8b3f-b19e713aa168 (priority 100) +
        Requested flight (priority 0) intersected uss1's operational intent 252a1ef1-e8a8-4235-8bc6-959f3f16f211 (priority 100)
      • @@ -3523,7 +3523,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -3546,7 +3546,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.538773Z +
    2023-11-02T04:55:39.605524Z
  • @@ -3584,7 +3584,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -3735,7 +3735,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -3752,7 +3752,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -3770,7 +3770,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b986e281-90e1-4412-ab9b-3499ded3eff3 +
        b2b0ab57-22c8-4eba-a1c3-acec584e5a96
      @@ -3804,7 +3804,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -3818,12 +3818,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004215 +
      0.003363
    • reported
      : -
      2023-11-02T04:54:04.543824Z +
      2023-11-02T04:55:39.609617Z
    • @@ -3837,7 +3837,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        669bfd8b-84af-42df-8b3f-b19e713aa168 +
        252a1ef1-e8a8-4235-8bc6-959f3f16f211
      • @@ -3870,7 +3870,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.630258Z +
          2023-11-02T04:55:33.076201Z
        • @@ -3887,7 +3887,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.630258Z +
            2023-11-02T05:03:34.076201Z
          • @@ -3906,7 +3906,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            9756a15d-e98c-47e1-aa11-91ec73dd2316 +
            99baf681-67fb-4a5d-99d9-7119b75aafe2
          @@ -3971,7 +3971,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:04.625080Z +
          2023-11-02T04:55:39.679407Z
        • @@ -4009,7 +4009,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -4160,7 +4160,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -4177,7 +4177,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.653712Z +
            2023-11-02T05:03:34.098389Z
          • @@ -4195,7 +4195,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            773de044-9071-4680-bf73-a979d40584a7 +
            ff8f81c2-91d1-4eb8-9b5b-25f7c1b2c38d
          @@ -4229,7 +4229,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:04 GMT +
          Thu, 02 Nov 2023 04:55:39 GMT
        • @@ -4243,12 +4243,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004097 +
          0.003674
        • reported
          : -
          2023-11-02T04:54:04.630048Z +
          2023-11-02T04:55:39.683889Z
        • @@ -4262,7 +4262,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            669bfd8b-84af-42df-8b3f-b19e713aa168 +
            252a1ef1-e8a8-4235-8bc6-959f3f16f211
          • @@ -4295,7 +4295,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.076201Z
            • @@ -4312,7 +4312,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.076201Z
              • @@ -4331,7 +4331,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                9756a15d-e98c-47e1-aa11-91ec73dd2316 +
                99baf681-67fb-4a5d-99d9-7119b75aafe2
              @@ -4396,7 +4396,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -4414,12 +4414,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/9be84227-0ecf-4789-ba7d-0a1748b147b7 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/77039ef8-0667-4e8a-ab63-f470a59c8ae1
  • initiated_at
    : -
    2023-11-02T04:54:04.632853Z +
    2023-11-02T04:55:39.686039Z
  • @@ -4452,7 +4452,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4491,7 +4491,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:04 GMT +
    Thu, 02 Nov 2023 04:55:39 GMT
  • @@ -4515,12 +4515,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.045388 +
    0.041696
  • reported
    : -
    2023-11-02T04:54:04.679044Z +
    2023-11-02T04:55:39.728562Z
  • @@ -4580,10 +4580,10 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -4601,12 +4601,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:04.687461Z +
    2023-11-02T04:55:39.736816Z
  • @@ -4644,7 +4644,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -4811,7 +4811,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -4828,7 +4828,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.621352Z +
        2023-11-02T05:03:34.067926Z
      • @@ -4937,7 +4937,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7d405ec8-ace1-401d-9a65-def61d8e9523 +
        9346f156-0f61-408d-a88f-d1713e05e1df
      @@ -4971,7 +4971,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -4995,12 +4995,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.093477 +
      0.084779
    • reported
      : -
      2023-11-02T04:54:04.781799Z +
      2023-11-02T04:55:39.822461Z
    • @@ -5008,7 +5008,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -5060,7 +5060,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -5083,7 +5083,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.680688Z +
    2023-11-02T04:55:39.730014Z
  • @@ -5121,7 +5121,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -5272,7 +5272,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -5289,7 +5289,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -5307,7 +5307,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b6a593be-0c16-49ea-a94d-9f88b2d69394 +
        43a7cc0c-22eb-4eca-abeb-ecf7b3adddc9
      @@ -5341,7 +5341,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -5355,12 +5355,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.00266 +
      0.002751
    • reported
      : -
      2023-11-02T04:54:04.684140Z +
      2023-11-02T04:55:39.733614Z
    • @@ -5427,7 +5427,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • initiated_at
      : -
      2023-11-02T04:54:04.783409Z +
      2023-11-02T04:55:39.823899Z
    • @@ -5465,7 +5465,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Authorization
      : -
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
    @@ -5616,7 +5616,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -5633,7 +5633,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -5651,7 +5651,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b5ff69fc-fad0-42a0-8e38-e735c0f12e62 +
        fa5df9e7-5480-4ae7-8ef5-d509a7e3af89
      @@ -5685,7 +5685,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -5699,12 +5699,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003685 +
      0.003359
    • reported
      : -
      2023-11-02T04:54:04.787922Z +
      2023-11-02T04:55:39.828074Z
    • @@ -5718,7 +5718,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -5751,7 +5751,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -5768,7 +5768,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.621352Z +
            2023-11-02T05:03:34.067926Z
          • @@ -5787,7 +5787,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ad1a357d-e0ba-492e-a900-94cd0205a44c +
            414e60d8-f0e2-4f33-94b5-874cd8188982
          @@ -5867,12 +5867,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • url
          : -
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
          http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
        • initiated_at
          : -
          2023-11-02T04:54:04.789352Z +
          2023-11-02T04:55:39.830162Z
        • @@ -5900,7 +5900,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
        @@ -5939,7 +5939,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • Date
        : -
        Thu, 02 Nov 2023 04:54:04 GMT +
        Thu, 02 Nov 2023 04:55:39 GMT
      • @@ -5963,12 +5963,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • elapsed_s
        : -
        0.0165 +
        0.013358
      • reported
        : -
        2023-11-02T04:54:04.806578Z +
        2023-11-02T04:55:39.844247Z
      • @@ -6008,7 +6008,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.621352Z +
        2023-11-02T05:03:34.067926Z
      @@ -6025,7 +6025,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    @@ -6182,7 +6182,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • id
      : -
      23f0d044-479c-4a23-9821-18b629f9213a +
      c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
    • @@ -6192,7 +6192,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • ovn
      : -
      scabv860rIaPvaNkB.J51F3p6o-KZR0pRaRp4uEFJUg_ +
      2VAMP8mJ42STxlVyaEnr7b10uBZ-5DlZgrM4e1NFsDU_
    • @@ -6202,7 +6202,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • subscription_id
      : -
      ad1a357d-e0ba-492e-a900-94cd0205a44c +
      414e60d8-f0e2-4f33-94b5-874cd8188982
    • @@ -6215,7 +6215,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T05:01:58.621352Z +
      2023-11-02T05:03:34.067926Z
    @@ -6232,7 +6232,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • value
    : -
    2023-11-02T04:53:57.621352Z +
    2023-11-02T04:55:33.067926Z
  • @@ -6346,7 +6346,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    @@ -6364,12 +6364,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/575aeba2-75a3-4929-bd7f-ef0653106b41 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/4440bddd-3ad7-4dd0-a92b-1f38c0eef255
  • initiated_at
    : -
    2023-11-02T04:54:04.837148Z +
    2023-11-02T04:55:39.870755Z
  • @@ -6407,7 +6407,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -6577,7 +6577,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.630258Z +
      2023-11-02T04:55:33.076201Z
    • @@ -6594,7 +6594,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.630258Z +
        2023-11-02T05:03:34.076201Z
      • @@ -6717,7 +6717,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        025a78ca-1f96-4575-ba63-f27cfbdeab81 +
        25bf1e8c-4a45-49fd-b0f9-28462984d334
      @@ -6751,7 +6751,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -6775,12 +6775,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.131616 +
      0.113234
    • reported
      : -
      2023-11-02T04:54:04.969759Z +
      2023-11-02T04:55:39.984899Z
    • @@ -6850,7 +6850,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -6873,7 +6873,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:04.829054Z +
    2023-11-02T04:55:39.864179Z
  • @@ -6911,7 +6911,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -7062,7 +7062,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -7079,7 +7079,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -7097,7 +7097,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        dfd2b24c-63e0-4ea9-94ad-4b0559dbc9f6 +
        dd956838-66c6-474c-854b-c77186bf067b
      @@ -7131,7 +7131,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:04 GMT +
      Thu, 02 Nov 2023 04:55:39 GMT
    • @@ -7145,12 +7145,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004589 +
      0.003389
    • reported
      : -
      2023-11-02T04:54:04.834481Z +
      2023-11-02T04:55:39.868303Z
    • @@ -7164,7 +7164,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -7197,7 +7197,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -7214,7 +7214,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.621352Z +
            2023-11-02T05:03:34.067926Z
          • @@ -7233,7 +7233,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ad1a357d-e0ba-492e-a900-94cd0205a44c +
            414e60d8-f0e2-4f33-94b5-874cd8188982
          @@ -7298,7 +7298,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:04.970995Z +
          2023-11-02T04:55:39.986435Z
        • @@ -7336,7 +7336,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -7487,7 +7487,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -7504,7 +7504,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.653712Z +
            2023-11-02T05:03:34.098389Z
          • @@ -7522,7 +7522,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            7b76a4e6-26cb-4464-8d89-08efbb57b0b7 +
            ff5037c5-7ce8-44c8-b70d-0357f35f257e
          @@ -7556,7 +7556,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:04 GMT +
          Thu, 02 Nov 2023 04:55:39 GMT
        • @@ -7570,12 +7570,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004611 +
          0.004117
        • reported
          : -
          2023-11-02T04:54:04.976503Z +
          2023-11-02T04:55:39.991643Z
        • @@ -7589,12 +7589,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            23f0d044-479c-4a23-9821-18b629f9213a +
            c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
          • manager
            : -
            uss2 +
            uss1
          • @@ -7622,7 +7622,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.076201Z
            • @@ -7639,7 +7639,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.621352Z +
                2023-11-02T05:03:34.076201Z
              • @@ -7653,12 +7653,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss2.localutm/mock/scd +
                http://scdsc.uss1.localutm/mock/scd
              • subscription_id
                : -
                ad1a357d-e0ba-492e-a900-94cd0205a44c +
                98a3d181-9d41-479c-9f31-c5e80057a05b
              @@ -7670,12 +7670,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                520f86a6-1558-4592-bbad-6d50ec8c5909 +
                c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
              • manager
                : -
                uss1 +
                uss2
              • @@ -7703,7 +7703,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.630258Z +
                  2023-11-02T04:55:33.067926Z
                • @@ -7720,7 +7720,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.630258Z +
                    2023-11-02T05:03:34.067926Z
                  • @@ -7734,12 +7734,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss1.localutm/mock/scd +
                    http://scdsc.uss2.localutm/mock/scd
                  • subscription_id
                    : -
                    a30bb16a-3004-4a25-9458-034997650597 +
                    414e60d8-f0e2-4f33-94b5-874cd8188982
                  @@ -7819,12 +7819,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/520f86a6-1558-4592-bbad-6d50ec8c5909 +
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
                • initiated_at
                  : -
                  2023-11-02T04:54:04.979076Z +
                  2023-11-02T04:55:39.993588Z
                • @@ -7852,7 +7852,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -7891,7 +7891,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:04 GMT +
                Thu, 02 Nov 2023 04:55:40 GMT
              • @@ -7915,12 +7915,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.018128 +
                0.016625
              • reported
                : -
                2023-11-02T04:54:04.997970Z +
                2023-11-02T04:55:40.010914Z
              • @@ -7960,7 +7960,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.076201Z
              @@ -7977,7 +7977,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.076201Z
            @@ -8134,7 +8134,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              520f86a6-1558-4592-bbad-6d50ec8c5909 +
              c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
            • @@ -8144,7 +8144,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              W4SXBc.tMAfUN4LfbVKdvpMlVWgkAjWk7N6Pou29p.I_ +
              7fhUwkf-Do.oHnQIwEbzI1S9LMyPjy.riH.hU7lF4Ww_
            • @@ -8154,7 +8154,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              a30bb16a-3004-4a25-9458-034997650597 +
              98a3d181-9d41-479c-9f31-c5e80057a05b
            • @@ -8167,7 +8167,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.630258Z +
              2023-11-02T05:03:34.076201Z
            @@ -8184,7 +8184,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.630258Z +
            2023-11-02T04:55:33.076201Z
          @@ -8298,7 +8298,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -8316,12 +8316,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:05.029149Z +
    2023-11-02T04:55:40.039744Z
  • @@ -8359,7 +8359,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -8526,7 +8526,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.624403Z +
      2023-11-02T04:55:33.070777Z
    • @@ -8543,7 +8543,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.624403Z +
        2023-11-02T05:03:34.070777Z
      • @@ -8652,7 +8652,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        5166db29-417d-4307-bd95-29f12148db0d +
        9e8e01e8-a9a7-4d82-9aa9-1a28728500ac
      @@ -8686,7 +8686,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -8710,12 +8710,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.087344 +
      0.08083
    • reported
      : -
      2023-11-02T04:54:05.117428Z +
      2023-11-02T04:55:40.121431Z
    • @@ -8723,7 +8723,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • notes
        : -
        Requested flight (priority 0) intersected uss1's operational intent 520f86a6-1558-4592-bbad-6d50ec8c5909 (priority 100) +
        Requested flight (priority 0) intersected uss1's operational intent c1ad0f4e-8d92-4086-a633-3fccf1be8c3d (priority 100)
      • @@ -8775,7 +8775,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -8798,7 +8798,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.018694Z +
    2023-11-02T04:55:40.030537Z
  • @@ -8836,7 +8836,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -8987,7 +8987,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -9004,7 +9004,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -9022,7 +9022,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        bde1ecdb-99dd-47d9-ba9d-ef5244e98e4d +
        b2285593-30af-4b8d-8cf6-d77254646307
      @@ -9056,7 +9056,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -9070,12 +9070,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004582 +
      0.004543
    • reported
      : -
      2023-11-02T04:54:05.024062Z +
      2023-11-02T04:55:40.035813Z
    • @@ -9089,12 +9089,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
      • manager
        : -
        uss2 +
        uss1
      • @@ -9122,7 +9122,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.076201Z
        • @@ -9139,7 +9139,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.621352Z +
            2023-11-02T05:03:34.076201Z
          • @@ -9153,12 +9153,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            ad1a357d-e0ba-492e-a900-94cd0205a44c +
            98a3d181-9d41-479c-9f31-c5e80057a05b
          @@ -9170,12 +9170,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            520f86a6-1558-4592-bbad-6d50ec8c5909 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -9203,7 +9203,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.067926Z
            • @@ -9220,7 +9220,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.067926Z
              • @@ -9234,12 +9234,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                a30bb16a-3004-4a25-9458-034997650597 +
                414e60d8-f0e2-4f33-94b5-874cd8188982
              @@ -9304,7 +9304,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:05.118612Z +
              2023-11-02T04:55:40.122505Z
            • @@ -9342,7 +9342,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -9493,7 +9493,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -9510,7 +9510,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -9528,7 +9528,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                586ca6be-6aae-468c-b98c-e0dc3669e346 +
                ff543e9d-fe87-4dc2-a922-fbdaae77db1b
              @@ -9562,7 +9562,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:05 GMT +
              Thu, 02 Nov 2023 04:55:40 GMT
            • @@ -9576,12 +9576,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004627 +
              0.004471
            • reported
              : -
              2023-11-02T04:54:05.124148Z +
              2023-11-02T04:55:40.127797Z
            • @@ -9595,12 +9595,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
              • manager
                : -
                uss2 +
                uss1
              • @@ -9628,7 +9628,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.621352Z +
                  2023-11-02T04:55:33.076201Z
                • @@ -9645,7 +9645,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.621352Z +
                    2023-11-02T05:03:34.076201Z
                  • @@ -9659,12 +9659,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    ad1a357d-e0ba-492e-a900-94cd0205a44c +
                    98a3d181-9d41-479c-9f31-c5e80057a05b
                  @@ -9676,12 +9676,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    520f86a6-1558-4592-bbad-6d50ec8c5909 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -9709,7 +9709,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.630258Z +
                      2023-11-02T04:55:33.067926Z
                    • @@ -9726,7 +9726,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.630258Z +
                        2023-11-02T05:03:34.067926Z
                      • @@ -9740,12 +9740,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        a30bb16a-3004-4a25-9458-034997650597 +
                        414e60d8-f0e2-4f33-94b5-874cd8188982
                      @@ -9825,12 +9825,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                    • initiated_at
                      : -
                      2023-11-02T04:54:05.125931Z +
                      2023-11-02T04:55:40.129549Z
                    • @@ -9858,7 +9858,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -9897,7 +9897,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:05 GMT +
                    Thu, 02 Nov 2023 04:55:40 GMT
                  • @@ -9921,12 +9921,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015792 +
                    0.014681
                  • reported
                    : -
                    2023-11-02T04:54:05.142527Z +
                    2023-11-02T04:55:40.144979Z
                  • @@ -9966,7 +9966,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.621352Z +
                    2023-11-02T05:03:34.067926Z
                  @@ -9983,7 +9983,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.621352Z +
                  2023-11-02T04:55:33.067926Z
                @@ -10140,7 +10140,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  23f0d044-479c-4a23-9821-18b629f9213a +
                  c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                • @@ -10150,7 +10150,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  scabv860rIaPvaNkB.J51F3p6o-KZR0pRaRp4uEFJUg_ +
                  2VAMP8mJ42STxlVyaEnr7b10uBZ-5DlZgrM4e1NFsDU_
                • @@ -10160,7 +10160,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  ad1a357d-e0ba-492e-a900-94cd0205a44c +
                  414e60d8-f0e2-4f33-94b5-874cd8188982
                • @@ -10173,7 +10173,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.621352Z +
                  2023-11-02T05:03:34.067926Z
                @@ -10190,7 +10190,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.621352Z +
                2023-11-02T04:55:33.067926Z
              @@ -10304,10 +10304,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -10325,12 +10325,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:05.174333Z +
    2023-11-02T04:55:40.173548Z
  • @@ -10368,7 +10368,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -10535,7 +10535,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.633140Z +
      2023-11-02T04:55:33.078890Z
    • @@ -10552,7 +10552,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.633140Z +
        2023-11-02T05:03:34.078890Z
      • @@ -10661,7 +10661,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        2bf1c714-9dc3-4b05-a3b8-bb4c82e17ce5 +
        80aa7741-1d6b-4d9b-a561-cadd13d8938c
      @@ -10695,7 +10695,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -10719,12 +10719,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.075331 +
      0.064235
    • reported
      : -
      2023-11-02T04:54:05.250571Z +
      2023-11-02T04:55:40.238682Z
    • @@ -10732,7 +10732,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • notes
        : -
        Requested flight (priority 0) intersected uss1's operational intent 520f86a6-1558-4592-bbad-6d50ec8c5909 (priority 100) +
        Requested flight (priority 0) intersected uss1's operational intent c1ad0f4e-8d92-4086-a633-3fccf1be8c3d (priority 100)
      • @@ -10784,7 +10784,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -10807,7 +10807,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.165043Z +
    2023-11-02T04:55:40.164516Z
  • @@ -10845,7 +10845,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -10996,7 +10996,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -11013,7 +11013,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -11031,7 +11031,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        b535350f-e278-468d-b9ff-2b3f92e95bcb +
        4b6ca74b-b18d-4fa5-9a95-1245bcb805c8
      @@ -11065,7 +11065,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -11079,12 +11079,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004439 +
      0.004327
    • reported
      : -
      2023-11-02T04:54:05.170243Z +
      2023-11-02T04:55:40.169629Z
    • @@ -11098,12 +11098,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
      • manager
        : -
        uss2 +
        uss1
      • @@ -11131,7 +11131,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.076201Z
        • @@ -11148,7 +11148,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.621352Z +
            2023-11-02T05:03:34.076201Z
          • @@ -11162,12 +11162,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            ad1a357d-e0ba-492e-a900-94cd0205a44c +
            98a3d181-9d41-479c-9f31-c5e80057a05b
          @@ -11179,12 +11179,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            520f86a6-1558-4592-bbad-6d50ec8c5909 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -11212,7 +11212,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.067926Z
            • @@ -11229,7 +11229,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.067926Z
              • @@ -11243,12 +11243,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                a30bb16a-3004-4a25-9458-034997650597 +
                414e60d8-f0e2-4f33-94b5-874cd8188982
              @@ -11313,7 +11313,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:05.252371Z +
              2023-11-02T04:55:40.239558Z
            • @@ -11351,7 +11351,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -11502,7 +11502,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -11519,7 +11519,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -11537,7 +11537,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                2d661ce2-eeb6-4174-a57e-00b7bba07933 +
                a2c6422a-6b38-4711-87d1-e865a060eb58
              @@ -11571,7 +11571,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:05 GMT +
              Thu, 02 Nov 2023 04:55:40 GMT
            • @@ -11585,12 +11585,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004539 +
              0.004744
            • reported
              : -
              2023-11-02T04:54:05.257782Z +
              2023-11-02T04:55:40.245113Z
            • @@ -11604,12 +11604,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                c1ad0f4e-8d92-4086-a633-3fccf1be8c3d
              • manager
                : -
                uss2 +
                uss1
              • @@ -11637,7 +11637,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.621352Z +
                  2023-11-02T04:55:33.076201Z
                • @@ -11654,7 +11654,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.621352Z +
                    2023-11-02T05:03:34.076201Z
                  • @@ -11668,12 +11668,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    ad1a357d-e0ba-492e-a900-94cd0205a44c +
                    98a3d181-9d41-479c-9f31-c5e80057a05b
                  @@ -11685,12 +11685,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    520f86a6-1558-4592-bbad-6d50ec8c5909 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -11718,7 +11718,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.630258Z +
                      2023-11-02T04:55:33.067926Z
                    • @@ -11735,7 +11735,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.630258Z +
                        2023-11-02T05:03:34.067926Z
                      • @@ -11749,12 +11749,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        a30bb16a-3004-4a25-9458-034997650597 +
                        414e60d8-f0e2-4f33-94b5-874cd8188982
                      @@ -11834,12 +11834,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                    • initiated_at
                      : -
                      2023-11-02T04:54:05.259565Z +
                      2023-11-02T04:55:40.248001Z
                    • @@ -11867,7 +11867,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -11906,7 +11906,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:05 GMT +
                    Thu, 02 Nov 2023 04:55:40 GMT
                  • @@ -11930,12 +11930,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.015805 +
                    0.014493
                  • reported
                    : -
                    2023-11-02T04:54:05.276109Z +
                    2023-11-02T04:55:40.263196Z
                  • @@ -11975,7 +11975,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.621352Z +
                    2023-11-02T05:03:34.067926Z
                  @@ -11992,7 +11992,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.621352Z +
                  2023-11-02T04:55:33.067926Z
                @@ -12149,7 +12149,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  23f0d044-479c-4a23-9821-18b629f9213a +
                  c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                • @@ -12159,7 +12159,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  scabv860rIaPvaNkB.J51F3p6o-KZR0pRaRp4uEFJUg_ +
                  2VAMP8mJ42STxlVyaEnr7b10uBZ-5DlZgrM4e1NFsDU_
                • @@ -12169,7 +12169,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  ad1a357d-e0ba-492e-a900-94cd0205a44c +
                  414e60d8-f0e2-4f33-94b5-874cd8188982
                • @@ -12182,7 +12182,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.621352Z +
                  2023-11-02T05:03:34.067926Z
                @@ -12199,7 +12199,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.621352Z +
                2023-11-02T04:55:33.067926Z
              @@ -12313,10 +12313,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -12334,12 +12334,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/575aeba2-75a3-4929-bd7f-ef0653106b41 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/4440bddd-3ad7-4dd0-a92b-1f38c0eef255
  • initiated_at
    : -
    2023-11-02T04:54:05.296617Z +
    2023-11-02T04:55:40.282436Z
  • @@ -12372,7 +12372,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12411,7 +12411,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Date
    : -
    Thu, 02 Nov 2023 04:54:05 GMT +
    Thu, 02 Nov 2023 04:55:40 GMT
  • @@ -12435,12 +12435,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • elapsed_s
    : -
    0.045837 +
    0.042496
  • reported
    : -
    2023-11-02T04:54:05.343248Z +
    2023-11-02T04:55:40.325731Z
  • @@ -12500,7 +12500,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • @@ -12518,12 +12518,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:05.352068Z +
    2023-11-02T04:55:40.334436Z
  • @@ -12561,7 +12561,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -12728,7 +12728,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.633140Z +
      2023-11-02T04:55:33.078890Z
    • @@ -12745,7 +12745,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.633140Z +
        2023-11-02T05:03:34.078890Z
      • @@ -12854,7 +12854,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        7bfc90e0-fb9d-4f53-ae04-05c237de5b5c +
        8bdc5945-dde6-4fbf-a7d6-b9092318be95
      @@ -12888,7 +12888,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -12912,12 +12912,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.110464 +
      0.103898
    • reported
      : -
      2023-11-02T04:54:05.463423Z +
      2023-11-02T04:55:40.439262Z
    • @@ -12925,7 +12925,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -12977,7 +12977,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -13000,7 +13000,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.344080Z +
    2023-11-02T04:55:40.326729Z
  • @@ -13038,7 +13038,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -13189,7 +13189,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -13206,7 +13206,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -13224,7 +13224,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        354261f8-eb5c-4e90-a277-5180a79558a4 +
        e82f4b0f-e20d-4faf-930a-5dc182735365
      @@ -13258,7 +13258,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -13272,12 +13272,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003411 +
      0.003311
    • reported
      : -
      2023-11-02T04:54:05.348287Z +
      2023-11-02T04:55:40.330840Z
    • @@ -13291,7 +13291,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -13324,7 +13324,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -13341,7 +13341,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.621352Z +
            2023-11-02T05:03:34.067926Z
          • @@ -13360,7 +13360,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            ad1a357d-e0ba-492e-a900-94cd0205a44c +
            414e60d8-f0e2-4f33-94b5-874cd8188982
          @@ -13425,7 +13425,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:05.464618Z +
          2023-11-02T04:55:40.440345Z
        • @@ -13463,7 +13463,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -13614,7 +13614,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -13631,7 +13631,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.653712Z +
            2023-11-02T05:03:34.098389Z
          • @@ -13649,7 +13649,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            c7e982f0-ea5a-44cb-adc3-4d3a79ac8d53 +
            87d14b9c-3a82-4243-95c6-0da7d89a6082
          @@ -13683,7 +13683,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:05 GMT +
          Thu, 02 Nov 2023 04:55:40 GMT
        • @@ -13697,12 +13697,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004335 +
          0.003334
        • reported
          : -
          2023-11-02T04:54:05.469841Z +
          2023-11-02T04:55:40.444490Z
        • @@ -13716,7 +13716,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            23f0d044-479c-4a23-9821-18b629f9213a +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • @@ -13749,7 +13749,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.63314Z +
              2023-11-02T04:55:33.07889Z
            • @@ -13766,7 +13766,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.63314Z +
                2023-11-02T05:03:34.07889Z
              • @@ -13785,7 +13785,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • subscription_id
                : -
                c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
                04f3abba-32aa-46c6-9af0-1358831350bb
              @@ -13865,12 +13865,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • url
              : -
              http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
              http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
            • initiated_at
              : -
              2023-11-02T04:54:05.471146Z +
              2023-11-02T04:55:40.446223Z
            • @@ -13898,7 +13898,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
            @@ -13937,7 +13937,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • Date
            : -
            Thu, 02 Nov 2023 04:54:05 GMT +
            Thu, 02 Nov 2023 04:55:40 GMT
          • @@ -13961,12 +13961,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • elapsed_s
            : -
            0.015869 +
            0.014589
          • reported
            : -
            2023-11-02T04:54:05.487833Z +
            2023-11-02T04:55:40.461570Z
          • @@ -14006,7 +14006,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.633140Z +
            2023-11-02T05:03:34.078890Z
          @@ -14023,7 +14023,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.633140Z +
          2023-11-02T04:55:33.078890Z
        @@ -14180,7 +14180,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • id
          : -
          23f0d044-479c-4a23-9821-18b629f9213a +
          c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
        • @@ -14190,7 +14190,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • ovn
          : -
          BDfUpaL5g.5YkdgTvA2v-yVeAf.FSIRVCTNNlFT83E0_ +
          s2nGHGtaowGeNKeNSH8o3EPdclcdUFzja8pGL8YvGK0_
        • @@ -14200,7 +14200,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • subscription_id
          : -
          c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
          04f3abba-32aa-46c6-9af0-1358831350bb
        • @@ -14213,7 +14213,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T05:01:58.63314Z +
          2023-11-02T05:03:34.07889Z
        @@ -14230,7 +14230,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T04:53:57.63314Z +
        2023-11-02T04:55:33.07889Z
      @@ -14344,7 +14344,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -14362,12 +14362,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f5c2a117-44a6-4fb6-823a-288215362e86 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/59029758-d2ff-47a2-8f1f-602a0bd9a103
  • initiated_at
    : -
    2023-11-02T04:54:05.515119Z +
    2023-11-02T04:55:40.488973Z
  • @@ -14405,7 +14405,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -14575,7 +14575,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.630258Z +
      2023-11-02T04:55:33.076201Z
    • @@ -14592,7 +14592,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.630258Z +
        2023-11-02T05:03:34.076201Z
      • @@ -14715,7 +14715,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        84bd16d6-6a96-4e8a-946a-b6532d9407b8 +
        ce8cb295-6491-45cf-829a-6e9f4a14c148
      @@ -14749,7 +14749,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -14773,12 +14773,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.129147 +
      0.118853
    • reported
      : -
      2023-11-02T04:54:05.645249Z +
      2023-11-02T04:55:40.608734Z
    • @@ -14848,7 +14848,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -14871,7 +14871,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.508148Z +
    2023-11-02T04:55:40.482215Z
  • @@ -14909,7 +14909,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -15060,7 +15060,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -15077,7 +15077,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -15095,7 +15095,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        96c0f387-21d8-48ba-853e-92dc158e77ca +
        2be6c828-d06f-456f-b048-f2c1df74b496
      @@ -15129,7 +15129,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -15143,12 +15143,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.003686 +
      0.003548
    • reported
      : -
      2023-11-02T04:54:05.512582Z +
      2023-11-02T04:55:40.486545Z
    • @@ -15162,7 +15162,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -15195,7 +15195,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.63314Z +
          2023-11-02T04:55:33.07889Z
        • @@ -15212,7 +15212,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.63314Z +
            2023-11-02T05:03:34.07889Z
          • @@ -15231,7 +15231,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • subscription_id
            : -
            c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
            04f3abba-32aa-46c6-9af0-1358831350bb
          @@ -15296,7 +15296,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • initiated_at
          : -
          2023-11-02T04:54:05.646281Z +
          2023-11-02T04:55:40.609680Z
        • @@ -15334,7 +15334,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Authorization
          : -
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
          Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
        @@ -15485,7 +15485,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.621352Z +
          2023-11-02T04:55:33.067926Z
        • @@ -15502,7 +15502,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.653712Z +
            2023-11-02T05:03:34.098389Z
          • @@ -15520,7 +15520,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • request_id
            : -
            f0dc63a5-dfb7-44a8-b25b-6dbe53339a5c +
            faf9296e-ba06-4c35-be46-779d1e13a888
          @@ -15554,7 +15554,7 @@

          scenarios.astm.utm.ConflictHigherPriority

        • Date
          : -
          Thu, 02 Nov 2023 04:54:05 GMT +
          Thu, 02 Nov 2023 04:55:40 GMT
        • @@ -15568,12 +15568,12 @@

          scenarios.astm.utm.ConflictHigherPriority

        • elapsed_s
          : -
          0.004605 +
          0.004009
        • reported
          : -
          2023-11-02T04:54:05.651684Z +
          2023-11-02T04:55:40.614518Z
        • @@ -15587,12 +15587,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            23f0d044-479c-4a23-9821-18b629f9213a +
            6b4887ce-b5e4-4ec4-b224-f38343136eef
          • manager
            : -
            uss2 +
            uss1
          • @@ -15602,12 +15602,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            2 +
            1
          • state
            : -
            Activated +
            Accepted
          • @@ -15620,7 +15620,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.63314Z +
              2023-11-02T04:55:33.076201Z
            • @@ -15637,7 +15637,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.63314Z +
                2023-11-02T05:03:34.076201Z
              • @@ -15651,12 +15651,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss2.localutm/mock/scd +
                http://scdsc.uss1.localutm/mock/scd
              • subscription_id
                : -
                c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
                b8fcafb4-283b-420b-a132-6e4c26a10e91
              @@ -15668,12 +15668,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
              • manager
                : -
                uss1 +
                uss2
              • @@ -15683,12 +15683,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • version
                : -
                1 +
                2
              • state
                : -
                Accepted +
                Activated
              • @@ -15701,7 +15701,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.630258Z +
                  2023-11-02T04:55:33.07889Z
                • @@ -15718,7 +15718,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.630258Z +
                    2023-11-02T05:03:34.07889Z
                  • @@ -15732,12 +15732,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss1.localutm/mock/scd +
                    http://scdsc.uss2.localutm/mock/scd
                  • subscription_id
                    : -
                    e8e7e82a-99c7-4207-9457-c0498eb827fb +
                    04f3abba-32aa-46c6-9af0-1358831350bb
                  @@ -15817,12 +15817,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • url
                  : -
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                  http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/6b4887ce-b5e4-4ec4-b224-f38343136eef
                • initiated_at
                  : -
                  2023-11-02T04:54:05.653500Z +
                  2023-11-02T04:55:40.616261Z
                • @@ -15850,7 +15850,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • Authorization
                  : -
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                  Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                @@ -15889,7 +15889,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • Date
                : -
                Thu, 02 Nov 2023 04:54:05 GMT +
                Thu, 02 Nov 2023 04:55:40 GMT
              • @@ -15913,12 +15913,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • elapsed_s
                : -
                0.017882 +
                0.016723
              • reported
                : -
                2023-11-02T04:54:05.672143Z +
                2023-11-02T04:55:40.633713Z
              • @@ -15958,7 +15958,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.076201Z
              @@ -15975,7 +15975,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.076201Z
            @@ -16132,7 +16132,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • id
              : -
              4dcb7435-9e18-4120-89d1-4ecfa8982183 +
              6b4887ce-b5e4-4ec4-b224-f38343136eef
            • @@ -16142,7 +16142,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • ovn
              : -
              M8W1.EeKbHH8Ed4tW-9Irn5CTu18WKkV5JmqxNY5b5o_ +
              EZn9IbokpXEBGQEs1RZitG9hw7Y.TpbyvDj1SUby5l0_
            • @@ -16152,7 +16152,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • subscription_id
              : -
              e8e7e82a-99c7-4207-9457-c0498eb827fb +
              b8fcafb4-283b-420b-a132-6e4c26a10e91
            • @@ -16165,7 +16165,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T05:01:58.630258Z +
              2023-11-02T05:03:34.076201Z
            @@ -16182,7 +16182,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T04:53:57.630258Z +
            2023-11-02T04:55:33.076201Z
          @@ -16296,7 +16296,7 @@

          scenarios.astm.utm.ConflictHigherPriority

    @@ -16314,12 +16314,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f5c2a117-44a6-4fb6-823a-288215362e86 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/59029758-d2ff-47a2-8f1f-602a0bd9a103
  • initiated_at
    : -
    2023-11-02T04:54:05.704145Z +
    2023-11-02T04:55:40.661782Z
  • @@ -16357,7 +16357,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -16527,7 +16527,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.636273Z +
      2023-11-02T04:55:33.081599Z
    • @@ -16544,7 +16544,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.636273Z +
        2023-11-02T05:03:34.081599Z
      • @@ -16667,7 +16667,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        c5349991-db73-4df0-89bd-dcc9b958ed27 +
        7d6f6f33-adaf-4df6-9f65-fd67504e9d76
      @@ -16701,7 +16701,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -16725,12 +16725,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.121574 +
      0.112464
    • reported
      : -
      2023-11-02T04:54:05.826636Z +
      2023-11-02T04:55:40.775180Z
    • @@ -16800,7 +16800,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -16823,7 +16823,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.696243Z +
    2023-11-02T04:55:40.654202Z
  • @@ -16861,7 +16861,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -17012,7 +17012,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -17029,7 +17029,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -17047,7 +17047,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        36301904-5b3d-46af-ae8f-222a2e3e1fb0 +
        0cc07ef5-74a7-4c2f-bbed-b4b5781310b4
      @@ -17081,7 +17081,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -17095,12 +17095,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004143 +
      0.003906
    • reported
      : -
      2023-11-02T04:54:05.701125Z +
      2023-11-02T04:55:40.658904Z
    • @@ -17114,12 +17114,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        6b4887ce-b5e4-4ec4-b224-f38343136eef
      • manager
        : -
        uss2 +
        uss1
      • @@ -17129,12 +17129,12 @@

        scenarios.astm.utm.ConflictHigherPriority

      • version
        : -
        2 +
        1
      • state
        : -
        Activated +
        Accepted
      • @@ -17147,7 +17147,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.63314Z +
          2023-11-02T04:55:33.076201Z
        • @@ -17164,7 +17164,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.63314Z +
            2023-11-02T05:03:34.076201Z
          • @@ -17178,12 +17178,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
            b8fcafb4-283b-420b-a132-6e4c26a10e91
          @@ -17195,12 +17195,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            4dcb7435-9e18-4120-89d1-4ecfa8982183 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -17210,12 +17210,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            1 +
            2
          • state
            : -
            Accepted +
            Activated
          • @@ -17228,7 +17228,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.630258Z +
              2023-11-02T04:55:33.07889Z
            • @@ -17245,7 +17245,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.630258Z +
                2023-11-02T05:03:34.07889Z
              • @@ -17259,12 +17259,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                e8e7e82a-99c7-4207-9457-c0498eb827fb +
                04f3abba-32aa-46c6-9af0-1358831350bb
              @@ -17329,7 +17329,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:05.827828Z +
              2023-11-02T04:55:40.776738Z
            • @@ -17367,7 +17367,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -17518,7 +17518,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -17535,7 +17535,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -17553,7 +17553,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                55e1d37b-c555-45bb-a7ed-85571cc09dd1 +
                af6bb6cb-364b-4168-b5e9-beb65a832787
              @@ -17587,7 +17587,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:05 GMT +
              Thu, 02 Nov 2023 04:55:40 GMT
            • @@ -17601,12 +17601,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004345 +
              0.004285
            • reported
              : -
              2023-11-02T04:54:05.833103Z +
              2023-11-02T04:55:40.781842Z
            • @@ -17620,12 +17620,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                6b4887ce-b5e4-4ec4-b224-f38343136eef
              • manager
                : -
                uss2 +
                uss1
              • @@ -17653,7 +17653,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.63314Z +
                  2023-11-02T04:55:33.081599Z
                • @@ -17670,7 +17670,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.63314Z +
                    2023-11-02T05:03:34.081599Z
                  • @@ -17684,12 +17684,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
                    247f4e37-e360-4a85-a23e-38e36ec6bfa0
                  @@ -17701,12 +17701,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -17734,7 +17734,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.636273Z +
                      2023-11-02T04:55:33.07889Z
                    • @@ -17751,7 +17751,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.636273Z +
                        2023-11-02T05:03:34.07889Z
                      • @@ -17765,12 +17765,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        20f475b5-1100-414a-b833-3118d98f8c35 +
                        04f3abba-32aa-46c6-9af0-1358831350bb
                      @@ -17850,12 +17850,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/6b4887ce-b5e4-4ec4-b224-f38343136eef
                    • initiated_at
                      : -
                      2023-11-02T04:54:05.835305Z +
                      2023-11-02T04:55:40.784055Z
                    • @@ -17883,7 +17883,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -17922,7 +17922,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:05 GMT +
                    Thu, 02 Nov 2023 04:55:40 GMT
                  • @@ -17946,12 +17946,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.018412 +
                    0.016682
                  • reported
                    : -
                    2023-11-02T04:54:05.854482Z +
                    2023-11-02T04:55:40.801501Z
                  • @@ -17991,7 +17991,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.636273Z +
                    2023-11-02T05:03:34.081599Z
                  @@ -18008,7 +18008,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.636273Z +
                  2023-11-02T04:55:33.081599Z
                @@ -18165,7 +18165,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                  6b4887ce-b5e4-4ec4-b224-f38343136eef
                • @@ -18175,7 +18175,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  w4CTGXfM4xXEeRbsPiP8-IqjqisQhXgGV35YzEeJMF0_ +
                  .kyMKjRqzDQymkwEi7.SpoULyBm0JisFn-h3mr7SAn8_
                • @@ -18185,7 +18185,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  20f475b5-1100-414a-b833-3118d98f8c35 +
                  247f4e37-e360-4a85-a23e-38e36ec6bfa0
                • @@ -18198,7 +18198,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.636273Z +
                  2023-11-02T05:03:34.081599Z
                @@ -18215,7 +18215,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.636273Z +
                2023-11-02T04:55:33.081599Z
              @@ -18329,7 +18329,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -18347,12 +18347,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:05.884829Z +
    2023-11-02T04:55:40.829799Z
  • @@ -18390,7 +18390,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -18557,7 +18557,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.627345Z +
      2023-11-02T04:55:33.073464Z
    • @@ -18574,7 +18574,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.627345Z +
        2023-11-02T05:03:34.073464Z
      • @@ -18683,7 +18683,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        8b0fbb44-0c0b-4074-8ef1-44b56f3ab9d2 +
        25fe96de-2b66-45bf-b47c-96797c00acc6
      @@ -18717,7 +18717,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:06 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -18741,12 +18741,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.145879 +
      0.128479
    • reported
      : -
      2023-11-02T04:54:06.031549Z +
      2023-11-02T04:55:40.959127Z
    • @@ -18754,7 +18754,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • operational_intent_id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
      • @@ -18826,7 +18826,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -18849,7 +18849,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:05.875502Z +
    2023-11-02T04:55:40.821063Z
  • @@ -18887,7 +18887,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -19038,7 +19038,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -19055,7 +19055,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -19073,7 +19073,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        6bb90351-199a-4cd9-aa88-71e1feda6860 +
        5ed68e29-39aa-4432-be46-ba495f66d48a
      @@ -19107,7 +19107,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:05 GMT +
      Thu, 02 Nov 2023 04:55:40 GMT
    • @@ -19121,12 +19121,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004441 +
      0.004037
    • reported
      : -
      2023-11-02T04:54:05.880716Z +
      2023-11-02T04:55:40.825848Z
    • @@ -19140,12 +19140,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        6b4887ce-b5e4-4ec4-b224-f38343136eef
      • manager
        : -
        uss2 +
        uss1
      • @@ -19173,7 +19173,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.63314Z +
          2023-11-02T04:55:33.081599Z
        • @@ -19190,7 +19190,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.63314Z +
            2023-11-02T05:03:34.081599Z
          • @@ -19204,12 +19204,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            c11aa522-94b4-48e7-8f22-f19d0aa80fe1 +
            247f4e37-e360-4a85-a23e-38e36ec6bfa0
          @@ -19221,12 +19221,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            4dcb7435-9e18-4120-89d1-4ecfa8982183 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -19254,7 +19254,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.636273Z +
              2023-11-02T04:55:33.07889Z
            • @@ -19271,7 +19271,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.636273Z +
                2023-11-02T05:03:34.07889Z
              • @@ -19285,12 +19285,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                20f475b5-1100-414a-b833-3118d98f8c35 +
                04f3abba-32aa-46c6-9af0-1358831350bb
              @@ -19355,7 +19355,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:06.033350Z +
              2023-11-02T04:55:40.960665Z
            • @@ -19393,7 +19393,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -19544,7 +19544,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -19561,7 +19561,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -19579,7 +19579,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                b987a612-5bff-489d-a046-1c940d9533fc +
                cf301bbd-57ae-4e97-a0b3-48d788b24091
              @@ -19613,7 +19613,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:06 GMT +
              Thu, 02 Nov 2023 04:55:40 GMT
            • @@ -19627,12 +19627,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.005059 +
              0.003924
            • reported
              : -
              2023-11-02T04:54:06.039249Z +
              2023-11-02T04:55:40.965410Z
            • @@ -19646,12 +19646,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                6b4887ce-b5e4-4ec4-b224-f38343136eef
              • manager
                : -
                uss2 +
                uss1
              • @@ -19661,7 +19661,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • version
                : -
                3 +
                2
              • @@ -19679,7 +19679,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.627345Z +
                  2023-11-02T04:55:33.081599Z
                • @@ -19696,7 +19696,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.627345Z +
                    2023-11-02T05:03:34.081599Z
                  • @@ -19710,12 +19710,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    279ad67f-b809-42ff-a254-f04ce0a61532 +
                    247f4e37-e360-4a85-a23e-38e36ec6bfa0
                  @@ -19727,12 +19727,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -19742,7 +19742,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • version
                    : -
                    2 +
                    3
                  • @@ -19760,7 +19760,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.636273Z +
                      2023-11-02T04:55:33.073464Z
                    • @@ -19777,7 +19777,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.636273Z +
                        2023-11-02T05:03:34.073464Z
                      • @@ -19791,12 +19791,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        20f475b5-1100-414a-b833-3118d98f8c35 +
                        2ef91545-271b-450b-bf7b-29f43d3a946d
                      @@ -19876,12 +19876,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                    • initiated_at
                      : -
                      2023-11-02T04:54:06.041154Z +
                      2023-11-02T04:55:40.967564Z
                    • @@ -19909,7 +19909,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -19948,7 +19948,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:06 GMT +
                    Thu, 02 Nov 2023 04:55:40 GMT
                  • @@ -19972,12 +19972,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.016911 +
                    0.016289
                  • reported
                    : -
                    2023-11-02T04:54:06.058932Z +
                    2023-11-02T04:55:40.984566Z
                  • @@ -20017,7 +20017,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.627345Z +
                    2023-11-02T05:03:34.073464Z
                  @@ -20034,7 +20034,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.627345Z +
                  2023-11-02T04:55:33.073464Z
                @@ -20191,7 +20191,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  23f0d044-479c-4a23-9821-18b629f9213a +
                  c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                • @@ -20201,7 +20201,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  FXwNc.IKY.W96J4rwj8NRQlVZ8WKAujyx8FEDCiSb7k_ +
                  dgzS3uXKyWyrls--5i5mklV6LITRFiUqgvdnwCilfH8_
                • @@ -20211,7 +20211,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  279ad67f-b809-42ff-a254-f04ce0a61532 +
                  2ef91545-271b-450b-bf7b-29f43d3a946d
                • @@ -20224,7 +20224,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.627345Z +
                  2023-11-02T05:03:34.073464Z
                @@ -20241,7 +20241,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.627345Z +
                2023-11-02T04:55:33.073464Z
              @@ -20355,10 +20355,10 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -20376,12 +20376,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/f5c2a117-44a6-4fb6-823a-288215362e86 +
    http://scdsc.uss1.localutm/flight_planning/v1/flight_plans/59029758-d2ff-47a2-8f1f-602a0bd9a103
  • initiated_at
    : -
    2023-11-02T04:54:06.088098Z +
    2023-11-02T04:55:41.011755Z
  • @@ -20419,7 +20419,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoiaW50ZXJ1c3MuZmxpZ2h0X3BsYW5uaW5nLnBsYW4iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -20589,7 +20589,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.642068Z +
      2023-11-02T04:55:33.086999Z
    • @@ -20606,7 +20606,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.642068Z +
        2023-11-02T05:03:34.086999Z
      • @@ -20729,7 +20729,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        c89c1ea3-a732-490b-941e-9daa79922849 +
        ec9f317f-bb52-404f-b237-7a918a9dd9fa
      @@ -20763,7 +20763,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:06 GMT +
      Thu, 02 Nov 2023 04:55:41 GMT
    • @@ -20787,12 +20787,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.117727 +
      0.110438
    • reported
      : -
      2023-11-02T04:54:06.206766Z +
      2023-11-02T04:55:41.123177Z
    • @@ -20862,7 +20862,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    @@ -20885,7 +20885,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:06.079864Z +
    2023-11-02T04:55:41.004348Z
  • @@ -20923,7 +20923,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -21074,7 +21074,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -21091,7 +21091,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -21109,7 +21109,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        0932a65c-5dd4-4db2-a9c7-d5aaaae57256 +
        d6377a32-0971-4655-b5ff-30efc993cbf1
      @@ -21143,7 +21143,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:06 GMT +
      Thu, 02 Nov 2023 04:55:41 GMT
    • @@ -21157,12 +21157,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004454 +
      0.003793
    • reported
      : -
      2023-11-02T04:54:06.085106Z +
      2023-11-02T04:55:41.008881Z
    • @@ -21176,12 +21176,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        6b4887ce-b5e4-4ec4-b224-f38343136eef
      • manager
        : -
        uss2 +
        uss1
      • @@ -21191,7 +21191,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • version
        : -
        3 +
        2
      • @@ -21209,7 +21209,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.627345Z +
          2023-11-02T04:55:33.081599Z
        • @@ -21226,7 +21226,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.627345Z +
            2023-11-02T05:03:34.081599Z
          • @@ -21240,12 +21240,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            279ad67f-b809-42ff-a254-f04ce0a61532 +
            247f4e37-e360-4a85-a23e-38e36ec6bfa0
          @@ -21257,12 +21257,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            4dcb7435-9e18-4120-89d1-4ecfa8982183 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -21272,7 +21272,7 @@

            scenarios.astm.utm.ConflictHigherPriority

          • version
            : -
            2 +
            3
          • @@ -21290,7 +21290,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.636273Z +
              2023-11-02T04:55:33.073464Z
            • @@ -21307,7 +21307,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.636273Z +
                2023-11-02T05:03:34.073464Z
              • @@ -21321,12 +21321,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                20f475b5-1100-414a-b833-3118d98f8c35 +
                2ef91545-271b-450b-bf7b-29f43d3a946d
              @@ -21391,7 +21391,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:06.207726Z +
              2023-11-02T04:55:41.124125Z
            • @@ -21429,7 +21429,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -21580,7 +21580,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -21597,7 +21597,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -21615,7 +21615,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                28fb2408-04fe-4720-9ca5-58a1b4ab9c45 +
                3f4a2497-ee63-4107-8aea-46f5794385c1
              @@ -21649,7 +21649,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:06 GMT +
              Thu, 02 Nov 2023 04:55:41 GMT
            • @@ -21663,12 +21663,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004133 +
              0.004277
            • reported
              : -
              2023-11-02T04:54:06.212672Z +
              2023-11-02T04:55:41.129229Z
            • @@ -21682,12 +21682,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                6b4887ce-b5e4-4ec4-b224-f38343136eef
              • manager
                : -
                uss2 +
                uss1
              • @@ -21715,7 +21715,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.627345Z +
                  2023-11-02T04:55:33.086999Z
                • @@ -21732,7 +21732,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.627345Z +
                    2023-11-02T05:03:34.086999Z
                  • @@ -21746,12 +21746,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    279ad67f-b809-42ff-a254-f04ce0a61532 +
                    28e3cc5b-ff98-4dc8-b155-968f8aa0ce44
                  @@ -21763,12 +21763,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -21796,7 +21796,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.642068Z +
                      2023-11-02T04:55:33.073464Z
                    • @@ -21813,7 +21813,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.642068Z +
                        2023-11-02T05:03:34.073464Z
                      • @@ -21827,12 +21827,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        c48ccac1-cc31-4ba7-b2a2-b606396cc243 +
                        2ef91545-271b-450b-bf7b-29f43d3a946d
                      @@ -21912,12 +21912,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                      http://scdsc.uss1.localutm/mock/scd/uss/v1/operational_intents/6b4887ce-b5e4-4ec4-b224-f38343136eef
                    • initiated_at
                      : -
                      2023-11-02T04:54:06.214473Z +
                      2023-11-02T04:55:41.131057Z
                    • @@ -21945,7 +21945,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDM5LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MxLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -21984,7 +21984,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:06 GMT +
                    Thu, 02 Nov 2023 04:55:41 GMT
                  • @@ -22008,12 +22008,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.018698 +
                    0.016505
                  • reported
                    : -
                    2023-11-02T04:54:06.233883Z +
                    2023-11-02T04:55:41.148263Z
                  • @@ -22053,7 +22053,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.642068Z +
                    2023-11-02T05:03:34.086999Z
                  @@ -22070,7 +22070,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.642068Z +
                  2023-11-02T04:55:33.086999Z
                @@ -22227,7 +22227,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                  6b4887ce-b5e4-4ec4-b224-f38343136eef
                • @@ -22237,7 +22237,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  kxaGXR4oirTNJg2trsWoCeRsdTYfMOUqd5auriHwsiA_ +
                  kxqb6tbimKSbzJm1aLKvpRHTP0KKNkU-3RwJzzqQWWA_
                • @@ -22247,7 +22247,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  c48ccac1-cc31-4ba7-b2a2-b606396cc243 +
                  28e3cc5b-ff98-4dc8-b155-968f8aa0ce44
                • @@ -22260,7 +22260,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.642068Z +
                  2023-11-02T05:03:34.086999Z
                @@ -22277,7 +22277,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.642068Z +
                2023-11-02T04:55:33.086999Z
              @@ -22391,7 +22391,7 @@

              scenarios.astm.utm.ConflictHigherPriority

    @@ -22409,12 +22409,12 @@

    scenarios.astm.utm.ConflictHigherPriority

  • url
    : -
    http://scdsc.uss2.localutm/scdsc/v1/flights/b2933876-ae38-4412-936e-daf106ee1ca2 +
    http://scdsc.uss2.localutm/scdsc/v1/flights/7036cb5d-964e-4fbd-86c3-3a69dcc8696b
  • initiated_at
    : -
    2023-11-02T04:54:06.264773Z +
    2023-11-02T04:55:41.176594Z
  • @@ -22452,7 +22452,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLmluamVjdF90ZXN0X2RhdGEiLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
  • @@ -22619,7 +22619,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.644933Z +
      2023-11-02T04:55:33.089655Z
    • @@ -22636,7 +22636,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.644933Z +
        2023-11-02T05:03:34.089655Z
      • @@ -22745,7 +22745,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        96da6203-7fbf-456c-a06f-3352acdc33c4 +
        6b32394a-367a-42c0-b6dd-4579235051c0
      @@ -22779,7 +22779,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:06 GMT +
      Thu, 02 Nov 2023 04:55:41 GMT
    • @@ -22803,12 +22803,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.10504 +
      0.087081
    • reported
      : -
      2023-11-02T04:54:06.370780Z +
      2023-11-02T04:55:41.264515Z
    • @@ -22816,7 +22816,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • notes
        : -
        Requested flight (priority 0) intersected uss1's operational intent 4dcb7435-9e18-4120-89d1-4ecfa8982183 (priority 100) +
        Requested flight (priority 0) intersected uss1's operational intent 6b4887ce-b5e4-4ec4-b224-f38343136eef (priority 100)
      • @@ -22868,7 +22868,7 @@

        scenarios.astm.utm.ConflictHigherPriority

    @@ -22891,7 +22891,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • initiated_at
    : -
    2023-11-02T04:54:06.255403Z +
    2023-11-02T04:55:41.167748Z
  • @@ -22929,7 +22929,7 @@

    scenarios.astm.utm.ConflictHigherPriority

  • Authorization
    : -
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
    Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
  • @@ -23080,7 +23080,7 @@

    scenarios.astm.utm.ConflictHigherPriority

    • value
      : -
      2023-11-02T04:53:57.621352Z +
      2023-11-02T04:55:33.067926Z
    • @@ -23097,7 +23097,7 @@

      scenarios.astm.utm.ConflictHigherPriority

      • value
        : -
        2023-11-02T05:01:58.653712Z +
        2023-11-02T05:03:34.098389Z
      • @@ -23115,7 +23115,7 @@

        scenarios.astm.utm.ConflictHigherPriority

      • request_id
        : -
        a3935223-a904-4ee8-8985-a1c8f930ec1c +
        f0e5bbd7-347c-4413-8098-ca269a91b5c8
      @@ -23149,7 +23149,7 @@

      scenarios.astm.utm.ConflictHigherPriority

    • Date
      : -
      Thu, 02 Nov 2023 04:54:06 GMT +
      Thu, 02 Nov 2023 04:55:41 GMT
    • @@ -23163,12 +23163,12 @@

      scenarios.astm.utm.ConflictHigherPriority

    • elapsed_s
      : -
      0.004458 +
      0.004148
    • reported
      : -
      2023-11-02T04:54:06.260639Z +
      2023-11-02T04:55:41.172635Z
    • @@ -23182,12 +23182,12 @@

      scenarios.astm.utm.ConflictHigherPriority

      • id
        : -
        23f0d044-479c-4a23-9821-18b629f9213a +
        6b4887ce-b5e4-4ec4-b224-f38343136eef
      • manager
        : -
        uss2 +
        uss1
      • @@ -23215,7 +23215,7 @@

        scenarios.astm.utm.ConflictHigherPriority

        • value
          : -
          2023-11-02T04:53:57.627345Z +
          2023-11-02T04:55:33.086999Z
        • @@ -23232,7 +23232,7 @@

          scenarios.astm.utm.ConflictHigherPriority

          • value
            : -
            2023-11-02T05:01:58.627345Z +
            2023-11-02T05:03:34.086999Z
          • @@ -23246,12 +23246,12 @@

            scenarios.astm.utm.ConflictHigherPriority

          • uss_base_url
            : -
            http://scdsc.uss2.localutm/mock/scd +
            http://scdsc.uss1.localutm/mock/scd
          • subscription_id
            : -
            279ad67f-b809-42ff-a254-f04ce0a61532 +
            28e3cc5b-ff98-4dc8-b155-968f8aa0ce44
          @@ -23263,12 +23263,12 @@

          scenarios.astm.utm.ConflictHigherPriority

          • id
            : -
            4dcb7435-9e18-4120-89d1-4ecfa8982183 +
            c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
          • manager
            : -
            uss1 +
            uss2
          • @@ -23296,7 +23296,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.642068Z +
              2023-11-02T04:55:33.073464Z
            • @@ -23313,7 +23313,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.642068Z +
                2023-11-02T05:03:34.073464Z
              • @@ -23327,12 +23327,12 @@

                scenarios.astm.utm.ConflictHigherPriority

              • uss_base_url
                : -
                http://scdsc.uss1.localutm/mock/scd +
                http://scdsc.uss2.localutm/mock/scd
              • subscription_id
                : -
                c48ccac1-cc31-4ba7-b2a2-b606396cc243 +
                2ef91545-271b-450b-bf7b-29f43d3a946d
              @@ -23397,7 +23397,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • initiated_at
              : -
              2023-11-02T04:54:06.372258Z +
              2023-11-02T04:55:41.265447Z
            • @@ -23435,7 +23435,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Authorization
              : -
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDQzOSwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED +
              Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJkc3MudXNzMS5sb2NhbHV0bSIsImV4cCI6MTY5ODkwNDUzNCwiaXNzIjoiZHVtbXkiLCJzY29wZSI6InV0bS5zdHJhdGVnaWNfY29vcmRpbmF0aW9uIiwic3ViIjoidXNzX3F1YWxpZmllciJ9.REDACTED
            @@ -23586,7 +23586,7 @@

            scenarios.astm.utm.ConflictHigherPriority

            • value
              : -
              2023-11-02T04:53:57.621352Z +
              2023-11-02T04:55:33.067926Z
            • @@ -23603,7 +23603,7 @@

              scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T05:01:58.653712Z +
                2023-11-02T05:03:34.098389Z
              • @@ -23621,7 +23621,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • request_id
                : -
                a0bc2bb9-83b0-45f3-99a1-0104bf5eb2c5 +
                7463c2b1-4933-4292-bc4c-25ea6cb04c5f
              @@ -23655,7 +23655,7 @@

              scenarios.astm.utm.ConflictHigherPriority

            • Date
              : -
              Thu, 02 Nov 2023 04:54:06 GMT +
              Thu, 02 Nov 2023 04:55:41 GMT
            • @@ -23669,12 +23669,12 @@

              scenarios.astm.utm.ConflictHigherPriority

            • elapsed_s
              : -
              0.004499 +
              0.004106
            • reported
              : -
              2023-11-02T04:54:06.377570Z +
              2023-11-02T04:55:41.270343Z
            • @@ -23688,12 +23688,12 @@

              scenarios.astm.utm.ConflictHigherPriority

              • id
                : -
                23f0d044-479c-4a23-9821-18b629f9213a +
                6b4887ce-b5e4-4ec4-b224-f38343136eef
              • manager
                : -
                uss2 +
                uss1
              • @@ -23721,7 +23721,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.627345Z +
                  2023-11-02T04:55:33.086999Z
                • @@ -23738,7 +23738,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.627345Z +
                    2023-11-02T05:03:34.086999Z
                  • @@ -23752,12 +23752,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • uss_base_url
                    : -
                    http://scdsc.uss2.localutm/mock/scd +
                    http://scdsc.uss1.localutm/mock/scd
                  • subscription_id
                    : -
                    279ad67f-b809-42ff-a254-f04ce0a61532 +
                    28e3cc5b-ff98-4dc8-b155-968f8aa0ce44
                  @@ -23769,12 +23769,12 @@

                  scenarios.astm.utm.ConflictHigherPriority

                  • id
                    : -
                    4dcb7435-9e18-4120-89d1-4ecfa8982183 +
                    c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                  • manager
                    : -
                    uss1 +
                    uss2
                  • @@ -23802,7 +23802,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                    • value
                      : -
                      2023-11-02T04:53:57.642068Z +
                      2023-11-02T04:55:33.073464Z
                    • @@ -23819,7 +23819,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                      • value
                        : -
                        2023-11-02T05:01:58.642068Z +
                        2023-11-02T05:03:34.073464Z
                      • @@ -23833,12 +23833,12 @@

                        scenarios.astm.utm.ConflictHigherPriority

                      • uss_base_url
                        : -
                        http://scdsc.uss1.localutm/mock/scd +
                        http://scdsc.uss2.localutm/mock/scd
                      • subscription_id
                        : -
                        c48ccac1-cc31-4ba7-b2a2-b606396cc243 +
                        2ef91545-271b-450b-bf7b-29f43d3a946d
                      @@ -23918,12 +23918,12 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • url
                      : -
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/23f0d044-479c-4a23-9821-18b629f9213a +
                      http://scdsc.uss2.localutm/mock/scd/uss/v1/operational_intents/c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                    • initiated_at
                      : -
                      2023-11-02T04:54:06.379247Z +
                      2023-11-02T04:55:41.273071Z
                    • @@ -23951,7 +23951,7 @@

                      scenarios.astm.utm.ConflictHigherPriority

                    • Authorization
                      : -
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NDQwLCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED +
                      Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJzY2RzYy51c3MyLmxvY2FsdXRtIiwiZXhwIjoxNjk4OTA0NTM1LCJpc3MiOiJkdW1teSIsInNjb3BlIjoidXRtLnN0cmF0ZWdpY19jb29yZGluYXRpb24iLCJzdWIiOiJ1c3NfcXVhbGlmaWVyIn0.REDACTED
                    @@ -23990,7 +23990,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • Date
                    : -
                    Thu, 02 Nov 2023 04:54:06 GMT +
                    Thu, 02 Nov 2023 04:55:41 GMT
                  • @@ -24014,12 +24014,12 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • elapsed_s
                    : -
                    0.016976 +
                    0.015623
                  • reported
                    : -
                    2023-11-02T04:54:06.397022Z +
                    2023-11-02T04:55:41.289401Z
                  • @@ -24059,7 +24059,7 @@

                    scenarios.astm.utm.ConflictHigherPriority

                  • value
                    : -
                    2023-11-02T05:01:58.627345Z +
                    2023-11-02T05:03:34.073464Z
                  @@ -24076,7 +24076,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T04:53:57.627345Z +
                  2023-11-02T04:55:33.073464Z
                @@ -24233,7 +24233,7 @@

                scenarios.astm.utm.ConflictHigherPriority

                • id
                  : -
                  23f0d044-479c-4a23-9821-18b629f9213a +
                  c3d6bbd0-8c13-4d20-aa4b-2325ae11382b
                • @@ -24243,7 +24243,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • ovn
                  : -
                  FXwNc.IKY.W96J4rwj8NRQlVZ8WKAujyx8FEDCiSb7k_ +
                  dgzS3uXKyWyrls--5i5mklV6LITRFiUqgvdnwCilfH8_
                • @@ -24253,7 +24253,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • subscription_id
                  : -
                  279ad67f-b809-42ff-a254-f04ce0a61532 +
                  2ef91545-271b-450b-bf7b-29f43d3a946d
                • @@ -24266,7 +24266,7 @@

                  scenarios.astm.utm.ConflictHigherPriority

                • value
                  : -
                  2023-11-02T05:01:58.627345Z +
                  2023-11-02T05:03:34.073464Z
                @@ -24283,7 +24283,7 @@

                scenarios.astm.utm.ConflictHigherPriority

              • value
                : -
                2023-11-02T04:53:57.627345Z +
                2023-11-02T04:55:33.073464Z
    - Setup + Setup - Check for flight planning readiness + Check for flight planning readiness 3 🌐
    - Area clearing + Area clearing 7 🌐
    - Attempt to plan flight in conflict + Attempt to plan flight in conflict - Plan flight 2 + Plan flight 2 11 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 14 🌐
    - Attempt to plan flight 1 + Attempt to plan flight 1 24 🌐
    - Validate flight 1 not shared + Validate flight 1 not shared 27 🌐
    - Delete flight 2 + Delete flight 2 31 🌐
    - Attempt to modify planned flight in conflict + Attempt to modify planned flight in conflict - Plan flight 1 + Plan flight 1 33 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 36 🌐
    - Plan flight 2 + Plan flight 2 46 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 49 🌐
    - Attempt to modify planned flight 1 in conflict + Attempt to modify planned flight 1 in conflict 59 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 62 🌐
    - Attempt to activate flight in conflict + Attempt to activate flight in conflict - Attempt to activate conflicting flight 1 + Attempt to activate conflicting flight 1 72 🌐
    - Validate flight 1 not activated + Validate flight 1 not activated 75 🌐
    - Modify activated flight with pre-existing conflict + Modify activated flight with pre-existing conflict - Delete flight 2 + Delete flight 2 85 🌐
    - Activate flight 1 + Activate flight 1 87 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 90 🌐
    - Plan flight 2 + Plan flight 2 100 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 103 🌐
    - Activate flight 2 + Activate flight 2 113 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 116 🌐
    - Modify activated flight 1 in conflict with activated flight 2 + Modify activated flight 1 in conflict with activated flight 2 126 🌐
    - Validate flight 1 sharing + Validate flight 1 sharing 131 🌐
    - Attempt to modify activated flight in conflict + Attempt to modify activated flight in conflict - Modify activated flight 2 to not conflict with activated flight 1 + Modify activated flight 2 to not conflict with activated flight 1 141 🌐
    - Validate flight 2 sharing + Validate flight 2 sharing 144 🌐
    - Attempt to modify activated flight 1 in conflict + Attempt to modify activated flight 1 in conflict 154 🌐
    - Validate flight 1 not modified + Validate flight 1 not modified 157 🌐