From a14f7b19d4612fe7bc9b19c352907bff784b9eeb Mon Sep 17 00:00:00 2001 From: Kowshik Jois B S Date: Wed, 5 Feb 2025 09:56:20 +0530 Subject: [PATCH] Adding a new boot scenario(1 core 8 smt) Description: There was a bug reported where KOP L2 guest was failing to boot on 1 core - SMT8 topology. A fix has been posted upstream and is merged with distros(Fedora and Ubuntu). Adding this test case to catch such a scenario in future. Reference bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2070329 Signed-off-by: Kowshik Jois B S --- config/tests/guest/libvirt/cpu.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/tests/guest/libvirt/cpu.cfg b/config/tests/guest/libvirt/cpu.cfg index 573ab9b4..57e8e314 100644 --- a/config/tests/guest/libvirt/cpu.cfg +++ b/config/tests/guest/libvirt/cpu.cfg @@ -151,3 +151,15 @@ variants: variants: - with_hugepage: hugepage = "yes" + - 1core_8smt_guest_import: + smp = 8 + vcpu_cores = 1 + vcpu_threads = 8 + vcpu_sockets = 1 + # 20G + mem = 20480 + setvcpus_max = 8 + only unattended_install.import.import.default_install.aio_native + + - guest_remove: + only remove_guest.without_disk