Skip to content

Commit

Permalink
Change Guest VM Type variable name (#2971)
Browse files Browse the repository at this point in the history
This commit will leverage existing testing-infra variable
to determine the guest vm type.

Signed-off-by: Smit Gardhariya <sgardhariya@microsoft.com>
  • Loading branch information
smit-gardhariya committed Sep 23, 2023
1 parent 2b8abdc commit c97af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/mshv/mshv_root_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def stress_mshv_vm_create(
times = config.get("iterations", self.DEFAULT_ITERS)
cpus_per_vm = config.get("cpus_per_vm", self.DEFAULT_CPUS_PER_VM)
mem_per_vm_mb = config.get("mem_per_vm_mb", self.DEFAULT_MEM_PER_VM_MB)
guest_vm_type = config.get("guest_vm_type", self.DEFAULT_GUEST_VM_TYPE)
guest_vm_type = config.get("clh_guest_vm_type", self.DEFAULT_GUEST_VM_TYPE)
test_name = f"mshv_stress_vm_create_{times}times_{cpus_per_vm}cpu_{mem_per_vm_mb}MB" # noqa: E501
try:
self._mshv_stress_vm_create(
Expand Down

0 comments on commit c97af99

Please sign in to comment.