Skip to content

Commit

Permalink
hotplug migration tests: exercise rng device whitelist in hotplug mig…
Browse files Browse the repository at this point in the history
…ration test

Signed-off-by: Alex Kalenyuk <[email protected]>
  • Loading branch information
akalenyu committed Feb 11, 2024
1 parent e6cd256 commit 8ffb8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/storage/hotplug.go
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,8 @@ var _ = SIGDescribe("Hotplug", func() {
libvmi.WithCloudInitNoCloudEncodedUserData("#!/bin/bash\n echo hello\n"),
libvmi.WithInterface(libvmi.InterfaceDeviceWithMasqueradeBinding()),
libvmi.WithNetwork(v1.DefaultPodNetwork()),
// Stir things up, /dev/urandom access will be needed
libvmi.WithRng(),
)

return vmi
Expand Down

0 comments on commit 8ffb8b4

Please sign in to comment.