Skip to content

Commit 52bd297

Browse files
Merge pull request #29438 from maiqueb/add-virt-test-placeholder-for-stable-branches-4.18
[release-4.18] OCPBUGS-48389: virt: add GA placeholder test
2 parents a4a64f4 + 6b15d82 commit 52bd297

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/extended/networking/livemigration.go

+6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ var _ = Describe("[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][F
200200
})
201201
})
202202

203+
var _ = Describe("[sig-network][Feature:Layer2LiveMigration][Suite:openshift/network/virtualization] Kubevirt Virtual Machines", func() {
204+
It("Placeholder test for GA", func() {
205+
Expect(1).To(Equal(1)) // we just need a test to run to ensure the platform comes up correctly
206+
})
207+
})
208+
203209
type VirtualMachineInstanceConditionType string
204210

205211
const VirtualMachineInstanceConditionReady VirtualMachineInstanceConditionType = "Ready"

test/extended/util/annotate/generated/zz_generated.annotations.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)