Skip to content

Commit

Permalink
[uss_qualifier] Add interactions and invalid op checks steps (#376)
Browse files Browse the repository at this point in the history
* Adding the interactions and invalid op checks steps

* Added mock_uss to prep_planners doc

* fix format

* Fix doc

* Adding missing code

* Adding missing mock_uss resource to PrepareFlightPlanners

* Fix per PR comments

* Removing post check for a particular url

* Fixing check details

* Adding 5 s back, removing url check no post interactions

* Wait only for checking  POST notifications

* Fix per PR comments

* Fix per PR review

* Fix format

* Refactoring code, removed wait time for other than post interactions check

* querying for interactions optimistically

* Fix passing ref id

* Update monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/test_steps/validate_no_notification_operational_intent.md

Co-authored-by: Benjamin Pelletier <[email protected]>

* Fix per review comments

* Fix per review

* Adding missing code for Query

* Fixed documentation for wait time as per PR comments

* Adding subscription check with GET request check

* Fixed per PR comments

* Fix per review

* Removing args from comments

* Conditional call of GET request based on notification

* Refining check message

* Removing else condition, and renaming test step and check as discussed

* Changing method name per review

* fixing the condition for GET request check

* Want to trigger CI run that failed on netrid test

---------

Co-authored-by: Benjamin Pelletier <[email protected]> 6139bde
  • Loading branch information
github-actions[bot] committed Dec 17, 2023
1 parent e0823e4 commit 4185ecf
Show file tree
Hide file tree
Showing 211 changed files with 147,479 additions and 112,679 deletions.
2 changes: 1 addition & 1 deletion artifacts/uss_qualifier/reports/dss_probing/report.json

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": "16889baf1e765300c8480630638023eb089c73714c48d48cc2b299649055bff6",
"start_time": "2023-12-15 19:16:26 UTC",
"end_time": "2023-12-15 19:18:25 UTC",
"baseline": "f05d6f70063d650d00f3add219cf62e9f6e861be5edf9d0f72237dc71b084863",
"test_run_id": "34cd9d3ab28116b1223e0d12beda3ec4e09c72c3d1708cdc0ed8482135303e71",
"start_time": "2023-12-17 03:44:19 UTC",
"end_time": "2023-12-17 03:46:20 UTC",
"baseline": "d77d4a777c19fb85c531056f10dd31d80a77839e8efba8689edffdbc8f52d20a",
"environment": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb"
},
"participant_verifications": {
Expand Down
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.

22 changes: 11 additions & 11 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-16889ba sequence view</title>
<title>TR-34cd9d3 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-16889ba</td>
<td>TR-34cd9d3</td>
</tr>
<tr>
<td>Start time</td>
<td>2023-12-15 19:16:26 UTC</td>
<td>2023-12-17 03:44:19 UTC</td>
</tr>
<tr>
<td>End time</td>
<td>2023-12-15 19:18:25 UTC</td>
<td>2023-12-17 03:46:20 UTC</td>
</tr>
<tr>
<td>Test baseline identifier</td>
<td>TB-f05d6f7</td>
<td>TB-d77d4a7</td>
</tr>
<tr>
<td>Environment identifier</td>
<td>TE-3836708</td>
</tr>
<tr>
<td>Codebase version</td>
<td>interuss/monitoring/v0.0.0-4ca2576</td>
<td>interuss/monitoring/v0.0.0-6139bde</td>
</tr>
<tr>
<td>Commit hash</td>
<td>4ca2576519718ad970f784d3b40961f0cfa56e4d</td>
<td>6139bde0ded91c6da66028fdf5455d00cdab3635</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -732,7 +732,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td>&#x1F310;</td>
<td>
0:10
0:11
</td>
</tr>
<tr>
Expand Down Expand Up @@ -843,7 +843,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td>&#x1F310;</td>
<td>
0:10
0:11
</td>
</tr>
<tr>
Expand Down Expand Up @@ -955,7 +955,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td>&#x1F310;</td>
<td>
0:10
0:11
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1066,7 +1066,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td>&#x1F310;</td>
<td>
0:10
0:11
</td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit 4185ecf

Please sign in to comment.