Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/metal: set serial console in PXE and ISO tests
In both PXE and ISO tests, we aren't modifying the console settings of the installed system. This means that the `console.txt` artifact doesn't contain any data from the installed system when we reboot into it. This makes debugging failing tests harder. In ISO tests, we were already dropping a `installer.d/mantle.yaml` file to customize the install. Extend the file to also include a `console` key. In PXE tests, we drive coreos-installer from the `coreos.inst.*` kargs. There is no way to tell coreos-installer to use a specific console setting from just kargs, so drop an `installer.d/mantle.yaml` file containing just the `console` key.
- Loading branch information