Skip to content

Commit

Permalink
[uss_qualifier] Improve severity treatment in sequence view artifact (#…
Browse files Browse the repository at this point in the history
…446)

* Improve severity treatment in sequence view artifact

* Clean up query representation 4ace256
  • Loading branch information
github-actions[bot] committed Dec 24, 2023
1 parent f6359fd commit af6e895
Show file tree
Hide file tree
Showing 212 changed files with 219,453 additions and 167,610 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": "d0db043c821cffed221a450b3ce2a8dea03be6669a382503286dad7bf8d2aebe",
"start_time": "2023-12-24 05:45:46 UTC",
"end_time": "2023-12-24 05:47:48 UTC",
"baseline": "190b8b74a40effbb053713aedb767896a11f7bd9cdf89ac84477d9444328c48f",
"test_run_id": "30fa1c474834fcbd0c6220fa81fb36df6cf9790e81089f71c711c4340b18631a",
"start_time": "2023-12-24 05:46:15 UTC",
"end_time": "2023-12-24 05:48:16 UTC",
"baseline": "2c55b494bea6248bd7eab7de410317eb6f57adabb831108ab1a06244821d138c",
"environment": "383670842b90e623e04660bab8132198849a61457e0d90caf9eebb0df6322efb"
},
"participant_verifications": {
Expand Down
2,432 changes: 1,216 additions & 1,216 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

154 changes: 80 additions & 74 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/index.html
Original file line number Diff line number Diff line change
@@ -1,72 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TR-d0db043 sequence view</title>
<style>
body {
margin: 0;
color: #24292f;
background-color: #ffffff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
table {
border-spacing: 0;
border-collapse: collapse;
width: max-content;
max-width: 100%;
overflow: auto;
}
tr {
border-top: 1px solid hsla(210,18%,87%,1);
}
table tr:nth-child(2n) {
background-color: #f6f8fa;
}
td {
padding: 6px 6px;
vertical-align: top;
border: 1px solid #d0d7de;
}
th {
padding: 6px 6px;
text-align: left;
background-color: rgb(230, 230, 230);
border: 1px solid #d0d7de;
height: 40px;
}
a {
background-color: transparent;
color: #0969da;
text-decoration: none;
}
h2 {
margin-block-end: 0.1em;
}
p {
margin-top: 0.1em;
margin-bottom: 0.1em;
}
.sticky_cell_value {
position: sticky;
top: 40px;
z-index: 0;
}
.pass_result {
background-color: rgb(192, 255, 192);
}
.fail_result {
background-color: rgb(255, 192, 192);
}
.not_tested {
background-color: rgb(192, 192, 192);
}
.skipped_explanation {
font-style: italic;
}
</style>
<title>TR-30fa1c4 sequence view</title>
<style>
body {
margin: 0;
color: #24292f;
background-color: #ffffff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
table {
border-spacing: 0;
border-collapse: collapse;
width: max-content;
max-width: 100%;
overflow: auto;
}
tr {
border-top: 1px solid hsla(210,18%,87%,1);
}
table tr:nth-child(2n) {
background-color: #f6f8fa;
}
td {
padding: 6px 6px;
vertical-align: top;
border: 1px solid #d0d7de;
}
th {
padding: 6px 6px;
text-align: left;
background-color: rgb(230, 230, 230);
border: 1px solid #d0d7de;
height: 40px;
}
a {
background-color: transparent;
color: #0969da;
text-decoration: none;
}
h2 {
margin-block-end: 0.1em;
}
p {
margin-top: 0.1em;
margin-bottom: 0.1em;
}
.sticky_cell_value {
position: sticky;
top: 0px; // 40px
z-index: 0;
}
.pass_result {
background-color: rgb(192, 255, 192);
}
.fail_result {
background-color: rgb(255, 192, 192);
}
.info_result {
background-color: rgb(255, 255, 192);
}
.not_tested {
background-color: rgb(192, 192, 192);
}
.skipped_explanation {
font-style: italic;
}
.failed_check_summary {
font-style: italic;
}
</style>
<style>
ul, ul ul, ul li {
margin: 0;
Expand Down Expand Up @@ -107,31 +113,31 @@ <h1>Sequence view of uss_qualifier test run</h1>
</tr>
<tr>
<td>Test run identifier</td>
<td>TR-d0db043</td>
<td>TR-30fa1c4</td>
</tr>
<tr>
<td>Start time</td>
<td>2023-12-24 05:45:46 UTC</td>
<td>2023-12-24 05:46:15 UTC</td>
</tr>
<tr>
<td>End time</td>
<td>2023-12-24 05:47:48 UTC</td>
<td>2023-12-24 05:48:16 UTC</td>
</tr>
<tr>
<td>Test baseline identifier</td>
<td>TB-190b8b7</td>
<td>TB-2c55b49</td>
</tr>
<tr>
<td>Environment identifier</td>
<td>TE-3836708</td>
</tr>
<tr>
<td>Codebase version</td>
<td>interuss/monitoring/v0.0.0-ab3770f</td>
<td>interuss/monitoring/v0.0.0-4ace256</td>
</tr>
<tr>
<td>Commit hash</td>
<td>ab3770f6a39ee1fd7061a35227f86d93eca25bf0</td>
<td>4ace2569c7c44a03c1a51364c6be7b08d5b6233a</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -699,7 +705,7 @@ <h2>Scenarios executed</h2>
<td></td>
<td>&#x1F310;</td>
<td>
0:00
0:01
</td>
</tr>
<tr>
Expand Down Expand Up @@ -876,7 +882,7 @@ <h2>Scenarios executed</h2>
<td class="pass_result">&#x2705;</td>
<td></td>
<td>
0:12
0:11
</td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit af6e895

Please sign in to comment.