Commit 308acb9
committed
tmt: Fix install tests to use booted image to avoid bootupd skew
The install-outside-container and install-unified-flag tests were
failing because they pulled centos-bootc:stream10 which has a newer
bootupd with EFI files at /usr/lib/efi/, while the running Fedora
image has the old layout at /usr/lib/bootupd/updates/EFI/.
Use the booted image instead to ensure bootupd versions match.
The original code is commented out for easy reversion once PR #1816
lands to properly handle cross-version installs.
Assisted-by: OpenCode (Claude Sonnet 4)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 0ade2c3 commit 308acb9
2 files changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments