Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable v1alpha3/v1alpha4 to v1beta1 upgrade test #2950

Merged
merged 1 commit into from
Nov 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/e2e/suites/unmanaged/unmanaged_CAPI_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var _ = ginkgo.Context("[unmanaged] [Cluster API Framework]", func() {
})
})

ginkgo.PDescribe("Clusterctl Upgrade Spec [from v1alpha3]", func() {
ginkgo.Describe("Clusterctl Upgrade Spec [from v1alpha3]", func() {
// As the resources cannot be defined by the It() clause in CAPI tests, using the largest values required for all It() tests in this CAPI test.
requiredResources := &shared.TestResource{EC2: 5, IGW: 2, NGW: 2, VPC: 2, ClassicLB: 2, EIP: 2}
ginkgo.BeforeEach(func() {
Expand All @@ -175,7 +175,7 @@ var _ = ginkgo.Context("[unmanaged] [Cluster API Framework]", func() {
})
})

ginkgo.PDescribe("Clusterctl Upgrade Spec [from v1alpha4]", func() {
ginkgo.Describe("Clusterctl Upgrade Spec [from v1alpha4]", func() {
// As the resources cannot be defined by the It() clause in CAPI tests, using the largest values required for all It() tests in this CAPI test.
requiredResources := &shared.TestResource{EC2: 5, IGW: 2, NGW: 2, VPC: 2, ClassicLB: 2, EIP: 2}
ginkgo.BeforeEach(func() {
Expand Down