Skip to content

Commit 2fde621

Browse files
committed
Fix e2e tests
1 parent c65a03d commit 2fde621

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

test/e2e/config/cloudstack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ providers:
9797
- sourcePath: "../data/infrastructure-cloudstack/v1beta3/cluster-template-invalid-ip.yaml"
9898
- sourcePath: "../data/infrastructure-cloudstack/v1beta3/cluster-template-kubernetes-version-upgrade-before.yaml"
9999
- sourcePath: "../data/infrastructure-cloudstack/v1beta3/cluster-template-kubernetes-version-upgrade-after.yaml"
100-
- sourcePath: "../data/infrastructure-cloudstack/v1beta3/cluster-tempate-k8s-unmanaged.yaml"
100+
- sourcePath: "../data/infrastructure-cloudstack/v1beta3/cluster-template-k8s-unmanaged.yaml"
101101
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
102102
versions:
103103
- name: v1.0.0

test/e2e/data/infrastructure-cloudstack/v1beta3/cluster-template-k8s-unmanaged/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ bases:
33
- ../bases/md.yaml
44

55
patchesStrategicMerge:
6-
- ./cluster-with-acssync.yaml
6+
- ./cloudstack-cluster.yaml

test/e2e/unmanaged_k8s.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
"github.com/apache/cloudstack-go/v2/cloudstack"
2727
"github.com/blang/semver"
28-
. "github.com/onsi/ginkgo"
28+
. "github.com/onsi/ginkgo/v2"
2929
. "github.com/onsi/gomega"
3030
corev1 "k8s.io/api/core/v1"
3131
"k8s.io/utils/pointer"

test/e2e/unmanaged_k8s_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
package e2e
2121

2222
import (
23-
. "github.com/onsi/ginkgo"
23+
. "github.com/onsi/ginkgo/v2"
2424
)
2525

2626
var _ = Describe("When testing creation of unmanaged CKS cluster in ACS", func() {

0 commit comments

Comments
 (0)