Fix the experimental VPNaaS rally job

Address the bitrot that has occurred in the job configuration.

Change-Id: I8749373435d65fccb952cc59450dbabacd521b60
This commit is contained in:
Ryan Moats
2016-09-15 08:41:03 -05:00
parent d72ed724b7
commit 3e1a5dd932

View File

@@ -64,14 +64,15 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=1
export RALLY_SCENARIO=neutron-vpnaas
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/neutron-vpnaas $PROJECTS"
export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin rally git://git.openstack.org/openstack/rally"
function post_test_hook {{
$BASE/new/rally/tests/ci/rally-gate.sh