Run Cinder in-tree tests: full-bdd

We want to run Cinder in-tree tests additionally to the one already in tempest
tree. This commit changes the gate-tempest-dsvm-full-bdd-nv job to do so.

Change-Id: I5594e5a90cf836519f50c7d9dde8f8473705c7c2
This commit is contained in:
Erlon R. Cruz 2016-12-06 17:59:54 -02:00
parent 9836919ac8
commit cbb1c21659

View File

@ -2009,6 +2009,7 @@
#!/bin/bash -xe #!/bin/bash -xe
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
# BDD driver doesn't support 'in-use' volume attachement so we need to skip such tests # BDD driver doesn't support 'in-use' volume attachement so we need to skip such tests
export DEVSTACK_GATE_TEMPEST_REGEX="^(?!.*(volume_in_use|test_volume_boot_pattern)).*volume" export DEVSTACK_GATE_TEMPEST_REGEX="^(?!.*(volume_in_use|test_volume_boot_pattern)).*volume"
export TEMPEST_CONCURRENCY=1 export TEMPEST_CONCURRENCY=1