Commit dfd232e
committed
tests: Disable broken FCOS libvirt ignition test
FCOS installed via bootc install drops into emergency mode because the
partition layout (BIOS boot + EFI + root) lacks the "boot"-labeled
partition that coreos-boot-mount-generator expects. The 90-second device
wait for /dev/disk/by-label/boot times out, then SSHD never starts and
the root account is locked. Ignition itself is also skipped — bootc
install marks the disk as provisioned, so FCOS treats every boot as
"subsequent."
An analogous fix landed for the ephemeral/virtiofs case in
coreos/fedora-coreos-config#3859 but the
bootc-install-to-disk case is not yet handled upstream.
Disable the test registration (keeping the code) until the upstream
generator is fixed. The other ignition tests (invalid path, unsupported
image) still run and pass.
Assisted-by: OpenCode (Claude Opus 4)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent c8998a0 commit dfd232e
1 file changed
Lines changed: 18 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
86 | 98 | | |
87 | 99 | | |
88 | 100 | | |
89 | | - | |
| 101 | + | |
| 102 | + | |
90 | 103 | | |
91 | 104 | | |
92 | 105 | | |
| |||
0 commit comments