Skip to content

Commit 775ea21

Browse files
[uss_qualifier/scenarios] Improve documentation for SCD0030 test (#1369) 159950b
0 parents  commit 775ea21

File tree

917 files changed

+9173301
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

917 files changed

+9173301
-0
lines changed

artifacts/uss_qualifier/reports/dss_probing/report.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<html>
2+
<head>
3+
<style>
4+
body {
5+
margin: 1em;
6+
color: #24292f;
7+
background-color: #ffffff;
8+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
9+
font-size: 16px;
10+
line-height: 1.5;
11+
word-wrap: break-word;
12+
}
13+
table {
14+
border-spacing: 0;
15+
border-collapse: collapse;
16+
width: max-content;
17+
max-width: 100%;
18+
overflow: auto;
19+
}
20+
tr {
21+
border-top: 1px solid hsla(210,18%,87%,1);
22+
}
23+
table tr:nth-child(2n) {
24+
background-color: #f6f8fa;
25+
}
26+
td {
27+
padding: 6px 6px;
28+
vertical-align: top;
29+
border: 1px solid #d0d7de;
30+
}
31+
th {
32+
padding: 6px 6px;
33+
text-align: left;
34+
background-color: rgb(230, 230, 230);
35+
border: 1px solid #d0d7de;
36+
height: 40px;
37+
box-sizing: border-box;
38+
}
39+
a {
40+
background-color: transparent;
41+
color: #0969da;
42+
text-decoration: none;
43+
}
44+
h2 {
45+
margin-block-end: 0.1em;
46+
}
47+
.header_row {
48+
position: sticky;
49+
top: -1px;
50+
z-index: 100;
51+
}
52+
.sticky_cell_value {
53+
position: sticky;
54+
top: 40px;
55+
z-index: 0;
56+
}
57+
.pass_result {
58+
background-color: rgb(192, 255, 192);
59+
}
60+
.findings_result {
61+
background-color: rgb(255, 255, 192);
62+
}
63+
.accepted_findings_result {
64+
background-color: rgb(178, 125, 209);
65+
}
66+
.fail_result {
67+
background-color: rgb(255, 192, 192);
68+
}
69+
.not_tested {
70+
background-color: rgb(192, 192, 192);
71+
}
72+
.has_todo {
73+
background-color: rgb(255, 255, 192);
74+
}
75+
.minor_note {
76+
font-style: italic;
77+
font-size: 10px;
78+
}
79+
</style></head>
80+
<body>
81+
<div>
82+
<h2>Participants</h2>
83+
<table>
84+
<tr>
85+
<th>Participant</th>
86+
<th>Verification status</th>
87+
<th>System version</th>
88+
</tr>
89+
<tr>
90+
<td><a href="./uss1.html">uss1</a></td>
91+
<td class="not_tested">
92+
<a href="./uss1.html">Not fully verified</a>
93+
</td>
94+
<td></td>
95+
</tr>
96+
<tr>
97+
<td><a href="./uss2.html">uss2</a></td>
98+
<td class="not_tested">
99+
<a href="./uss2.html">Not fully verified</a>
100+
</td>
101+
<td></td>
102+
</tr>
103+
</table>
104+
</div>
105+
<div>
106+
<h2>Programmatic verification statuses</h2>
107+
<a href="status.json">status.json</a>
108+
</div>
109+
</body>
110+
</html>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"test_run_information": {
3+
"test_run_id": "106ffdd24a4cff9a129cd9e7b0f766757f24465e351d6201721fc1e133968068",
4+
"start_time": "2026-02-27 16:14:30 UTC",
5+
"end_time": "2026-02-27 16:16:47 UTC",
6+
"baseline": "acce8353ee6d0579d447418e84ff9c54e3193288192f0ad52d2b791c57352d41",
7+
"environment": "b8a3fae688dd22c401a40d56bba43d75aa518435d88b6c97eb81d957bb275f04"
8+
},
9+
"participant_verifications": {
10+
"uss1": {
11+
"status": "NotFullyVerified",
12+
"system_version": null
13+
},
14+
"uss2": {
15+
"status": "NotFullyVerified",
16+
"system_version": null
17+
}
18+
},
19+
"artifact_configuration": "requirements"
20+
}

0 commit comments

Comments
 (0)