Skip to content

Commit 0c1a92e

Browse files
Misbah Anjum Nspoorthys1303
authored andcommitted
libvirt-mem:Fixing hotplug attach device tests
Removing the memory parameters to take the default parameters from subtest cfg Add cpu and other topology values to match the libvirt mem subtest script Signed-off-by: Misbah Anjum N <misanjum@linux.vnet.ibm.com>
1 parent 74c11be commit 0c1a92e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

config/tests/guest/libvirt/regression.cfg

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,17 @@ variants:
353353
only virsh.attach_detach_disk.attach_disk.error_test.no_vm_name,virsh.attach_detach_disk.attach_disk.normal_test.host_block_vm_id,virsh.attach_detach_disk.detach_disk.error_test.no_vm_name,virsh.attach_detach_disk.detach_disk.normal_test.host_block_vm_id
354354
- change-media:
355355
only virsh.change_media.cdrom_test.scsi_.positive_test.eject.none.running_guest
356+
- delete_guest:
357+
only remove_guest.without_disk
358+
- import:
359+
vcpu = 4
360+
smp = 4
361+
vcpu_cores = 4
362+
vcpu_threads = 1
363+
vcpu_sockets = 1
364+
mem = 4096
365+
only unattended_install.import.import.default_install.aio_native
356366
- memory:
357-
max_mem_rt = 67108864
358-
max_mem = 33554432
359-
vcpu = 32
360-
numa_cells = "{'id':'0','cpus':'0-31','memory':'33554432','unit':'KiB'}"
361-
test_dom_xml = "no"
362-
tg_size = 8388608
363367
only libvirt_mem.positive_test,libvirt_mem.negative_test
364368
no libvirt_mem.positive_test.hugepages
365369
- cpu:

0 commit comments

Comments
 (0)