diff --git a/KVM/qemu/boot_repeat.cfg b/KVM/qemu/boot_repeat.cfg index 3e7984f5..08ef85c5 100644 --- a/KVM/qemu/boot_repeat.cfg +++ b/KVM/qemu/boot_repeat.cfg @@ -67,6 +67,21 @@ vm_secure_guest_type = tdx variants: - from1G_toall: + - linear_memory_sweep: + type = multi_vms_multi_boot + vms = "vm1" + start_mem = 1024 + mem_generator = linear + mem_step = 511 + variants: + - 1vm: + variants: + - from1G_toall: + - 1td: + machine_type_extra_params = "kernel-irqchip=split" + vm_secure_guest_type = tdx + variants: + - from1G_toall: - multi_vms_repeat: virt_test_type = qemu diff --git a/KVM/qemu/tests/boot_check.py b/KVM/qemu/tests/boot_check.py index 371e9cc6..7c8787f3 100644 --- a/KVM/qemu/tests/boot_check.py +++ b/KVM/qemu/tests/boot_check.py @@ -24,6 +24,7 @@ def stress_ng_test(test, vm_cpu, vm_mem, mem_size, time, session=None): ) return + @error_context.context_aware def run(test, params, env): """