Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2950 from sedefsavas/enable-upgrad…
Browse files Browse the repository at this point in the history
…e-test

Enable v1alpha3/v1alpha4 to v1beta1 upgrade test
  • Loading branch information
k8s-ci-robot committed Nov 16, 2021
2 parents a52493f + a971ad4 commit 3482fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suites/unmanaged/unmanaged_CAPI_test.go
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

0 comments on commit 3482fac

Please sign in to comment.