Skip to content

Commit fb09e5e

Browse files
authored
test(test): increase hotplug vm cpu fraction (#2403)
Description Increase CPU core fraction for the VM used in block device hotplug e2e scenarios from 5% to 100%. --------- Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent df4d2be commit fb09e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/vm/block_device_hotplug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func setupVM(f *framework.Framework, withBlank bool) (
182182
vm = vmbuilder.New(
183183
vmbuilder.WithName("vm"),
184184
vmbuilder.WithNamespace(f.Namespace().Name),
185-
vmbuilder.WithCPU(1, ptr.To("5%")),
185+
vmbuilder.WithCPU(1, ptr.To("100%")),
186186
vmbuilder.WithMemory(resource.MustParse("256Mi")),
187187
vmbuilder.WithLiveMigrationPolicy(v1alpha2.AlwaysSafeMigrationPolicy),
188188
vmbuilder.WithVirtualMachineClass(object.DefaultVMClass),

0 commit comments

Comments
 (0)