Skip to content

Commit 10554c2

Browse files
Merge pull request #1117 from kuiwang02/fixsuitename
OCPQE-29415:correct suite name
2 parents cad3ab4 + c610e42 commit 10554c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests-extension/cmd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func main() {
137137
// Extended Candidate Function Suite: Extended functional tests that don't meet OpenShift CI requirements
138138
// Contains extended tests that are not for openshift-tests and exclude stress tests
139139
ext.AddSuite(e.Suite{
140-
Name: "olmv1/extended/candidate/function",
140+
Name: "olmv0/extended/candidate/function",
141141
Qualifiers: []string{
142142
filters.BasedExtendedCandidateFuncTests(``),
143143
},
@@ -182,7 +182,7 @@ func main() {
182182
// Contains all extended functional tests that are not marked as [Slow] (includes both Serial and Parallel)
183183
// This provides a comprehensive functional test coverage with reasonable execution time
184184
ext.AddSuite(e.Suite{
185-
Name: "olmv1/extended/candidate/fast",
185+
Name: "olmv0/extended/candidate/fast",
186186
Qualifiers: []string{
187187
filters.BasedExtendedCandidateFuncTests(`!name.contains("[Slow]")`),
188188
},

0 commit comments

Comments
 (0)