Adds cinder volume in test bundles to replace loopback devices in test.

Change-Id: I96b52dda0698d8942a836bd5df0baa3a0e3500ad
func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/989
This commit is contained in:
utkarshbhatthere 2023-02-07 13:44:49 +05:30
parent 931d530ab5
commit 1fe0aa07d3
No known key found for this signature in database
GPG Key ID: 8AFC279E7CD87430
4 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ applications:
charm: ../../ceph-osd.charm
num_units: 3
storage:
osd-devices: 'cinder,10G'
osd-devices: 'cinder,10G,2'
options:
osd-devices: '/dev/test-non-existent'
source: *openstack-origin

View File

@ -59,7 +59,7 @@ applications:
charm: ../../ceph-osd.charm
num_units: 3
storage:
osd-devices: 'cinder,10G'
osd-devices: 'cinder,10G,2'
options:
osd-devices: '/dev/test-non-existent'
source: *openstack-origin

View File

@ -59,7 +59,7 @@ applications:
charm: ../../ceph-osd.charm
num_units: 3
storage:
osd-devices: 'cinder,10G'
osd-devices: 'cinder,10G,2'
options:
osd-devices: '/dev/test-non-existent'
source: *openstack-origin

View File

@ -25,7 +25,7 @@ setenv = VIRTUAL_ENV={envdir}
commands = stestr run --slowest {posargs}
allowlist_externals =
charmcraft
rename.sh
{toxinidir}/rename.sh
passenv =
HOME
TERM