Skip to content

Commit e0948c9

Browse files
committed
Add a serial e2e test
1 parent e444b8e commit e0948c9

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.openshift-tests-extension/openshift_payload_cluster-version-operator.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"lifecycle": "blocking",
1010
"environmentSelector": {}
1111
},
12+
{
13+
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator-tests should support passing serial tests [Serial]",
14+
"labels": {},
15+
"resources": {
16+
"isolation": {}
17+
},
18+
"source": "openshift:payload:cluster-version-operator",
19+
"lifecycle": "blocking",
20+
"environmentSelector": {}
21+
},
1222
{
1323
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator-tests can use oc to get the version information",
1424
"labels": {},

test/cvo/cvo.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ var _ = g.Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator-t
1515
o.Expect(true).To(o.BeTrue())
1616
})
1717

18+
g.It("should support passing serial tests [Serial]", func() {
19+
o.Expect(true).To(o.BeTrue())
20+
})
21+
1822
g.It("can use oc to get the version information", func() {
1923
ocClient, err := oc.NewOC(logger)
2024
o.Expect(err).NotTo(o.HaveOccurred())

0 commit comments

Comments
 (0)