From 770369c04e5ab5930767a4db10fefcc3bf0b3894 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 14 Jan 2021 12:04:22 -0500 Subject: [PATCH] qa: remove invalid characters from octopus-x/parallel Signed-off-by: Josh Durgin --- .../parallel/workload/rbd_import_export.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 c465a19cba835..25cd3c756d7e6 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" -- 2.39.5