-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show the subresults and their checks in the HTML report
Fix the colspan of the main table, add a new column "Actions" into the table and add possibility to show/hide the checks and subresults row for each result. Also, show all the checks in the subresults table. Do not hide them by default as it's done with general result checks.
- Loading branch information
Showing
5 changed files
with
236 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
- name: /test/subresults | ||
result: pass | ||
note: | ||
log: | ||
- data/guest/default-0/test/subresults-1/output.txt | ||
start-time: '2024-08-26T12:12:08.923924+00:00' | ||
end-time: '2024-08-26T12:12:08.942201+00:00' | ||
duration: 00:00:00 | ||
serial-number: 1 | ||
fmf-id: | ||
name: /test/subresults | ||
context: {} | ||
ids: | ||
id: | ||
extra-nitrate: | ||
extra-task: | ||
guest: | ||
name: default-0 | ||
role: | ||
__class__: | ||
module: tmt.result | ||
name: ResultGuestData | ||
subresult: | ||
- name: /test/subresults/good | ||
result: pass | ||
end-time: "2024-07-17T14:16:28.735039+00:00" | ||
__class__: | ||
module: tmt.result | ||
name: SubResult | ||
- name: /test/subresults/fail | ||
result: fail | ||
end-time: "2024-07-17T14:16:28.739501+00:00" | ||
__class__: | ||
module: tmt.result | ||
name: SubResult | ||
- name: /test/subresults/weird | ||
result: warn | ||
end-time: "2024-07-17T14:16:28.743959+00:00" | ||
__class__: | ||
module: tmt.result | ||
name: SubResult | ||
check: | ||
- name: dmesg | ||
result: skip | ||
note: | ||
log: [] | ||
start-time: '2024-07-22T10:34:41.135249+00:00' | ||
end-time: '2024-07-22T10:34:41.135279+00:00' | ||
duration: 00:00:00 | ||
event: before-test | ||
__class__: | ||
module: tmt.result | ||
name: CheckSubResult | ||
- name: dmesg | ||
result: skip | ||
note: | ||
log: [] | ||
start-time: '2024-07-22T10:34:41.393797+00:00' | ||
end-time: '2024-07-22T10:34:41.393819+00:00' | ||
duration: 00:00:00 | ||
event: after-test | ||
__class__: | ||
module: tmt.result | ||
name: CheckSubResult | ||
check: | ||
- name: avc | ||
result: skip | ||
note: | ||
log: [] | ||
start-time: '2024-07-22T10:34:41.135249+00:00' | ||
end-time: '2024-07-22T10:34:41.135279+00:00' | ||
duration: 00:00:00 | ||
event: before-test | ||
__class__: | ||
module: tmt.result | ||
name: CheckSubResult | ||
- name: avc | ||
result: skip | ||
note: | ||
log: [] | ||
start-time: '2024-07-22T10:34:41.393797+00:00' | ||
end-time: '2024-07-22T10:34:41.393819+00:00' | ||
duration: 00:00:00 | ||
event: after-test | ||
__class__: | ||
module: tmt.result | ||
name: CheckSubResult | ||
data-path: data/guest/default-0/test/subresults-1/data | ||
__class__: | ||
module: tmt.result | ||
name: Result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters