Skip to content

Commit 585f8cb

Browse files
Merge pull request #1373 from jcpowermac/revert-1369-vm-host-zonal-test-ext
OCPBUGS-56923: Revert "SPLAT-2082 - Create e2e for vSphere vm-host zonal feature"
2 parents 36c5d78 + 86d5fb1 commit 585f8cb

File tree

3 files changed

+7
-322
lines changed

3 files changed

+7
-322
lines changed

test/e2e/util.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import (
66
"time"
77

88
. "github.com/onsi/gomega"
9+
configv1 "github.com/openshift/api/config/v1"
10+
"github.com/openshift/api/machine/v1beta1"
11+
configclient "github.com/openshift/client-go/config/clientset/versioned"
12+
machinesetclient "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1"
913
v1 "k8s.io/api/core/v1"
1014
"k8s.io/apimachinery/pkg/api/errors"
1115
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -20,11 +24,6 @@ import (
2024
"k8s.io/client-go/scale"
2125
e2e "k8s.io/kubernetes/test/e2e/framework"
2226
e2eskipper "k8s.io/kubernetes/test/e2e/framework/skipper"
23-
24-
configv1 "github.com/openshift/api/config/v1"
25-
"github.com/openshift/api/machine/v1beta1"
26-
configclient "github.com/openshift/client-go/config/clientset/versioned"
27-
machinesetclient "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1"
2827
)
2928

3029
const (

test/e2e/vsphere/hostzonal.go

Lines changed: 0 additions & 314 deletions
This file was deleted.

test/e2e/vsphere/util.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import (
1212

1313
. "github.com/onsi/ginkgo/v2"
1414
. "github.com/onsi/gomega"
15+
configv1 "github.com/openshift/api/config/v1"
16+
"github.com/openshift/api/machine/v1beta1"
17+
machinev1beta1 "github.com/openshift/api/machine/v1beta1"
1518
"github.com/pkg/errors"
1619
"github.com/vmware/govmomi"
1720
"github.com/vmware/govmomi/find"
@@ -25,9 +28,6 @@ import (
2528
corev1 "k8s.io/api/core/v1"
2629
"k8s.io/client-go/rest"
2730

28-
configv1 "github.com/openshift/api/config/v1"
29-
"github.com/openshift/api/machine/v1beta1"
30-
machinev1beta1 "github.com/openshift/api/machine/v1beta1"
3131
"github.com/openshift/machine-api-operator/pkg/controller/vsphere"
3232
util "github.com/openshift/machine-api-operator/test/e2e"
3333
)

0 commit comments

Comments
 (0)