diff options
| author | vamahaja <vamahaja@redhat.com> | 2019-01-07 11:23:17 +0530 |
|---|---|---|
| committer | vamahaja <vamahaja@redhat.com> | 2019-01-09 09:00:34 +0530 |
| commit | 9592f7c1d065dc01badb2308383b515190ddfc02 (patch) | |
| tree | ea6966be533f53bec42cc2d39534b52689def3e6 /tests | |
| parent | 1da6c1971696f92f1b2ad80e22b35f07984ab379 (diff) | |
Removed jenkins scaling code
Removing this code as it is in additional library file, requires to
pass config through config file and requires to upload the scripts.
Also it contains hardcoded credentials.
Will add new function in openshift_ops.py library similar to
"oc_create_app_dc_with_io" with new updated template.
Change-Id: I7cfce3fe23b222d40bff1c829afa97f2ffcb621d
Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cns_tests_sample_config.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml index 1bfcf8fb..138353b6 100644 --- a/tests/cns_tests_sample_config.yml +++ b/tests/cns_tests_sample_config.yml @@ -55,17 +55,3 @@ openshift: hacount: "3" chapauthenabled: "true" volumenameprefix: "autotests-block" - scale: - - type: jenkins - instances: 1 - namespace: "<fake-namespace-name>" - pod_parameters: - ENABLE_OAUTH: false - MEMORY_LIMIT: "<fake-memory-limit-size>Mi" - VOLUME_CAPACITY: "<fake-size-of-gluster-storage>Gi" - STORAGE_CLASS_NAME: "fake-name-of-storage-class" - JENKINS_IMAGE_STREAM_TAG: "jenkins:2" - load_parameters: - JOBS: 30 - ITERATIONS: 30 - EXECUTORS: 5 |
