]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Limit ram and disk used by ceph backup tests
authorAlex Meade <mr.alex.meade@gmail.com>
Mon, 2 Feb 2015 21:18:15 +0000 (16:18 -0500)
committerAlex Meade <mr.alex.meade@gmail.com>
Mon, 9 Feb 2015 18:32:30 +0000 (18:32 +0000)
commitb1c5d16055b3aad6d7ae6bb6df90c645c3897075
treec3a7a5ae97b21ece309053b4d1f048a6d7b6c0b6
parent940f6ca0ead392fe031dbebb9a10223e2d895c63
Limit ram and disk used by ceph backup tests

The test_discard_bytes test in
cinder/tests/test_backup_ceph.py uses a lot of
ram and disk space since it tests the ceph driver with
the default chunk size of 128Mi. This patch lowers it
to use 1024 bytes instead.

Closes-bug: #1417293

Change-Id: I387650bc5ffe57ad8a4cacd1fca5d039fec38eed
cinder/tests/test_backup_ceph.py