From 7980e1fb7cf36372b8c3f4f2a135e4a74a670a11 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 21 Jun 2019 16:03:54 +0530 Subject: [PATCH] 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 --- qa/tasks/cephfs/test_volume_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.3