Skip to content

Commit f0ed2ab

Browse files
author
OpenShift Bot
authored
Merge pull request #11445 from gabemontero/pluginExtTestToImageEco
Merged by openshift-bot
2 parents 8d5a0fb + 82dba3f commit f0ed2ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/extended/extended_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
_ "github.com/openshift/origin/test/extended/image_ecosystem"
1414
_ "github.com/openshift/origin/test/extended/imageapis"
1515
_ "github.com/openshift/origin/test/extended/images"
16-
_ "github.com/openshift/origin/test/extended/jenkins"
1716
_ "github.com/openshift/origin/test/extended/jobs"
1817
_ "github.com/openshift/origin/test/extended/localquota"
1918
_ "github.com/openshift/origin/test/extended/networking"

test/extended/jenkins/kubernetes_plugin.go renamed to test/extended/image_ecosystem/kubernetes_plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package jenkins
1+
package image_ecosystem
22

33
import (
44
"encoding/json"
@@ -50,7 +50,7 @@ func patchTemplate(filename string, outDir string) string {
5050
return outputFile
5151
}
5252

53-
var _ = g.Describe("[jenkins] schedule jobs on pod slaves", func() {
53+
var _ = g.Describe("[image_ecosystem][jenkins] schedule jobs on pod slaves", func() {
5454
defer g.GinkgoRecover()
5555

5656
var (

test/extended/jenkins/plugin.go renamed to test/extended/image_ecosystem/plugin.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package jenkins
1+
package image_ecosystem
22

33
import (
44
g "github.com/onsi/ginkgo"
@@ -29,6 +29,7 @@ func getAdminPassword(oc *exutil.CLI) string {
2929
return s[1]
3030
}
3131
}
32+
// use the image default of password if not set
3233
return "password"
3334
}
3435

@@ -119,7 +120,7 @@ func jenkinsJobBytes(filename, namespace string) []byte {
119120
return data
120121
}
121122

122-
var _ = g.Describe("[jenkins][Slow] openshift pipeline plugin", func() {
123+
var _ = g.Describe("[image_ecosystem][jenkins][Slow] openshift pipeline plugin", func() {
123124
defer g.GinkgoRecover()
124125
var oc = exutil.NewCLI("jenkins-plugin", exutil.KubeConfigPath())
125126
var hostPort string

0 commit comments

Comments
 (0)