]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_volume_client: rename test_put_object_versioned()
authorRishabh Dave <ridave@redhat.com>
Fri, 21 Jun 2019 10:33:54 +0000 (16:03 +0530)
committerNathan Cutler <ncutler@suse.com>
Sat, 7 Sep 2019 08:43:15 +0000 (10:43 +0200)
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 <ridave@redhat.com>
(cherry picked from commit 7980e1fb7cf36372b8c3f4f2a135e4a74a670a11)

qa/tasks/cephfs/test_volume_client.py

index c5d81b2553f8c08d064c18cb2617428a338de46f..ea497b6ee7cc6080b97d03c3d24edc2b19f98969 100644 (file)
@@ -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")