Skip to content

Commit 683bd67

Browse files
committed
virt: add GA placeholder test
Signed-off-by: Miguel Duarte Barroso <[email protected]>
1 parent 0c564f0 commit 683bd67

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
@@ -272,6 +272,12 @@ var _ = Describe("[sig-network][Feature:Layer2LiveMigration][OCPFeatureGate:Netw
272272
})
273273
})
274274

275+
var _ = Describe("[sig-network][Feature:Layer2LiveMigration][Suite:openshift/network/virtualization] Kubevirt Virtual Machines", func() {
276+
It("Placeholder test for GA", func() {
277+
Expect(1).To(Equal(1)) // we just need a test to run to ensure the platform comes up correctly
278+
})
279+
})
280+
275281
type VirtualMachineInstanceConditionType string
276282

277283
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)