We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1c208 commit 5cdbf7eCopy full SHA for 5cdbf7e
1 file changed
test/e2e/vm/power_state.go
@@ -228,7 +228,7 @@ func (t *powerStateTest) GenerateResources(runPolicy v1alpha2.RunPolicy) {
228
t.VM = vmbuilder.New(
229
vmbuilder.WithName("vm"),
230
vmbuilder.WithNamespace(t.Framework.Namespace().Name),
231
- vmbuilder.WithCPU(1, ptr.To("10%")),
+ vmbuilder.WithCPU(1, ptr.To("100%")),
232
vmbuilder.WithMemory(resource.MustParse("512Mi")),
233
vmbuilder.WithLiveMigrationPolicy(v1alpha2.AlwaysSafeMigrationPolicy),
234
vmbuilder.WithVirtualMachineClass(object.DefaultVMClass),
0 commit comments