Commit 69f902d
committed
Disable grub timeout in SLES for SAP 16.0 tests on pvm_hmc
The default 8s timeout can cause some tests on pvm_hmc backend
to fail as `lib/sles4sap::reboot()` would call 2 times
`lib/opensusebasetests::wait_grub()`, and 8s could be not enough time to
assert the grub screen twice.
This commit disables the grub timeout on SLES for SAP 16.0 installations
by adding `stopOnBootMenu: true` in
`data/sles4sap/agama/sles_sap_default_ppc64le.jsonnet` and also adds in
the related schedules the module `installation/grub_test` to handle the
grub screen before first boot.
Related Ticket: https://jira.suse.com/browse/TEAM-106111 parent 3814084 commit 69f902d
File tree
4 files changed
+6
-0
lines changed- data/sles4sap/agama
- schedule/sles4sap
- hana
4 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments