From: rakesh Date: Thu, 7 Jun 2018 12:38:48 +0000 (+0530) Subject: added test_dir_version as config and corrected config numbers X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a457dfa01e6a8dc8d4354efcac20c5cda518ac74;p=ceph.git added test_dir_version as config and corrected config numbers --- diff --git a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects.yaml b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects.yaml index 05b071bea1a9..72980a96d548 100644 --- a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects.yaml +++ b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects.yaml @@ -3,8 +3,9 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_Mbuckets_with_Nobjects + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 objects_count: 25 min_file_size: 50 diff --git a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml index 2a1f7a213ef2..06b42804ccd3 100644 --- a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml +++ b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_Mbuckets_with_Nobjects_shards + test_dir_version: v1 config: shards: 100 max_objects: 24 # max objects per bucket. - user_count: 25 + user_count: 2 bucket_count: 25 objects_count: 25 min_file_size: 50 diff --git a/qa/suites/rgw/system/tasks/acls.yaml b/qa/suites/rgw/system/tasks/acls.yaml index f8a7dde8ff66..6008bdb44839 100644 --- a/qa/suites/rgw/system/tasks/acls.yaml +++ b/qa/suites/rgw/system/tasks/acls.yaml @@ -3,6 +3,7 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_acls + test_dir_version: v1 config: user_count: 2 bucket_count: 25 diff --git a/qa/suites/rgw/system/tasks/acls_all_usrs.yaml b/qa/suites/rgw/system/tasks/acls_all_usrs.yaml index c3a2cd71da54..d08456aebbf1 100644 --- a/qa/suites/rgw/system/tasks/acls_all_usrs.yaml +++ b/qa/suites/rgw/system/tasks/acls_all_usrs.yaml @@ -3,9 +3,10 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_acls_all_usrs + test_dir_version: v1 config: bucket_count: 25 - user_count: 25 + user_count: 2 objects_count: 25 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/acls_copy_obj.yaml b/qa/suites/rgw/system/tasks/acls_copy_obj.yaml index 725c5cf0c00b..a12e39dedeca 100644 --- a/qa/suites/rgw/system/tasks/acls_copy_obj.yaml +++ b/qa/suites/rgw/system/tasks/acls_copy_obj.yaml @@ -3,8 +3,9 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_acls_copy_obj + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 objects_count: 25 min_file_size: 50 diff --git a/qa/suites/rgw/system/tasks/acls_reset.yaml b/qa/suites/rgw/system/tasks/acls_reset.yaml index 23ea12680d1d..8ab1cf94b4a8 100644 --- a/qa/suites/rgw/system/tasks/acls_reset.yaml +++ b/qa/suites/rgw/system/tasks/acls_reset.yaml @@ -3,9 +3,10 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_acls_reset + test_dir_version: v1 config: bucket_count: 25 - user_count: 25 + user_count: 2 objects_count: 25 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/basic_versioning.yaml b/qa/suites/rgw/system/tasks/basic_versioning.yaml index f18f7730b074..e0617249dcfd 100644 --- a/qa/suites/rgw/system/tasks/basic_versioning.yaml +++ b/qa/suites/rgw/system/tasks/basic_versioning.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_basic_versioning + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 - objects_count: 25 + objects_count: 10 version_count: 5 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/bucket_with_delete.yaml b/qa/suites/rgw/system/tasks/bucket_with_delete.yaml index 1aae3a1d5454..e0656bceb31b 100644 --- a/qa/suites/rgw/system/tasks/bucket_with_delete.yaml +++ b/qa/suites/rgw/system/tasks/bucket_with_delete.yaml @@ -3,9 +3,10 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_bucket_with_delete + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 - objects_count: 25 + objects_count: 10 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/delete_key_versions.yaml b/qa/suites/rgw/system/tasks/delete_key_versions.yaml index 8d8df259aefb..2369b0bf7d9c 100644 --- a/qa/suites/rgw/system/tasks/delete_key_versions.yaml +++ b/qa/suites/rgw/system/tasks/delete_key_versions.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_delete_key_versions + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 - objects_count: 25 + objects_count: 10 version_count: 5 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/m_bucket.yaml b/qa/suites/rgw/system/tasks/m_bucket.yaml index 2299fa148008..cd07ac18b9a6 100644 --- a/qa/suites/rgw/system/tasks/m_bucket.yaml +++ b/qa/suites/rgw/system/tasks/m_bucket.yaml @@ -3,6 +3,7 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_Mbuckets + test_dir_version: v1 config: user_count: 25 bucket_count: 25 diff --git a/qa/suites/rgw/system/tasks/multipart_upload.yaml b/qa/suites/rgw/system/tasks/multipart_upload.yaml index 0ce5e12ed999..a083ffff6041 100644 --- a/qa/suites/rgw/system/tasks/multipart_upload.yaml +++ b/qa/suites/rgw/system/tasks/multipart_upload.yaml @@ -3,9 +3,10 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_multipart_upload + test_dir_version: v1 config: - objects_count: 2 - user_count: 25 + objects_count: 25 + user_count: 2 bucket_count: 25 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/multipart_upload_cancel.yaml b/qa/suites/rgw/system/tasks/multipart_upload_cancel.yaml index b2e250b7154e..425afb6a893c 100644 --- a/qa/suites/rgw/system/tasks/multipart_upload_cancel.yaml +++ b/qa/suites/rgw/system/tasks/multipart_upload_cancel.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_multipart_upload_cancel + test_dir_version: v1 config: - objects_count: 2 - user_count: 25 - bucket_count: 25 + objects_count: 1 + user_count: 1 + bucket_count: 1 break_at_part_no: 70 min_file_size: 800 max_file_size: 1000 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/multipart_upload_download.yaml b/qa/suites/rgw/system/tasks/multipart_upload_download.yaml index 3b46eaaf2b76..4da15375ff9d 100644 --- a/qa/suites/rgw/system/tasks/multipart_upload_download.yaml +++ b/qa/suites/rgw/system/tasks/multipart_upload_download.yaml @@ -3,9 +3,10 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_multipart_upload_download + test_dir_version: v1 config: objects_count: 1 - user_count: 25 - bucket_count: 25 - min_file_size: 50 - max_file_size: 60 \ No newline at end of file + user_count: 1 + bucket_count: 1 + min_file_size: 800 + max_file_size: 1000 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/suspend_versioning.yaml b/qa/suites/rgw/system/tasks/suspend_versioning.yaml index 37f6625c9dee..558aad74ce44 100644 --- a/qa/suites/rgw/system/tasks/suspend_versioning.yaml +++ b/qa/suites/rgw/system/tasks/suspend_versioning.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_suspend_versioning + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 - objects_count: 25 + objects_count: 10 version_count: 5 min_file_size: 50 max_file_size: 60 \ No newline at end of file diff --git a/qa/suites/rgw/system/tasks/version_with_revert.yaml b/qa/suites/rgw/system/tasks/version_with_revert.yaml index 98f094d80e05..98abcb06b4e3 100644 --- a/qa/suites/rgw/system/tasks/version_with_revert.yaml +++ b/qa/suites/rgw/system/tasks/version_with_revert.yaml @@ -3,10 +3,11 @@ tasks: - ceph-ansible: null - rgw-system-test: test-name: test_version_with_revert + test_dir_version: v1 config: - user_count: 25 + user_count: 2 bucket_count: 25 - objects_count: 90 + objects_count: 10 version_count: 5 min_file_size: 50 max_file_size: 60 \ No newline at end of file