Skip to content

Commit 76dfe13

Browse files
Merge pull request #1306 from hongkailiu/add-serial
NO-JIRA: Add a serial e2e test
2 parents 95c76c7 + e0948c9 commit 76dfe13

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
@@ -24,6 +24,10 @@ var _ = g.Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator-t
2424
o.Expect(true).To(o.BeTrue())
2525
})
2626

27+
g.It("should support passing serial tests [Serial]", func() {
28+
o.Expect(true).To(o.BeTrue())
29+
})
30+
2731
g.It("can use oc to get the version information", func() {
2832
ocClient, err := oc.NewOC(logger)
2933
o.Expect(err).NotTo(o.HaveOccurred())

0 commit comments

Comments
 (0)