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: v15.1.0~2171^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7980e1fb7cf36372b8c3f4f2a135e4a74a670a11;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 --- diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py index 8558c9c755d5..aee714caa7db 100644 --- a/qa/tasks/cephfs/test_volume_client.py +++ b/qa/tasks/cephfs/test_volume_client.py @@ -965,7 +965,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")