37c4bd3023
Volume tests had hardcoded value (1) in case they were creating a second volume with a different size than the first one (CONF.volume.volume_size). This is a problem for systems which have a chunk size other than 1. The patch is adding a new opt CONF.volume.volume_size_extend which allows customization of an extended volume size. Closes-Bug: 1917299 Change-Id: Ic8ae486224cd2a470f4f9bbad62d4d6715cc63ac
11 lines
433 B
YAML
11 lines
433 B
YAML
---
|
|
features:
|
|
- |
|
|
Adding new config option for volume tests which allows to specify the size
|
|
a volume will be extended by (if a test does extend a volume or needs
|
|
a new bigger volume). The option is beneficial in case such tests are
|
|
executed on systems where the chunk size (the minimum size a volume can be
|
|
extended by) is other than 1 (originally hardcoded in the tests).:
|
|
|
|
CONF.volume.volume_size_extend
|