Loic Devulder
Loic Devulder
When failures occur we sometimes miss some logs. It could be useful for some command to, for example, replace this: ``` err = exec.Command("virsh", "net-create", netDefaultFileName).Run() Expect(err).To(Not(HaveOccurred())) ``` by this:...
For now the e2e installation and upgrade tests are booting Elemental OS through PXE. It could be good to boostrap at least one VM with the ISO and another with...
Small code refactoring as well as some cleaning in `tests/Makefile`. Verification run on my branch: https://github.com/ldevulder/elemental/actions/runs/3329548582.
Test backup/restore feature according to the doc added in https://github.com/rancher/elemental/pull/419.
By default Rancher Manager is installed with a self-signed certificate, but IRL it's usually better to use a "real" certificate.
Follows up PR #1856. Find an elegant way to add DTB in EFI partition (`/EFI/dtb/` for SUSE based distributions). Needed for ARM and RISC-V architectures.
Until now we always install Rancher Manager from the same (official) repository, but with Rancher Prime it could be good to change the default registry to another one to validate...
Only to validate the `FORCE` option of `ManagedOSImage`, not something officially supported.