From: Ramana Raja Date: Fri, 6 Mar 2020 11:33:51 +0000 (+0530) Subject: test_volumes: fix _verify_clone_attrs call X-Git-Tag: v15.1.1~71^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d2e327c41c5490be32c120b1c845fe6f4977198c;p=ceph.git test_volumes: fix _verify_clone_attrs call ... to verify the attributes of clone and source subvolume belonging to different subvolume groups. Introduced in e22d546beb0472bf7e9bb038aa5e781d90a52349 Fixes: https://tracker.ceph.com/issues/44438 Signed-off-by: Ramana Raja --- diff --git a/qa/tasks/cephfs/test_volumes.py b/qa/tasks/cephfs/test_volumes.py index 8a3cd793b3a42..ea8bc937eb204 100644 --- a/qa/tasks/cephfs/test_volumes.py +++ b/qa/tasks/cephfs/test_volumes.py @@ -99,7 +99,7 @@ class TestVolumes(CephFSTestCase): time.sleep(1) self.assertTrue(check < timo) - self._verify_clone_attrs(subvolume, clone) + self._verify_clone_attrs(subvolume, clone, source_group=source_group, clone_group=clone_group) def _generate_random_volume_name(self, count=1): r = random.sample(range(10000), count)