Loic Devulder

Results 37 issues of 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:...

area/elemental
area/QA

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...

area/elemental
QA

area/elemental
status/blocked
area/QA

Small code refactoring as well as some cleaning in `tests/Makefile`. Verification run on my branch: https://github.com/ldevulder/elemental/actions/runs/3329548582.

area/elemental
area/QA

Test backup/restore feature according to the doc added in https://github.com/rancher/elemental/pull/419.

area/elemental
area/QA

By default Rancher Manager is installed with a self-signed certificate, but IRL it's usually better to use a "real" certificate.

area/elemental
area/QA

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.

architecture/arm64
area/feature
architecture/riscv

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...

kind/QA

Only to validate the `FORCE` option of `ManagedOSImage`, not something officially supported.

kind/QA
area/CI

Will fix #1300.

kind/QA