From: Rishabh Dave Date: Fri, 21 Jun 2019 10:33:54 +0000 (+0530) Subject: test_volume_client: rename test_put_object_versioned() X-Git-Tag: v13.2.7~89^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e573104e2277e0d1c60487bdcc397486e83b6259;p=ceph.git test_volume_client: rename test_put_object_versioned() test_put_object_versioned() is too generic for a negative test that specifically tests if the version is verified before writing. Signed-off-by: Rishabh Dave (cherry picked from commit 7980e1fb7cf36372b8c3f4f2a135e4a74a670a11) --- diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py index c5d81b2553f..ea497b6ee7c 100644 --- a/qa/tasks/cephfs/test_volume_client.py +++ b/qa/tasks/cephfs/test_volume_client.py @@ -966,7 +966,7 @@ vc.disconnect() obj_data = obj_data ))) - def test_put_object_versioned(self): + def test_version_check_for_put_object_versioned(self): vc_mount = self.mounts[1] vc_mount.umount_wait() self._configure_vc_auth(vc_mount, "manila")