]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added rbd_import_export tests
authorYuri Weinstein <yweinste@redhat.com>
Thu, 7 Jan 2021 18:01:24 +0000 (10:01 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 11 Jan 2021 18:51:14 +0000 (10:51 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml [new file with mode: 0644]

diff --git a/qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml b/qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml
new file mode 100644 (file)
index 0000000..c465a19
--- /dev/null
@@ -0,0 +1,14 @@
+meta:
+- desc: |
+   run basic import/export cli tests for rbd
+workload:
+  full_sequential:
+    - print: "**** done start rbd_import_export.yaml"
+    - workunit:
+        branch: octopus
+        clients:
+          client.1:
+              - rbd/import_export.sh
+        env:
+          RBD_CREATE_ARGS: --new-format
+    - print: "**** done end rbd_import_export.yaml"