Skip to content

Commit

Permalink
[uss_qualifier] Add flight intent validation and fix conflict same pr…
Browse files Browse the repository at this point in the history
…iority scenario (#393)

* Add flight intent validator

* Fix conflict equal priority scenario

* Make flight names proper in conflict higher priority

* Remove stray KML

* Update hash

* Add time validation for in-use flight plans ac17e69
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent bc5819c commit 755ce04
Show file tree
Hide file tree
Showing 207 changed files with 156,080 additions and 139,099 deletions.
2 changes: 1 addition & 1 deletion artifacts/uss_qualifier/reports/dss_probing/report.json

Large diffs are not rendered by default.

3,106 changes: 1,553 additions & 1,553 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/1.html

Large diffs are not rendered by default.

3,106 changes: 1,553 additions & 1,553 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/2.html

Large diffs are not rendered by default.

3,106 changes: 1,553 additions & 1,553 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/s.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"test_run_information": {
"test_run_id": "cabbed2a9ef8b325e292cb101a128896f64852125425748daafa2c991fe24f8a",
"start_time": "2023-12-08 15:26:24 UTC",
"end_time": "2023-12-08 15:28:26 UTC",
"baseline": "3076c9d815294c025e591f0ee0d893084fe374c34a2e5a5cc7d814bc81a99562",
"test_run_id": "dba14d00bd0ae226eceb4ec410e421d677e4e2b269bdb8861c31fcac5b17fc17",
"start_time": "2023-12-08 18:48:03 UTC",
"end_time": "2023-12-08 18:50:06 UTC",
"baseline": "b3e42eef37862a0f97a27298d30eabd90fc881ed128c4007cbd9628a44431826",
"environment": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb"
},
"participant_verifications": {
Expand Down
3,106 changes: 1,553 additions & 1,553 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/u.html

Large diffs are not rendered by default.

2,412 changes: 1,206 additions & 1,206 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html

Large diffs are not rendered by default.

2,412 changes: 1,206 additions & 1,206 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/uss2.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TR-cabbed2 sequence view</title>
<title>TR-dba14d0 sequence view</title>
<style>
body {
margin: 0;
Expand Down Expand Up @@ -107,31 +107,31 @@ <h1>Sequence view of uss_qualifier test run</h1>
</tr>
<tr>
<td>Test run identifier</td>
<td>TR-cabbed2</td>
<td>TR-dba14d0</td>
</tr>
<tr>
<td>Start time</td>
<td>2023-12-08 15:26:24 UTC</td>
<td>2023-12-08 18:48:03 UTC</td>
</tr>
<tr>
<td>End time</td>
<td>2023-12-08 15:28:26 UTC</td>
<td>2023-12-08 18:50:06 UTC</td>
</tr>
<tr>
<td>Test baseline identifier</td>
<td>TB-3076c9d</td>
<td>TB-b3e42ee</td>
</tr>
<tr>
<td>Environment identifier</td>
<td>TE-3836708</td>
</tr>
<tr>
<td>Codebase version</td>
<td>interuss/monitoring/v0.0.0-5b4bd9e</td>
<td>interuss/monitoring/v0.0.0-ac17e69</td>
</tr>
<tr>
<td>Commit hash</td>
<td>5b4bd9e24abc4886641979ba11978f5f4010b425</td>
<td>ac17e69d7ca22eb63f722a8cb64edd879a370218</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -817,7 +817,7 @@ <h2>Scenarios executed</h2>
<td></td>
<td></td>
<td>
0:11
0:12
</td>
</tr>
<tr>
Expand Down Expand Up @@ -968,7 +968,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td></td>
<td>
0:11
0:12
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1271,7 +1271,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td></td>
<td>
0:16
0:15
</td>
</tr>
</table>
Expand Down
378 changes: 189 additions & 189 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/s1.html

Large diffs are not rendered by default.

Loading

0 comments on commit 755ce04

Please sign in to comment.