Add experimental testing job for GBP
A new component called Network Function Plugin (NFP) was recently merged into the group-based-policy project. This patch adds a new job to test that component in a devstack environment. Change-Id: I0fff0c7d8d3ab4da0b5beb2d6df36ab3ec1ec9a8
This commit is contained in:
parent
99c6f1643f
commit
98e99722bd
@ -46,6 +46,54 @@
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-nfp{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 130
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_UNSTACK=1
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
export PROJECTS="openstack/group-based-policy $PROJECTS"
|
||||
export PROJECTS="openstack/group-based-policy-automation $PROJECTS"
|
||||
export PROJECTS="openstack/group-based-policy-ui $PROJECTS"
|
||||
export PROJECTS="openstack/python-group-based-policy-client $PROJECTS"
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function gate_hook {{
|
||||
bash -xe $BASE/new/group-based-policy/gbpservice/tests/contrib/gate_nfp_hook.sh dsvm-nfp
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
function post_test_hook {{
|
||||
bash -xe $BASE/new/group-based-policy/gbpservice/tests/contrib/post_test_nfp_hook.sh dsvm-nfp
|
||||
}}
|
||||
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
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-rally{job-suffix}'
|
||||
node: '{node}'
|
||||
|
@ -2692,6 +2692,11 @@
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-nfp{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-rally{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
|
@ -7044,6 +7044,7 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-group-based-policy-dsvm-functional
|
||||
- gate-group-based-policy-dsvm-nfp-nv
|
||||
- gate-group-based-policy-dsvm-rally
|
||||
|
||||
- name: openstack/group-based-policy-automation
|
||||
|
Loading…
Reference in New Issue
Block a user