forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a RNG device to the nfs test vmi
Signed-off-by: Vladik Romanovsky <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -689,6 +689,7 @@ var _ = Describe("[rfe_id:393][crit:high[vendor:[email protected]][level:system] | |
By("Creating the VMI") | ||
vmi = tests.NewRandomVMIWithPVC(pvName) | ||
vmi.Spec.Domain.Resources.Requests[k8sv1.ResourceMemory] = resource.MustParse("1G") | ||
vmi.Spec.Domain.Devices.Rng = &v1.Rng{} | ||
|
||
// add userdata for guest agent and service account mount | ||
secretDiskSerial := "D23YZ9W6WA5DJ487" | ||
|
@@ -721,9 +722,6 @@ var _ = Describe("[rfe_id:393][crit:high[vendor:[email protected]][level:system] | |
// check VMI, confirm migration state | ||
confirmVMIPostMigration(vmi, migrationUID) | ||
|
||
// Wait for cloud init to finish and start the agent inside the vmi. | ||
tests.WaitAgentConnected(virtClient, vmi) | ||
|
||
By("Checking that the migrated VirtualMachineInstance console has expected output") | ||
expecter, err = tests.ReLoggedInFedoraExpecter(vmi, 60) | ||
defer expecter.Close() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters