tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_Mbuckets_with_Nobjects
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+ - ssh-keys: null
+ - ceph-ansible: null
+ - rgw-system-test:
+ test: Mbuckets_with_Nobjects
+ script: test_Mbuckets_with_Nobjects.py
+ clients: ['client.0']
+ config:
+ user_count: 5
+ bucket_count: 5
+ objects_count: 20
+ objects_size_range:
+ min: 100
+ max: 200
+ test_ops:
+ create_bucket: true
+ create_object: true
+ download_object: true
+ delete_bucket_object: true
+ sharding:
+ enable: false
+ max_shards: 0
+ compression:
+ enable: false
+ type: zlib
\ No newline at end of file
--- /dev/null
+tasks:
+ - ssh-keys: null
+ - ceph-ansible: null
+ - rgw-system-test:
+ test: Mbuckets_with_Nobjects_multipart
+ script: test_Mbuckets_with_Nobjects.py
+ clients: ['client.0']
+ config:
+ user_count: 2
+ bucket_count: 5
+ objects_count: 10
+ objects_size_range:
+ min: 1000
+ max: 1500
+ test_ops:
+ create_bucket: true
+ create_object: true
+ download_object: true
+ delete_bucket_object: true
+ upload_type: multipart
+ sharding:
+ enable: false
+ max_shards: 0
+ compression:
+ enable: false
+ type: zlib
\ No newline at end of file
--- /dev/null
+tasks:
+ - ssh-keys: null
+ - ceph-ansible: null
+ - rgw-system-test:
+ test: Mbuckets_with_Nobjects
+ script: test_Mbuckets_with_Nobjects.py
+ clients: ['client.0']
+ config:
+ user_count: 5
+ bucket_count: 5
+ objects_count: 10
+ objects_size_range:
+ min: 100
+ max: 200
+ test_ops:
+ create_bucket: true
+ create_object: true
+ download_object: true
+ delete_bucket_object: true
+ sharding:
+ enable: true
+ max_shards: 32
+ compression:
+ enable: false
+ type: zlib
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_Mbuckets_with_Nobjects_shards
- test_version: v1
- clients: ['client.0']
- config:
- shards: 100
- max_objects: 24 # max objects per bucket.
- user_count: 2
- bucket_count: 25
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
- rgw-system-test:
test: test_acls
test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+ clients: ['client.0']
\ No newline at end of file
- rgw-system-test:
test: test_acls_all_usrs
test_version: v1
- clients: ['client.0']
- config:
- bucket_count: 25
- user_count: 2
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+ clients: ['client.0']
\ No newline at end of file
- rgw-system-test:
test: test_acls_copy_obj
test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+ clients: ['client.0']
\ No newline at end of file
- rgw-system-test:
test: test_acls_reset
test_version: v1
- clients: ['client.0']
- config:
- bucket_count: 25
- user_count: 2
- objects_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+ clients: ['client.0']
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_basic_versioning
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 10
- version_count: 5
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_bucket_with_delete
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 10
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_delete_key_versions
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 10
- version_count: 5
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_Mbuckets
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 25
- bucket_count: 25
- objects_count: 1 # set it 1 though this config is not used.
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_multipart_upload
- test_version: v1
- clients: ['client.0']
- config:
- objects_count: 25
- user_count: 2
- bucket_count: 25
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
- rgw-system-test:
test: test_multipart_upload_cancel
test_version: v1
- clients: ['client.0']
- config:
- 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
+ clients: ['client.0']
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_multipart_upload_download
- test_version: v1
- clients: ['client.0']
- config:
- objects_count: 1
- user_count: 1
- bucket_count: 1
- min_file_size: 800
- max_file_size: 1000
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_suspend_versioning
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 10
- version_count: 5
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
+++ /dev/null
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- rgw-system-test:
- test: test_version_with_revert
- test_version: v1
- clients: ['client.0']
- config:
- user_count: 2
- bucket_count: 25
- objects_count: 10
- version_count: 5
- min_file_size: 50
- max_file_size: 60
\ No newline at end of file
--- /dev/null
+tasks:
+ - ssh-keys: null
+ - ceph-ansible: null
+ - rgw-system-test:
+ test: versioning_ops
+ script: test_versioning_with_objects.py
+ clients: ['client.0']
+ config:
+ user_count: 2
+ bucket_count: 2
+ objects_count: 10
+ version_count: 5
+ objects_size_range:
+ min: 50
+ max: 80
+ test_ops:
+ enable_version: true
+ suspend_version: false
+ copy_to_version: false
+ delete_object_versions: true
+ upload_after_suspend: false
\ No newline at end of file
--- /dev/null
+tasks:
+ - ssh-keys: null
+ - ceph-ansible: null
+ - rgw-system-test:
+ test: versioning_ops
+ script: test_versioning_with_objects.py
+ clients: ['client.0']
+ config:
+ user_count: 2
+ bucket_count: 2
+ objects_count: 10
+ version_count: 5
+ objects_size_range:
+ min: 50
+ max: 80
+ test_ops:
+ enable_version: true
+ suspend_version: true
+ copy_to_version: false
+ delete_object_versions: false
+ upload_after_suspend: true
\ No newline at end of file