Add integration tests to the Horizon gate
Initial attempt at a job inspired by the existing scripts for the Neutron and Swift functional tests. Change-Id: I12b6150dc6a320a3a4ddff189ff5153eece9f0de Partial-Bug: #1355186
This commit is contained in:
parent
0c711dc866
commit
895271261f
@ -41,3 +41,41 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: gate-horizon-dsvm-integration
|
||||||
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 95
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TIMEOUT=90
|
||||||
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
|
export DEVSTACK_GATE_EXERCISES=0
|
||||||
|
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
|
||||||
|
function post_test_hook {{
|
||||||
|
cd /opt/stack/new/horizon
|
||||||
|
tox -e py27integration
|
||||||
|
}}
|
||||||
|
export -f post_test_hook
|
||||||
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
./safe-devstack-vm-gate-wrap.sh
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- test-results
|
||||||
|
- devstack-logs
|
||||||
|
- console-log
|
||||||
|
@ -780,6 +780,9 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-oslo.db-tox-sqla_09
|
- name: gate-oslo.db-tox-sqla_09
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-horizon-dsvm-integration
|
||||||
|
branch: ^(?!stable/(havana|icehouse)).*$
|
||||||
|
voting: false
|
||||||
|
|
||||||
# The project list is grouped by type of project, and within each
|
# The project list is grouped by type of project, and within each
|
||||||
# group, projects are sorted (mostly) alphabetically.
|
# group, projects are sorted (mostly) alphabetically.
|
||||||
@ -1068,6 +1071,7 @@ projects:
|
|||||||
- gate-horizon-selenium
|
- gate-horizon-selenium
|
||||||
- check-devstack-dsvm-cells
|
- check-devstack-dsvm-cells
|
||||||
experimental:
|
experimental:
|
||||||
|
- gate-horizon-dsvm-integration
|
||||||
- gate-grenade-dsvm-forward
|
- gate-grenade-dsvm-forward
|
||||||
pre-release:
|
pre-release:
|
||||||
- horizon-tarball
|
- horizon-tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user