From c42a4c07e0aec2bd4036e853d1f3e39c15856c26 Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Thu, 30 Jan 2020 14:38:47 +0530 Subject: [Config] Add variables for system testing Add variables in config file which will help us to scale our setup. Change-Id: I99739a090c1b2fd92afc2242b5ec6552205ce92f Signed-off-by: Nitin Goyal --- tests/glusterfs-containers-tests-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/glusterfs-containers-tests-config.yaml') diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml index a8fc92b5..8b7816a9 100644 --- a/tests/glusterfs-containers-tests-config.yaml +++ b/tests/glusterfs-containers-tests-config.yaml @@ -106,6 +106,16 @@ common: stop_on_first_failure: False heketi_command_timeout: 120 +scaleup: + run_scale_up_on_start: True + skip_cleanup: True + file_pvc_count: 500 + file_pod_count: 100 + arbiter_pvc_count: 200 + arbiter_pod_count: 100 + block_pvc_count: 200 + block_pod_count: 100 + cloud_provider: name: '' vmware: -- cgit