]> git.apps.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)
committerRishabh Dave <ridave@redhat.com>
Sat, 13 Jul 2019 06:13:03 +0000 (11:43 +0530)
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>
qa/tasks/cephfs/test_volume_client.py

index 8558c9c755d5c970a787176c7dfacea59ff4371d..aee714caa7dbce61dbea867f0a603e0d5c392e97 100644 (file)
@@ -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")