]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/import-legacy: cleanup the test workspace after test finishes 47528/head
authorXiubo Li <xiubli@redhat.com>
Thu, 11 Aug 2022 02:26:04 +0000 (10:26 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 30 Aug 2022 02:41:22 +0000 (10:41 +0800)
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 <xiubli@redhat.com>
qa/suites/fs/upgrade/volumes/import-legacy/tasks/3-verify.yaml

index e14b48383a74fb5781b95f53d637a839664e618a..a9b184b54e398307734eadb1ea893a8e38d15df6 100644 (file)
@@ -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"