]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Reduce configured file size for nfs backup unit tests
authorTom Barron <tpb@dyncloud.net>
Mon, 16 Mar 2015 07:43:18 +0000 (03:43 -0400)
committerTom Barron <tpb@dyncloud.net>
Wed, 18 Mar 2015 12:44:14 +0000 (12:44 +0000)
commit7cdcb7ac63ede192af4639675bf21e80c2a3a752
tree83006f8f4e6dbf7c291ead2900774118f08a02b9
parentccacb291e637349558e68e6e2aed652b4ad91a91
Reduce configured file size for nfs backup unit tests

Unit tests that were ported from the Swift backup
service for NFS backup trigger memory errors when
run in tox on a 1GB VM.  This commit configures
NFS backup 'backup_file_size' to match the default
Swift 'chunk_size' so that the NFS backup unit test
memory consumption is dialed down to match the Swift
unit tests.

Closes-Bug: 1432687

Change-Id: I4b71d47190179b97baefe9bc390276f720670919
cinder/tests/backup/drivers/test_backup_nfs.py