From: Josh Durgin Date: Thu, 14 Jan 2021 17:04:22 +0000 (-0500) Subject: qa: remove invalid characters from octopus-x/parallel X-Git-Tag: v16.1.0~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38891%2Fhead;p=ceph.git qa: remove invalid characters from octopus-x/parallel Signed-off-by: Josh Durgin --- 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 index c465a19cba83..25cd3c756d7e 100644 --- a/qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml +++ b/qa/suites/upgrade/octopus-x/parallel/workload/rbd_import_export.yaml @@ -1,14 +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" +- 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"