]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: octopus-x suite added more workloads 38787/head
authorYuri Weinstein <yweinste@redhat.com>
Wed, 6 Jan 2021 16:52:54 +0000 (08:52 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 6 Jan 2021 18:23:40 +0000 (10:23 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/upgrade/octopus-x/workload/ec-rados-default.yaml [new file with mode: 0644]
qa/suites/upgrade/octopus-x/workload/rados_loadgenbig.yaml
qa/suites/upgrade/octopus-x/workload/test_rbd_api.yaml
qa/suites/upgrade/octopus-x/workload/test_rbd_python.disable [new file with mode: 0644]

diff --git a/qa/suites/upgrade/octopus-x/workload/ec-rados-default.yaml b/qa/suites/upgrade/octopus-x/workload/ec-rados-default.yaml
new file mode 100644 (file)
index 0000000..67a0f39
--- /dev/null
@@ -0,0 +1,25 @@
+meta:
+- desc: |
+   run run randomized correctness test for rados operations
+   on an erasure-coded pool
+workload:
+  full_sequential:
+  - print: "**** done start ec-rados-default.yaml"
+  - rados:
+      clients: [client.0]
+      ops: 4000
+      objects: 50
+      ec_pool: true
+      write_append_excl: false
+      op_weights:
+        read: 100
+        write: 0
+        append: 100
+        delete: 50
+        snap_create: 50
+        snap_remove: 50
+        rollback: 50
+        copy_from: 50
+        setattr: 25
+        rmattr: 25
+  - print: "**** done end ec-rados-default.yaml"
index 250ea7419688020b2f6c8eca6c82c3da55ed1029..6b93c83d70f690aefd8f86bdd95d18bd59679f2c 100644 (file)
@@ -3,9 +3,10 @@ meta:
    generate read/write load with rados objects ranging from 1MB to 25MB
 workload:
   full_sequential:
+    - print: "**** done start rados_loadgenbig.yaml"
     - workunit:
         branch: octopus
         clients:
           client.0:
             - rados/load-gen-big.sh
-    - print: "**** done rados/load-gen-big.sh workload"
+    - print: "**** done end rados_loadgenbig.yaml"
index 13646f0855e0caa45f19556a3dbb75c4eb0ab9e2..c85d4783c9cab3567d628162cbfd27fe234ed74a 100644 (file)
@@ -3,10 +3,10 @@ meta:
    librbd C and C++ api tests
 workload:
   full_sequential:
-    - print: "**** done start rbd/test_librbd.sh"
+    - print: "**** done start test_rbd_api.yaml"
     - workunit:
         branch: octopus
         clients:
           client.0:
               - rbd/test_librbd.sh
-    - print: "**** done end rbd/test_librbd.sh"
+    - print: "**** done end test_rbd_api.yaml"
diff --git a/qa/suites/upgrade/octopus-x/workload/test_rbd_python.disable b/qa/suites/upgrade/octopus-x/workload/test_rbd_python.disable
new file mode 100644 (file)
index 0000000..ac0b4cf
--- /dev/null
@@ -0,0 +1,18 @@
+
+
+##### This is disabled due to https://tracker.ceph.com/issues/48759
+
+
+meta:
+- desc: |
+   librbd python api tests
+workload:
+  full_sequential:
+    - print: "**** done start test_rbd_python.yaml"
+    - workunit:
+        branch: octopus
+        clients:
+          client.0:
+            - rbd/test_librbd_python.sh
+    - print: "**** done end test_rbd_python.yaml"
+