Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola/testiso: set the VM's ram to value of '--qemu-memory' when provided
Currently `testiso` only uses 4Gb and ignores `--qemu-memory`, which leads to a failure when testing new live-images with `/root.erofs`: ``` [ 2.133469] dracut-cmdline[536]: /usr/sbin/initqueue: line 65: echo: write error: No space left on device ``` With this PR it's now possible to override default settings: ``` $ cosa kola testiso pxe* --pxe-append-rootfs --qemu-memory 8192 Running test: pxe-offline-install.bios PASS: pxe-offline-install.bios (1m27.545s) ... ```
- Loading branch information