There is no functional change from this patch. While the test coverage of our storage backend is still far from satisfactory, this patch tries to improve the little we have so that we can better catch refactoring bugs like those introduced by commit 38c735d62ae (and subsequiently fixed by 5529ea58a3c).
Federico Morg Pareschi (1): Improve test coverage for block device creation lib/storage/base.py | 13 ++ lib/storage/gluster.py | 4 +- test/py/ganeti.storage.bdev_unittest.py | 247 ++++++++++++++++++++++--- test/py/ganeti.storage.drbd_unittest.py | 88 ++++++++- test/py/ganeti.storage.extstorage_unittest.py | 73 ++++++++ test/py/ganeti.storage.filestorage_unittest.py | 56 ++++-- test/py/ganeti.storage.gluster_unittest.py | 41 +++- 7 files changed, 475 insertions(+), 47 deletions(-) create mode 100755 test/py/ganeti.storage.extstorage_unittest.py -- 2.8.0.rc3.226.g39d4020
