Add scenario test for neutron-dynamic-routing

I plan that scenario tests are run in ocata and later release and
a existing job for api test will be affected by it.
So the job for api test needs to checked whether it runs on stable/newton.

Depends-On: I9923775806b095455ed3723e71410287bdf6cb1e
Change-Id: Ieb710181c1e496742e1e019a6238e5e0bd922971
This commit is contained in:
fumihiko kakuma 2016-12-05 09:09:46 +09:00
parent ce87a18455
commit 02483e523d
4 changed files with 89 additions and 6 deletions

View File

@ -35,6 +35,6 @@ dashboard:
- title: Integrated Failure Rates (Gate queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-tempest.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-tempest.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dynamic-routing-dsvm-tempest')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-tempest-api.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-tempest-api.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dynamic-routing-dsvm-tempest-api')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-functional.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-neutron-dynamic-routing-dsvm-functional.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dynamic-routing-dsvm-functional')
type: graph

View File

@ -46,7 +46,7 @@
- console-log
- job-template:
name: '{pipeline}-neutron-dynamic-routing-dsvm-tempest{suffix}'
name: '{pipeline}-neutron-dynamic-routing-dsvm-tempest-api{suffix}'
node: '{node}'
wrappers:
@ -62,7 +62,11 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_REGEX="^neutron_dynamic_routing\."
if [ "ZUUL_BRANCH" == "stable/newton" ]; then
export DEVSTACK_GATE_TEMPEST_REGEX="^neutron_dynamic_routing\."
else
export DEVSTACK_GATE_TEMPEST_REGEX="^neutron_dynamic_routing.tests.tempest.api\."
fi
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
@ -72,6 +76,60 @@
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing"
if [ "ZUUL_BRANCH" != "stable/newton" ]; then
function gate_hook {{
bash -xe $BASE/new/neutron-dynamic-routing/neutron_dynamic_routing/tests/contrib/gate_hook.sh dsvm-api
}}
export -f gate_hook
fi
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}-neutron-dynamic-routing-dsvm-tempest-scenario-{scenariotype}{suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 130
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_REGEX="^neutron_dynamic_routing.tests.tempest.scenario.{scenariotype}\."
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_NEUTRON=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
DEVSTACK_LOCAL_CONFIG="NEUTRON_CREATE_INITIAL_NETWORKS=False"
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing"
if [ "{scenariotype}" == "basic" ]; then
DEVSTACK_LOCAL_CONFIG+=$'\n'"BGP_SCHEDULER_DRIVER=neutron_dynamic_routing.services.bgp.scheduler.bgp_dragent_scheduler.ChanceScheduler"
fi
export DEVSTACK_LOCAL_CONFIG
function gate_hook {{
bash -xe $BASE/new/neutron-dynamic-routing/neutron_dynamic_routing/tests/contrib/gate_hook.sh dsvm-scenario
}}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh

View File

@ -7440,11 +7440,29 @@
node: ubuntu-xenial
suffix: ''
branch-override: default
- '{pipeline}-neutron-dynamic-routing-dsvm-tempest{suffix}':
- '{pipeline}-neutron-dynamic-routing-dsvm-tempest-api{suffix}':
pipeline: gate
node: ubuntu-xenial
suffix: ''
branch-override: default
- '{pipeline}-neutron-dynamic-routing-dsvm-tempest-scenario-{scenariotype}{suffix}':
pipeline: gate
node: ubuntu-xenial
suffix: '-nv'
branch-override: default
scenariotype: ipv4
- '{pipeline}-neutron-dynamic-routing-dsvm-tempest-scenario-{scenariotype}{suffix}':
pipeline: gate
node: ubuntu-xenial
suffix: '-nv'
branch-override: default
scenariotype: ipv6
- '{pipeline}-neutron-dynamic-routing-dsvm-tempest-scenario-{scenariotype}{suffix}':
pipeline: gate
node: ubuntu-xenial
suffix: '-nv'
branch-override: default
scenariotype: basic
- periodic-python-jobs-with-neutron-lib-master
- project:

View File

@ -1950,6 +1950,10 @@ jobs:
- name: ^gate-tempest-dsvm-neutron-pg-full-ubuntu-(trusty|xenial)
voting: false
# scenario tests for neutron-dynamic-routing can be run on ocata and later
- name: ^gate-neutron-dynamic-routing-dsvm-tempest-scenario.*$
branch: ^(?!stable/newton).*$
# LBaaS v1 should run on mitaka only
- name: ^gate-neutron-lbaasv1-dsvm-api-ubuntu-trusty
branch: ^stable/mitaka
@ -12052,10 +12056,13 @@ projects:
- name: periodic-jobs-with-neutron-lib-master
check:
- gate-neutron-dynamic-routing-dsvm-functional
- gate-neutron-dynamic-routing-dsvm-tempest
- gate-neutron-dynamic-routing-dsvm-tempest-api
- gate-neutron-dynamic-routing-dsvm-tempest-scenario-ipv4-nv
- gate-neutron-dynamic-routing-dsvm-tempest-scenario-ipv6-nv
- gate-neutron-dynamic-routing-dsvm-tempest-scenario-basic-nv
gate:
- gate-neutron-dynamic-routing-dsvm-functional
- gate-neutron-dynamic-routing-dsvm-tempest
- gate-neutron-dynamic-routing-dsvm-tempest-api
post:
- neutron-dynamic-routing-coverage-ubuntu-xenial