Skip to content

Commit 7089d3a

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 1267d32 commit 7089d3a

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
@@ -10084,6 +10084,13 @@
1008410084
"module": "Dasharo Compatibility"
1008510085
}
1008610086
},
10087+
{
10088+
"doc": {
10089+
"_id": "WDT006.001",
10090+
"name": "Watchdog resets platform on kernel crash (Ubuntu)",
10091+
"module": "Dasharo Compatibility"
10092+
}
10093+
},
1008710094
{
1008810095
"doc": {
1008910096
"_id": "WLE001.001",

0 commit comments

Comments
 (0)