Skip to content

Commit

Permalink
Merge pull request #694 from kubevirt-bot/cherry-pick-693-to-release-…
Browse files Browse the repository at this point in the history
…v0.18

[release-v0.18] common-instancetypes: Wait until SSP is deployed during URI test
  • Loading branch information
kubevirt-bot authored Oct 4, 2023
2 parents 2f170b6 + 16f376a commit 12b9ba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/common_instancetypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ var _ = Describe("Common Instance Types", func() {
}
})
It("should reconcile from URL when provided", func() {
URL := "https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.1.0"
URL := "https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.3.3"
sspObj := getSsp()
sspObj.Spec.CommonInstancetypes = &ssp.CommonInstancetypes{
URL: pointer.String(URL),
}
createOrUpdateSsp(sspObj)
waitUntilDeployed()

k := krusty.MakeKustomizer(krusty.MakeDefaultOptions())
c := common_instancetypes.CommonInstancetypes{
KustomizeRunFunc: k.Run,
Expand Down

0 comments on commit 12b9ba6

Please sign in to comment.