Merge "Running volume multibackend slow scenario tests in scenario job"
This commit is contained in:
commit
77d3845140
@ -394,7 +394,7 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-tempest-dsvm-neutron-scenario-multinode-{node-release}{suffix}'
|
name: '{pipeline}-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend-{node-release}{suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
@ -414,6 +414,9 @@
|
|||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
ENABLE_IDENTITY_V2=False
|
ENABLE_IDENTITY_V2=False
|
||||||
TEMPEST_USE_TEST_ACCOUNTS=True
|
TEMPEST_USE_TEST_ACCOUNTS=True
|
||||||
|
# Enable lvm multiple backends to run multi backend slow scenario tests.
|
||||||
|
# Note: multi backend experimental job exclude the slow scenario tests.
|
||||||
|
CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1,lvm:lvmdriver-2
|
||||||
|
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
|
@ -14772,7 +14772,7 @@
|
|||||||
- openstack-publish-jobs
|
- openstack-publish-jobs
|
||||||
- openstack-releasenotes-jobs
|
- openstack-releasenotes-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- '{pipeline}-tempest-dsvm-neutron-scenario-multinode-{node-release}{suffix}':
|
- '{pipeline}-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend-{node-release}{suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-xenial-2-node
|
node: ubuntu-xenial-2-node
|
||||||
node-release: ubuntu-xenial
|
node-release: ubuntu-xenial
|
||||||
|
@ -13260,7 +13260,7 @@ projects:
|
|||||||
- gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv
|
- gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv
|
||||||
- gate-tempest-dsvm-neutron-full-ssh
|
- gate-tempest-dsvm-neutron-full-ssh
|
||||||
# This runs all of the scenario tests, even the slow ones.
|
# This runs all of the scenario tests, even the slow ones.
|
||||||
- gate-tempest-dsvm-neutron-scenario-multinode-ubuntu-xenial-nv
|
- gate-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend-ubuntu-xenial-nv
|
||||||
- gate-tempest-dsvm-ironic-pxe_ipa-full-ubuntu-xenial-nv
|
- gate-tempest-dsvm-ironic-pxe_ipa-full-ubuntu-xenial-nv
|
||||||
- gate-tempest-dsvm-lxc-ubuntu-xenial
|
- gate-tempest-dsvm-lxc-ubuntu-xenial
|
||||||
- gate-tempest-dsvm-lvm-ubuntu-xenial
|
- gate-tempest-dsvm-lvm-ubuntu-xenial
|
||||||
@ -18249,7 +18249,7 @@ projects:
|
|||||||
- gate-tempest-dsvm-nnet-ubuntu-xenial-newton
|
- gate-tempest-dsvm-nnet-ubuntu-xenial-newton
|
||||||
- gate-tempest-dsvm-neutron-full-ubuntu-xenial-newton
|
- gate-tempest-dsvm-neutron-full-ubuntu-xenial-newton
|
||||||
# non voting scenario test
|
# non voting scenario test
|
||||||
- gate-tempest-dsvm-neutron-scenario-multinode-ubuntu-xenial-nv
|
- gate-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend-ubuntu-xenial-nv
|
||||||
# tempest plugin sanity
|
# tempest plugin sanity
|
||||||
- gate-tempest-plugin-sanity-ubuntu-xenial-nv
|
- gate-tempest-plugin-sanity-ubuntu-xenial-nv
|
||||||
gate:
|
gate:
|
||||||
|
Loading…
Reference in New Issue
Block a user