summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/unit
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-02-08 17:03:29 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-02-08 17:03:29 -0500
commitffac7eac61666332d8d6c6484c5648b48dcaa648 (patch)
tree6cd08d586715108bff8f2368fc8cdf75f78e598c /roles/lib_openshift/src/test/unit
parent7538002114965b4c4e6b202bf7216ec9c9a6d669 (diff)
downloadopenshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.gz
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.bz2
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.xz
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.zip
Pleasing the linting bot.
Diffstat (limited to 'roles/lib_openshift/src/test/unit')
-rwxr-xr-xroles/lib_openshift/src/test/unit/oc_env.py65
1 files changed, 0 insertions, 65 deletions
diff --git a/roles/lib_openshift/src/test/unit/oc_env.py b/roles/lib_openshift/src/test/unit/oc_env.py
index eefd40b61..15bd7e464 100755
--- a/roles/lib_openshift/src/test/unit/oc_env.py
+++ b/roles/lib_openshift/src/test/unit/oc_env.py
@@ -343,71 +343,6 @@ class OCEnvTest(unittest.TestCase):
'env_vars': {'SOMEKEY': 'SOMEVALUE'},
}
- dc_results_after = '''{
- "apiVersion": "v1",
- "kind": "DeploymentConfig",
- "metadata": {
- "creationTimestamp": "2017-02-02T15:58:49Z",
- "generation": 8,
- "labels": {
- "router": "router"
- },
- "name": "router",
- "namespace": "default",
- "resourceVersion": "513678"
- },
- "spec": {
- "replicas": 2,
- "selector": {
- "router": "router"
- },
- "template": {
- "metadata": {
- "creationTimestamp": null,
- "labels": {
- "router": "router"
- }
- },
- "spec": {
- "containers": [
- {
- "env": [
- {
- "name": "DEFAULT_CERTIFICATE_DIR",
- "value": "/etc/pki/tls/private"
- },
- {
- "name": "DEFAULT_CERTIFICATE_PATH",
- "value": "/etc/pki/tls/private/tls.crt"
- },
- {
- "name": "ROUTER_EXTERNAL_HOST_HOSTNAME"
- },
- {
- "name": "ROUTER_EXTERNAL_HOST_HTTPS_VSERVER"
- },
- {
- "name": "ROUTER_EXTERNAL_HOST_HTTP_VSERVER"
- },
- {
- "name": "ROUTER_EXTERNAL_HOST_INSECURE",
- "value": "false"
- }
- ],
- "name": "router"
- }
- ]
- }
- },
- "test": false,
- "triggers": [
- {
- "type": "ConfigChange"
- }
- ]
- }
- }'''
-
dc_results_before = '''{
"apiVersion": "v1",
"kind": "DeploymentConfig",