Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions KVM/qemu/boot_repeat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions KVM/qemu/tests/boot_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down
Loading