Skip to content

Commit 310da82

Browse files
dasharo-compatibility/watchdog.robot: fix typo in ID, proper IDs for skip
This test wasn't included in a release yet, it is safe to change. Also drop Ubuntu version from name and add it to JSON. Signed-off-by: Krystian Hebel <[email protected]>
1 parent ab37377 commit 310da82

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

dasharo-compatibility/watchdog.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ WDT004.001 Change watchdog timeout
108108
WDT005.001 Watchdog is detected by OS (Ubuntu)
109109
[Documentation] Boot into an OS with the watchdog enabled and verify
110110
... that the OS detects and stops the watchdog.
111-
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT} APU002.001 not supported
111+
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT} WDT005.001 not supported
112112
Skip If not ${WATCHDOG_SUPPORT} Watchdog tests not supported.
113113
Power On
114114
${setup_menu}= Enter Setup Menu Tianocore And Return Construction
@@ -134,10 +134,10 @@ WDT005.001 Watchdog is detected by OS (Ubuntu)
134134
END
135135
Should Be Equal ${platform_has_reset} ${FALSE}
136136

137-
WTD006.001 Watchdog resets platform on kernel crash (Ubuntu 22.04)
137+
WDT006.001 Watchdog resets platform on kernel crash (Ubuntu)
138138
[Documentation] Boot into OS with the watchdog enabled, crash the kernel
139139
... and verify that the watchdog resets the machine.
140-
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT} APU002.001 not supported
140+
Skip If not ${TESTS_IN_FIRMWARE_SUPPORT} WDT006.001 not supported
141141
Skip If not ${WATCHDOG_SUPPORT} Watchdog tests not supported.
142142
Power On
143143
${setup_menu}= Enter Setup Menu Tianocore And Return Construction

test_cases.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10049,6 +10049,13 @@
1004910049
"module": "Dasharo Compatibility"
1005010050
}
1005110051
},
10052+
{
10053+
"doc": {
10054+
"_id": "WDT006.001",
10055+
"name": "Watchdog resets platform on kernel crash (Ubuntu)",
10056+
"module": "Dasharo Compatibility"
10057+
}
10058+
},
1005210059
{
1005310060
"doc": {
1005410061
"_id": "WLE001.001",

0 commit comments

Comments
 (0)