From d9a4132abe597342e4c0cee1e1087a84ebcdd1cd Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Thu, 11 Aug 2022 10:26:04 +0800 Subject: [PATCH] qa/import-legacy: cleanup the test workspace after test finishes Without this the teuthology test will fail with /home/ubuntu/cephtest not empty error. Fixes: https://tracker.ceph.com/issues/57083 Signed-off-by: Xiubo Li --- .../fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/suites/fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml b/qa/suites/fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml index e14b48383a74..a9b184b54e39 100644 --- a/qa/suites/fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml +++ b/qa/suites/fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml @@ -14,12 +14,12 @@ tasks: - fs/upgrade/volume_client env: ACTION: verify - cleanup: false + cleanup: true - workunit: clients: client.1: - fs/upgrade/volume_client env: ACTION: verify - cleanup: false + cleanup: true - print: "**** fs/volume_client verify" -- 2.47.3