Skip to content

Commit 6c2f3d0

Browse files
author
Valeriy Khorunzhin
committed
remove e2e case
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent ee6ee9e commit 6c2f3d0

4 files changed

Lines changed: 0 additions & 52 deletions

File tree

test/e2e/legacy/complex.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var _ = Describe("ComplexTest", Ordered, label.Legacy(), func() {
4343
hasNoConsumerLabel = map[string]string{"hasNoConsumer": "complex-test"}
4444
ns string
4545
phaseByVolumeBindingMode = util.GetExpectedDiskPhaseByVolumeBindingMode()
46-
f = framework.NewFramework("")
4746
)
4847

4948
AfterEach(func() {
@@ -107,24 +106,6 @@ var _ = Describe("ComplexTest", Ordered, label.Legacy(), func() {
107106
})
108107
})
109108

110-
Context("When virtual machines IP addresses are applied", func() {
111-
It("patches custom VMIP with unassigned address", func() {
112-
vmipName := fmt.Sprintf("%s-%s", namePrefix, "vm-custom-ip")
113-
Eventually(func() error {
114-
return AssignIPToVMIP(f, ns, vmipName)
115-
}).WithTimeout(LongWaitDuration).WithPolling(Interval).Should(Succeed())
116-
})
117-
118-
It("checks VMIPs phases", func() {
119-
By(fmt.Sprintf("VMIPs should be in %s phases", PhaseAttached))
120-
WaitPhaseByLabel(kc.ResourceVMIP, PhaseAttached, kc.WaitOptions{
121-
Labels: testCaseLabel,
122-
Namespace: ns,
123-
Timeout: MaxWaitTimeout,
124-
})
125-
})
126-
})
127-
128109
Context("When virtual disks are applied", func() {
129110
It("checks VDs phases with consumers", func() {
130111
By(fmt.Sprintf("VDs should be in %s phases", PhaseReady))

test/e2e/legacy/testdata/complex-test/vm/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ resources:
44
- overlays/default
55
- overlays/always-on
66
- overlays/embedded-cloudinit
7-
- overlays/custom-ip
87
- overlays/automatic
98
- overlays/vm-a-not-b
109
- overlays/vm-b-not-a

test/e2e/legacy/testdata/complex-test/vm/overlays/custom-ip/kustomization.yaml

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

test/e2e/legacy/testdata/complex-test/vm/overlays/custom-ip/vmip.yaml

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

0 commit comments

Comments
 (0)