Skip to content

Commit 8c91787

Browse files
author
Roman Sysoev
committed
test: remove unnecessary vm params 2
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent 0181eb5 commit 8c91787

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/e2e/vm/version.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ var _ = Describe("VirtualMachineVersions", func() {
4444

4545
It("should expose qemu and libvirt versions in VM status", func() {
4646
By("Creating VirtualDisk from precreated ClusterVirtualImage")
47-
vdRoot := object.NewVDFromCVI("vd-root", f.Namespace().Name, object.PrecreatedCVIAlpineUEFI,
47+
vdRoot := object.NewVDFromCVI("vd-root", f.Namespace().Name, object.PrecreatedCVIAlpineBIOS,
4848
vdbuilder.WithSize(ptr.To(resource.MustParse("512Mi"))),
4949
)
5050

5151
By("Creating VirtualMachine")
5252
vm := object.NewMinimalVM("vm-", f.Namespace().Name,
53-
vmbuilder.WithBootloader(v1alpha2.EFI),
54-
vmbuilder.WithMemory(resource.MustParse("256Mi")),
5553
vmbuilder.WithBlockDeviceRefs(
5654
v1alpha2.BlockDeviceSpecRef{
5755
Kind: v1alpha2.DiskDevice,

0 commit comments

Comments
 (0)