]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove working directory in test_cephfs_mirror_sync_already_existing_snapshots 65950/head
authorJos Collin <jcollin@redhat.com>
Tue, 26 May 2026 04:53:16 +0000 (10:23 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 26 May 2026 04:53:39 +0000 (10:23 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/tasks/cephfs/test_mirroring.py

index cdc1963a8a8243f06aa24eafee03c0fcb823770d..1f305643d33b13a61671d6a1bf8588a93ab07d53 100644 (file)
@@ -1637,6 +1637,7 @@ class TestMirroring(CephFSTestCase):
                                     peer_spec, f'/{dir_name}', snap_b, expected_snap_count)
         self.verify_snapshot(dir_name, snap_a)
         self.verify_snapshot(dir_name, snap_b)
+        self.remove_directory(self.primary_fs_name, self.primary_fs_id, f'/{dir_name}')
         self.disable_mirroring(self.primary_fs_name, self.primary_fs_id)
 
     def test_cephfs_mirror_multithread_snapshot_starvation(self):