]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
removed redudant rgw system tasks
authorrakesh <rakesh@localhost.localdomain>
Thu, 21 Feb 2019 08:18:15 +0000 (13:48 +0530)
committerrakesh <rakesh@localhost.localdomain>
Thu, 21 Feb 2019 08:18:15 +0000 (13:48 +0530)
19 files changed:
qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects.yaml
qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_multipart.yaml [new file with mode: 0644]
qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_sharding.yaml [new file with mode: 0644]
qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml [deleted file]
qa/suites/rgw/system/tasks/acls.yaml
qa/suites/rgw/system/tasks/acls_all_usrs.yaml
qa/suites/rgw/system/tasks/acls_copy_obj.yaml
qa/suites/rgw/system/tasks/acls_reset.yaml
qa/suites/rgw/system/tasks/basic_versioning.yaml [deleted file]
qa/suites/rgw/system/tasks/bucket_with_delete.yaml [deleted file]
qa/suites/rgw/system/tasks/delete_key_versions.yaml [deleted file]
qa/suites/rgw/system/tasks/m_bucket.yaml [deleted file]
qa/suites/rgw/system/tasks/multipart_upload.yaml [deleted file]
qa/suites/rgw/system/tasks/multipart_upload_cancel.yaml
qa/suites/rgw/system/tasks/multipart_upload_download.yaml [deleted file]
qa/suites/rgw/system/tasks/suspend_versioning.yaml [deleted file]
qa/suites/rgw/system/tasks/version_with_revert.yaml [deleted file]
qa/suites/rgw/system/tasks/versioning_delete.yaml [new file with mode: 0644]
qa/suites/rgw/system/tasks/versioning_ops.yaml [new file with mode: 0644]

index 5e0120534435458a47ad593415e3af80d99b272d..f9b0d2c9e1fc41c2ac9f77e909bf54e9a67d8b85 100644 (file)
@@ -1,13 +1,25 @@
 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
diff --git a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_multipart.yaml b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_multipart.yaml
new file mode 100644 (file)
index 0000000..2270e40
--- /dev/null
@@ -0,0 +1,26 @@
+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
diff --git a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_sharding.yaml b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_sharding.yaml
new file mode 100644 (file)
index 0000000..19ef078
--- /dev/null
@@ -0,0 +1,25 @@
+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
diff --git a/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml b/qa/suites/rgw/system/tasks/Mbuckets_with_Nobjects_shards.yaml
deleted file mode 100644 (file)
index 2d20db2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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
index 2c184311c024a13c650b16a7e1987bc20f416f4d..be5bf51bdb23c1ac0fb8e8efd627fc6df0b05223 100644 (file)
@@ -4,10 +4,4 @@ tasks:
 - 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
index 3313dc66f7f12a4ce8decc5e0f9bb34f24db1750..aeba96dbc8ad1ee15071dfb1fab74af33652e12f 100644 (file)
@@ -4,10 +4,4 @@ tasks:
 - 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
index 0a58326fe03b9c4b88b7579f3b07e763c7232bd7..63a9eb016c875494dcae0a1c4c3ba998b53b43ee 100644 (file)
@@ -4,10 +4,4 @@ tasks:
 - 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
index d67b3f56fb2a328a2531e57576c5a6f4fde92d17..da0803c8d60b97a44e66f48e2001254de74eb004 100644 (file)
@@ -4,10 +4,4 @@ tasks:
 - 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
diff --git a/qa/suites/rgw/system/tasks/basic_versioning.yaml b/qa/suites/rgw/system/tasks/basic_versioning.yaml
deleted file mode 100644 (file)
index fdf15b0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/bucket_with_delete.yaml b/qa/suites/rgw/system/tasks/bucket_with_delete.yaml
deleted file mode 100644 (file)
index f35fa4d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/delete_key_versions.yaml b/qa/suites/rgw/system/tasks/delete_key_versions.yaml
deleted file mode 100644 (file)
index dd0cc8e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/m_bucket.yaml b/qa/suites/rgw/system/tasks/m_bucket.yaml
deleted file mode 100644 (file)
index 6e9edec..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/multipart_upload.yaml b/qa/suites/rgw/system/tasks/multipart_upload.yaml
deleted file mode 100644 (file)
index 1135bbd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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
index 7eb8350f01fabc416353fd662e076eb5d5cce286..eccb85060dc933199ca3f58c991ed14ca516fdb9 100644 (file)
@@ -4,11 +4,4 @@ tasks:
 - 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
diff --git a/qa/suites/rgw/system/tasks/multipart_upload_download.yaml b/qa/suites/rgw/system/tasks/multipart_upload_download.yaml
deleted file mode 100644 (file)
index e07452a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/suspend_versioning.yaml b/qa/suites/rgw/system/tasks/suspend_versioning.yaml
deleted file mode 100644 (file)
index 4444311..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/version_with_revert.yaml b/qa/suites/rgw/system/tasks/version_with_revert.yaml
deleted file mode 100644 (file)
index 71d579c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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
diff --git a/qa/suites/rgw/system/tasks/versioning_delete.yaml b/qa/suites/rgw/system/tasks/versioning_delete.yaml
new file mode 100644 (file)
index 0000000..900c0e3
--- /dev/null
@@ -0,0 +1,21 @@
+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
diff --git a/qa/suites/rgw/system/tasks/versioning_ops.yaml b/qa/suites/rgw/system/tasks/versioning_ops.yaml
new file mode 100644 (file)
index 0000000..d1fa650
--- /dev/null
@@ -0,0 +1,21 @@
+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