From: Yuri Weinstein Date: Thu, 7 Jan 2021 18:01:24 +0000 (-0800) Subject: qa/tests: added rbd_import_export tests X-Git-Tag: v16.1.0~64^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e1c9c312aa1e865cf231ecb0e63db827ee10e2d;p=ceph.git qa/tests: added rbd_import_export tests Signed-off-by: Yuri Weinstein --- 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 index 000000000000..c465a19cba83 --- /dev/null +++ b/qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml @@ -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"