Skip to content

Commit c9bf1f3

Browse files
[loadtest] Modernize & fix ISA.py (#1359) 38fd8ea
0 parents  commit c9bf1f3

File tree

917 files changed

+9172684
-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

+9172684
-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: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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+
.fail_result {
64+
background-color: rgb(255, 192, 192);
65+
}
66+
.not_tested {
67+
background-color: rgb(192, 192, 192);
68+
}
69+
.has_todo {
70+
background-color: rgb(255, 255, 192);
71+
}
72+
.minor_note {
73+
font-style: italic;
74+
font-size: 10px;
75+
}
76+
</style></head>
77+
<body>
78+
<div>
79+
<h2>Participants</h2>
80+
<table>
81+
<tr>
82+
<th>Participant</th>
83+
<th>Verification status</th>
84+
<th>System version</th>
85+
</tr>
86+
<tr>
87+
<td><a href="./uss1.html">uss1</a></td>
88+
<td class="not_tested">
89+
<a href="./uss1.html">Not fully verified</a>
90+
</td>
91+
<td></td>
92+
</tr>
93+
<tr>
94+
<td><a href="./uss2.html">uss2</a></td>
95+
<td class="not_tested">
96+
<a href="./uss2.html">Not fully verified</a>
97+
</td>
98+
<td></td>
99+
</tr>
100+
</table>
101+
</div>
102+
<div>
103+
<h2>Programmatic verification statuses</h2>
104+
<a href="status.json">status.json</a>
105+
</div>
106+
</body>
107+
</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": "30aa98af3361a6f6ed13757811f4f3f3d1cc229a65c05c5d90aabb9f7633ad71",
4+
"start_time": "2026-02-24 10:33:51 UTC",
5+
"end_time": "2026-02-24 10:36:09 UTC",
6+
"baseline": "0282b80257a68cce7e5522f6b2a59a1ca508771520baa08c5f0fc1ad1c8fbc01",
7+
"environment": "b8a3fae688dd22c401a40d56bba43d75aa518435d88b6c97eb81d957bb275f04"
8+
},
9+
"participant_verifications": {
10+
"uss1": {
11+
"status": "Incomplete",
12+
"system_version": null
13+
},
14+
"uss2": {
15+
"status": "Incomplete",
16+
"system_version": null
17+
}
18+
},
19+
"artifact_configuration": "requirements"
20+
}

0 commit comments

Comments
 (0)