]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/rgw: zone_cloud: deal with key representation and other fixes
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 23 Mar 2018 00:44:48 +0000 (17:44 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 12 Apr 2018 22:38:40 +0000 (15:38 -0700)
commit6df7a541981cf611f98c0d7d9deac2eee32c1653
treec44aaba9d506738ccd8e9bc1458481646625df9c
parent4a4a18f9d6b5ee33a90c274fe905559430e0cf49
test/rgw: zone_cloud: deal with key representation and other fixes

Needed to present a key to the tests that reflected its original name
and version_id (and etag), so that the callers don't need to be modified.
However, this can only be achieved if we get the key, which doesn't work
if the caller was just listing the bucket objects. Created a new CloudKey
class to deal with the different issues there.
Also, other test related fixes.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/test/rgw/rgw_multi/zone_cloud.py