Skip to content

Commit 6b15d82

Browse files
committed
virt: add GA placeholder test
Signed-off-by: Miguel Duarte Barroso <[email protected]> (cherry picked from commit 683bd67)
1 parent e7560f6 commit 6b15d82

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)