We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6512a8 commit 2093fceCopy full SHA for 2093fce
test/e2e/suite_test.go
@@ -29,10 +29,12 @@ import (
29
"testing"
30
31
"k8s.io/apimachinery/pkg/runtime"
32
+ "k8s.io/klog/v2"
33
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
34
"sigs.k8s.io/cluster-api/test/framework"
35
"sigs.k8s.io/cluster-api/test/framework/bootstrap"
36
"sigs.k8s.io/cluster-api/test/framework/clusterctl"
37
+ ctrl "sigs.k8s.io/controller-runtime"
38
39
infrav1beta2 "sigs.k8s.io/cluster-api-provider-ibmcloud/api/v1beta2"
40
@@ -90,8 +92,8 @@ func init() {
90
92
}
91
93
94
func TestE2E(t *testing.T) {
95
+ ctrl.SetLogger(klog.Background())
96
RegisterFailHandler(Fail)
-
97
RunSpecs(t, "capi-ibmcloud-e2e")
98
99
0 commit comments