KVM: Add multi_vms_multi_boot memory sweep test#561
Open
fanchen2 wants to merge 1 commit intointel:mainfrom
Open
KVM: Add multi_vms_multi_boot memory sweep test#561fanchen2 wants to merge 1 commit intointel:mainfrom
fanchen2 wants to merge 1 commit intointel:mainfrom
Conversation
bdfcfd7 to
87886a3
Compare
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: