Skip to content

KVM: Add multi_vms_multi_boot memory sweep test#561

Open
fanchen2 wants to merge 1 commit intointel:mainfrom
fanchen2:memory
Open

KVM: Add multi_vms_multi_boot memory sweep test#561
fanchen2 wants to merge 1 commit intointel:mainfrom
fanchen2:memory

Conversation

@fanchen2
Copy link
Contributor

Add multi_vms_multi_boot test that boots VMs/TDs with varying memory configurations using a random_32g_window generator to sample memory sizes across sliding 32G windows up to host available memory.

Each iteration boots all VMs with a specific memory size, verifies guest login, then destroys all VMs before proceeding to the next memory size. All cases start from 1024M:

  • multi_vms.1vm.from1024m_toall: single VM
  • multi_vms.1td.from1024m_toall: single TD
  • multi_vms.1td_1vm.from1024m_toall: 1 TD + 1 VM
  • multi_vms.2td.from1024m_toall: 2 TDs
  • multi_vms.4td.from1024m_toall: 4 TDs
  • multi_vms.2vm.from1024m_toall: 2 VMs
  • multi_vms.4vm.from1024m_toall: 4 VMs

@fanchen2 fanchen2 force-pushed the memory branch 3 times, most recently from bdfcfd7 to 87886a3 Compare March 13, 2026 09:36
Add multi_vms_multi_boot test that boots VMs/TDs with varying memory
configurations using a random_32g_window generator to sample memory
sizes across sliding 32G windows up to host available memory.

Each iteration boots all VMs with a specific memory size, verifies
guest login, then destroys all VMs before proceeding to the next
memory size. All cases start from 1024M:
- multi_vms.1vm.from1024m_toall: single VM
- multi_vms.1td.from1024m_toall: single TD
- multi_vms.1td_1vm.from1024m_toall: 1 TD + 1 VM
- multi_vms.2td.from1024m_toall: 2 TDs
- multi_vms.4td.from1024m_toall: 4 TDs
- multi_vms.2vm.from1024m_toall: 2 VMs
- multi_vms.4vm.from1024m_toall: 4 VMs

Signed-off-by: Farrah Chen <farrah.chen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant