File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,16 @@ package e2e
2
2
3
3
import (
4
4
. "github.com/onsi/gomega"
5
- ocmsdk "github.com/openshift-online/ocm-sdk-go"
6
- . "github.com/project-codeflare/codeflare-operator/test/support"
7
5
mcadv1beta1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/controller/v1beta1"
6
+
8
7
batchv1 "k8s.io/api/batch/v1"
9
8
corev1 "k8s.io/api/core/v1"
10
9
"k8s.io/apimachinery/pkg/api/resource"
11
10
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
11
+
12
+ ocmsdk "github.com/openshift-online/ocm-sdk-go"
13
+
14
+ . "github.com/project-codeflare/codeflare-operator/test/support"
12
15
)
13
16
14
17
func TestConfig (test Test , namespace string ) (* corev1.ConfigMap , error ) {
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ import (
6
6
7
7
. "github.com/onsi/gomega"
8
8
mcadv1beta1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/controller/v1beta1"
9
+
9
10
batchv1 "k8s.io/api/batch/v1"
10
11
corev1 "k8s.io/api/core/v1"
12
+
11
13
. "github.com/project-codeflare/codeflare-operator/test/support"
12
14
)
13
15
Original file line number Diff line number Diff line change @@ -8,19 +8,11 @@ import (
8
8
9
9
ocmsdk "github.com/openshift-online/ocm-sdk-go"
10
10
cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
11
- mapiclientset "github.com/openshift/client-go/machine/clientset/versioned"
12
- "github.com/openshift/client-go/machine/listers/machine/v1beta1"
13
11
)
14
12
15
13
var (
16
- ClusterID string = os .Getenv ("CLUSTERID" )
17
- machineClient mapiclientset.Interface
18
- msLister v1beta1.MachineSetLister
19
- TestName string = "test-instascale"
20
- )
21
-
22
- const (
23
- namespaceToList = "openshift-machine-api"
14
+ ClusterID string = os .Getenv ("CLUSTERID" )
15
+ TestName string = "test-instascale"
24
16
)
25
17
26
18
func CreateOCMConnection (secret string ) (* ocmsdk.Connection , error ) {
You can’t perform that action at this time.
0 commit comments