Skip to content

Commit

Permalink
add templates e2e suite
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed Apr 24, 2020
1 parent 1f696ee commit deabbe0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/openshift-tests/e2e.go
Expand Up @@ -78,6 +78,16 @@ var staticSuites = []*ginkgo.TestSuite{
// Jenkins tests can take a really long time
TestTimeout: 60 * time.Minute,
},
{
Name: "openshift/templates",
Description: templates.LongDesc(`
Tests that exercise the OpenShift template functionality.
`),
Matches: func(name string) bool {
return !strings.Contains(name, "[Disabled") && strings.Contains(name, "[Feature:Templates]")
},
Parallelism: 1,
},
{
Name: "openshift/image-registry",
Description: templates.LongDesc(`
Expand Down

0 comments on commit deabbe0

Please sign in to comment.