Skip to content

Commit f1dd3c7

Browse files
author
OpenShift Bot
authored
Merge pull request #13076 from bparees/conformance
Merged by openshift-bot
2 parents 5fe0359 + f22d38f commit f1dd3c7

File tree

7 files changed

+6
-16
lines changed

7 files changed

+6
-16
lines changed

test/extended/image_ecosystem/mongodb_replica_statefulset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
kapi "k8s.io/kubernetes/pkg/api"
1313
)
1414

15-
var _ = g.Describe("[image_ecosystem][mongodb][Slow] openshift mongodb replication (with statefulset)", func() {
15+
var _ = g.Describe("[Conformance][image_ecosystem][mongodb][Slow] openshift mongodb replication (with statefulset)", func() {
1616
defer g.GinkgoRecover()
1717

1818
const templatePath = "https://raw.githubusercontent.com/sclorg/mongodb-container/master/examples/petset/mongodb-petset-persistent.yaml"

test/extended/localquota/local_fsgroup_quota.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func waitForQuotaToBeApplied(oc *exutil.CLI, fsGroup int, volDir string) error {
115115
return fmt.Errorf("expected quota was not applied in time")
116116
}
117117

118-
var _ = g.Describe("[volumes] Test local storage quota", func() {
118+
var _ = g.Describe("[Conformance][volumes] Test local storage quota", func() {
119119
defer g.GinkgoRecover()
120120
var (
121121
oc = exutil.NewCLI("local-quota", exutil.KubeConfigPath())

test/extended/registry/registry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
imageSize = 1024
2626
)
2727

28-
var _ = g.Describe("[registry][migration] manifest migration from etcd to registry storage", func() {
28+
var _ = g.Describe("[Conformance][registry][migration] manifest migration from etcd to registry storage", func() {
2929
defer g.GinkgoRecover()
3030
var oc = exutil.NewCLI("registry-migration", exutil.KubeConfigPath())
3131

test/extended/router/scoped.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
const changeTimeoutSeconds = 3 * 60
2121

22-
var _ = g.Describe("[networking][router] openshift routers", func() {
22+
var _ = g.Describe("[Conformance][networking][router] openshift routers", func() {
2323
defer g.GinkgoRecover()
2424
var (
2525
configPath = exutil.FixturePath("testdata", "scoped-router.yaml")

test/extended/router/weighted.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
exutil "github.com/openshift/origin/test/extended/util"
1919
)
2020

21-
var _ = g.Describe("[networking][router] weighted openshift router", func() {
21+
var _ = g.Describe("[Conformance][networking][router] weighted openshift router", func() {
2222
defer g.GinkgoRecover()
2323
var (
2424
configPath = exutil.FixturePath("testdata", "weighted-router.yaml")

test/extended/security/supplemental_groups.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var _ = g.Describe("[security] supplemental groups", func() {
2121
f = e2e.NewDefaultFramework("security-supgroups")
2222
)
2323

24-
g.Describe("Ensure supplemental groups propagate to docker", func() {
24+
g.Describe("[Conformance]Ensure supplemental groups propagate to docker", func() {
2525
g.It("should propagate requested groups to the docker host config [local]", func() {
2626
g.By("getting the docker client")
2727
dockerCli, err := testutil.NewDockerClient()

test/extended/setup.sh

-10
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,8 @@ readonly SERIAL_TESTS=(
352352

353353
readonly CONFORMANCE_TESTS=(
354354
"\[Conformance\]"
355-
356355
"Services.*NodePort"
357356
"ResourceQuota should"
358-
"\[networking\] basic openshift networking"
359-
"\[networking\]\[router\]"
360-
"Ensure supplemental groups propagate to docker"
361357
"EmptyDir"
362358
"StatefulSet"
363359
"Downward API"
@@ -368,18 +364,12 @@ readonly CONFORMANCE_TESTS=(
368364
"Pods should support retrieving logs from the container"
369365
"Kubectl client Simple pod should support"
370366
"Job should run a job to completion when tasks succeed"
371-
"\[images\]\[mongodb\] openshift mongodb replication"
372-
"\[job\] openshift can execute jobs controller"
373-
"\[volumes\] Test local storage quota FSGroup"
374-
"test deployment should run a deployment to completion"
375367
"Variable Expansion"
376368
"init containers"
377369
"Clean up pods on node kubelet"
378370
"\[Feature\:SecurityContext\]"
379371
"should create a LimitRange with defaults"
380372
"Generated release_1_2 clientset"
381-
"\[Feature\:PodDisruptionbudget\]"
382373
"should create a pod that reads a secret"
383374
"should create a pod that prints his name and namespace"
384-
"manifest migration from etcd to registry storage"
385375
)

0 commit comments

Comments
 (0)