Skip to content

Run e2e tests with test using file names instead of marks #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ metadata:
certified: "true"
containerImage: quay.io/mongodb/mongodb-kubernetes:1.1.0
createdAt: ""
description: The MongoDB Controllers for Kubernetes enable easy deploys of
MongoDB into Kubernetes clusters, using our management, monitoring and
backup platforms, Ops Manager and Cloud Manager.
description: The MongoDB Controllers for Kubernetes enable easy deploys of MongoDB
into Kubernetes clusters, using our management, monitoring and backup platforms,
Ops Manager and Cloud Manager.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
Expand Down Expand Up @@ -51,8 +51,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:ClusterConfiguration
- description: In a Replica Set deployment type, specifies the amount of
members.
- description: In a Replica Set deployment type, specifies the amount of members.
displayName: Members of a Replica Set
path: members
x-descriptors:
Expand All @@ -66,8 +65,7 @@ spec:
- description: Project configuration for this deployment
displayName: Ops Manager project configuration
path: opsManager
- description: Name of the ConfigMap with the configuration for this
project
- description: Name of the ConfigMap with the configuration for this project
displayName: Ops Manager Project Configuration
path: opsManager.configMapRef.name
x-descriptors:
Expand Down Expand Up @@ -166,8 +164,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:ClusterConfiguration
- description: In a Replica Set deployment type, specifies the amount of
members.
- description: In a Replica Set deployment type, specifies the amount of members.
displayName: Members of a Replica Set
path: members
x-descriptors:
Expand All @@ -181,8 +178,7 @@ spec:
- description: Project configuration for this deployment
displayName: Ops Manager project configuration
path: opsManager
- description: Name of the ConfigMap with the configuration for this
project
- description: Name of the ConfigMap with the configuration for this project
displayName: Ops Manager Project Configuration
path: opsManager.configMapRef.name
x-descriptors:
Expand All @@ -194,8 +190,8 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:ClusterConfiguration
- description: Optional. Specify whether to duplicate service objects
among different Kubernetes clusters.
- description: Optional. Specify whether to duplicate service objects among
different Kubernetes clusters.
displayName: Duplicate Service Objects
path: duplicateServiceObjects
x-descriptors:
Expand Down Expand Up @@ -256,8 +252,7 @@ spec:
path: passwordSecretKeyRef.name
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
- displayName: Name of the MongoDB resource to which this user is
associated.
- displayName: Name of the MongoDB resource to which this user is associated.
path: mongodbResourceRef.name
x-descriptors:
- urn:alm:descriptor:io.kubernetes:mongodb
Expand Down Expand Up @@ -313,8 +308,8 @@ spec:
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:OpsManagerConfiguration
- displayName: Secret to enable TLS for Ops Manager allowing it to serve
traffic over HTTPS.
- displayName: Secret to enable TLS for Ops Manager allowing it to serve traffic
over HTTPS.
path: security.tls.secretRef.name
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
Expand All @@ -324,8 +319,8 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- urn:alm:descriptor:com.tectonic.ui:fieldGroup:ApplicationDatabase
- displayName: Secret containing the TLS certificate signed by known or
custom CA.
- displayName: Secret containing the TLS certificate signed by known or custom
CA.
path: applicationDatabase.security.tls.secretRef.name
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
Expand Down

This file was deleted.

Loading