forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensured ArchitectureConfiguration is initializated for the created ku…
…bevirt config Signed-off-by: David Aghaian <[email protected]>
- Loading branch information
aghaiand
committed
May 5, 2023
1 parent
3cc98ca
commit 3a0a76f
Showing
2 changed files
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -130,6 +130,7 @@ var _ = Describe("[rfe_id:1177][crit:medium][vendor:[email protected]][level:com | |
BeforeEach(func() { | ||
kv := util.GetCurrentKv(virtClient) | ||
kubevirtConfiguration := kv.Spec.Configuration | ||
kubevirtConfiguration.ArchitectureConfiguration = &v1.ArchConfiguration{} | ||
|
||
kubevirtConfiguration.ArchitectureConfiguration.Amd64.MachineType = testingMachineType | ||
kubevirtConfiguration.ArchitectureConfiguration.Arm64.MachineType = testingMachineType | ||
|
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