Skip to content

Commit

Permalink
fix(compute_test): set resource request for vmidefaults_test.go
Browse files Browse the repository at this point in the history
Missing resource request comes from 8bf9789

Signed-off-by: fossedihelm <[email protected]>
  • Loading branch information
fossedihelm committed Feb 7, 2024
1 parent dfc51d7 commit 9cfcf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compute/vmidefaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ var _ = SIGDescribe("VMIDefaults", func() {
vmi = libvmi.New(
libvmi.WithInterface(libvmi.InterfaceDeviceWithMasqueradeBinding()),
libvmi.WithNetwork(v1.DefaultPodNetwork()),
libvmi.WithResourceMemory("128Mi"),
)

kv := util.GetCurrentKv(virtClient)
Expand Down

0 comments on commit 9cfcf58

Please sign in to comment.