Benjamin Gilbert
Benjamin Gilbert
## Type of issue [REQUIRED] feature request ## Uploader type [REQUIRED] S3 ## Feature request details [DELETE EVERYTHING IN THIS SECTION IF THIS IS A BUG REPORT] ### Detailed description...
kola doesn't currently have a way to test Ignition reuse of partitions/filesystems/LUKS devices. This reuse can take two forms: reusing a partition on the boot disk by using coreos-installer to...
Once both FCOS and RHCOS ship `platforms.yaml`, we can drop the fallback to the legacy console configuration when that file is missing. Requires https://github.com/coreos/fedora-coreos-config/pull/1181 or equivalent to land everywhere. Untested.
On UEFI systems, confirm that shim hasn't created an EFI boot entry during bootup. Implement the check in `basic` so it runs as part of the UEFI tests in cosa...
Historically Ignition only supports the Azure "custom data" mechanism, but we'll support the new IMDS userdata mechanism once https://github.com/flatcar-linux/ignition/pull/39 comes upstream. Ideally kola would test both. xref https://github.com/flatcar-linux/mantle/pull/321
`cosa kola --basic-qemu-scenarios` is a nice all-in-one way to verify that several boot paths work correctly without manually running kola with `--qemu-firmware uefi`, `--qemu-firmware uefi-secure`, etc. Consider adding a similar...
https://github.com/coreos/coreos-assembler/pull/2354 disabled the boot-mirror tests on aarch64 and ppc64le. Re-enable them when [this bug](https://github.com/coreos/fedora-coreos-tracker/issues/855#issuecomment-896387343) is addressed.
All of the current external tests that do autopkgtest reboots execute only on qemu-unpriv. On clouds, reboot support doesn't appear to work correctly. For example, on GCP: ``` harness.go:661: kolet...
coreos/mantle@6e9e49bb12aded829e3d2e5a4939a6ef2bcda069 removed kola tests for creating filesystems with Ignition. We should reinstate those tests, since there might be distro-specific problems with mkfs tools. For example, this would have caught [RHBZ...
We've twice shipped Ignition releases that claimed to support IMDSv2 where that support turned out to be completely broken. kola should at least have an option to force IMDSv2, if...