]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Test bytes_sent bugs.
authorMarcus Watts <mwatts@redhat.com>
Sat, 5 Aug 2017 00:01:32 +0000 (20:01 -0400)
committerMarcus Watts <mwatts@redhat.com>
Wed, 9 Aug 2017 01:56:01 +0000 (21:56 -0400)
commita45ab45f74042617ec382f3d50f4d45d883042f5
tree4b5753f8f542ff3cf2d33f306cc9657fe07179a1
parent0172aab860abe324923a392baf51f956a65b64a5
Test bytes_sent bugs.

Rearrange logic to make it easier to measure accumulation.
Instrument the boto request/response loop to count bytes in and out.
Accumulate byte counts in usage like structure.
Compare actual usage reported by ceph against local usage measured.
Report and assert if there are any short-comings.
Remove zone placement rule that was newly added at end: tests should be rerunable.

Nit: the logic to wait for "delete_obj" is not quite right.

Fixes: http://tracker.ceph.com/issues/19870
Signed-off-by: Marcus Watts <mwatts@redhat.com>
qa/tasks/radosgw_admin.py