From: Xiubo Li Date: Thu, 11 Aug 2022 02:26:04 +0000 (+0800) Subject: qa/import-legacy: cleanup the test workspace after test finishes X-Git-Tag: v16.2.11~324^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9a4132abe597342e4c0cee1e1087a84ebcdd1cd;p=ceph.git 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 --- 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"