Skip to content

Commit

Permalink
fix(ci): import cluster provider (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu committed May 8, 2023
1 parent 3e607d8 commit 46034f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e_installer/node/node_test.go
Expand Up @@ -30,6 +30,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
platformv1 "tkestack.io/tke/api/platform/v1"
"tkestack.io/tke/pkg/platform/apiserver/cluster"
baremetalcluster "tkestack.io/tke/pkg/platform/provider/baremetal/cluster"
baremetalmachine "tkestack.io/tke/pkg/platform/provider/baremetal/machine"
importedcluster "tkestack.io/tke/pkg/platform/provider/imported/cluster"
tke2 "tkestack.io/tke/test/tke"
testclient "tkestack.io/tke/test/util/client"
"tkestack.io/tke/test/util/cloudprovider/tencent"
Expand All @@ -44,6 +47,9 @@ var (
)

var _ = Describe("node", func() {
baremetalcluster.RegisterProvider()
baremetalmachine.RegisterProvider()
importedcluster.RegisterProvider()

SynchronizedBeforeSuite(func() []byte {
// Download and install tke-installer
Expand Down

0 comments on commit 46034f5

Please sign in to comment.