Add functional test job for python-heatclient

Create functional test job for python-heatclient, set as non-voting
until its working. The heatclient functional tests will come from the tempest
cli tests.

Change-Id: Ib6338cdcce3e14ca9191fdc0d1f05e3d2d814125
This commit is contained in:
Sergey Kraynev 2015-05-06 09:19:18 -04:00
parent b95eec61ac
commit 2f201c5516
3 changed files with 47 additions and 0 deletions

@ -137,3 +137,40 @@
publishers:
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-heatclient-dsvm-functional{branch-designator}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 65
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
# Configure and run functional tests
$BASE/new/python-heatclient/heatclient/tests/functional/hooks/post_test_hook.sh
}}
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

@ -854,6 +854,11 @@
- openstack-publish-jobs
- pypi-jobs
- 'lib-forward-testing-{name}'
- '{pipeline}-heatclient-dsvm-functional{branch-designator}':
pipeline: check
node: 'devstack-precise || devstack-trusty'
branch-designator: ''
branch-override: default
- project:

@ -661,6 +661,9 @@ jobs:
branch: ^(?!stable/icehouse).*$
voting: false
- name: ^(gate|check)-heatclient-dsvm-functional$
voting: false
# Images for Icehouse do not contain python34
- name: ^(gate|check)-.*-python34$
branch: ^(?!stable/icehouse).*$
@ -2320,6 +2323,8 @@ projects:
- python-heatclient-coverage
release:
- python-heatclient-docs
experimental:
- check-heatclient-dsvm-functional
- name: openstack/python-ironicclient
template: