diff --git a/qemu/tests/cfg/slof_with_maxmem.cfg b/qemu/tests/cfg/slof_with_maxmem.cfg new file mode 100644 index 0000000000000000000000000000000000000000..d1f3a8ff2d3e43748bf6f974071f5db9e43aa0e9 --- /dev/null +++ b/qemu/tests/cfg/slof_with_maxmem.cfg @@ -0,0 +1,13 @@ +- slof_with_maxmem: install setup image_copy unattended_install.cdrom + virt_test_type = qemu + type = boot + slots_mem = 4 + restart_vm = yes + kill_vm_on_error = yes + login_timeout = 600 + only ppc64 ppc64le + variants: + - 512G: + maxmem_mem = 512G + - 1024G: + maxmem_mem = 1024G