Merge "Switch ec2-api gate job to use ec2api tempest plugin"

This commit is contained in:
Zuul 2018-02-03 05:29:46 +00:00 committed by Gerrit Code Review
commit 3cb9df6256
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@
- openstack/ec2-api - openstack/ec2-api
- openstack/neutron - openstack/neutron
- openstack/neutron-tempest-plugin - openstack/neutron-tempest-plugin
- openstack/ec2api-tempest-plugin
- job: - job:
name: ec2-api-functional-neutron-full name: ec2-api-functional-neutron-full

View File

@ -31,6 +31,7 @@
[[local|localrc]] [[local|localrc]]
enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api
enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin
TEMPEST_PLUGINS='/opt/stack/new/ec2api-tempest-plugin'
EOF EOF
executable: /bin/bash executable: /bin/bash
@ -57,8 +58,8 @@
export DEVSTACK_GATE_NEUTRON=0 export DEVSTACK_GATE_NEUTRON=0
fi fi
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 export PROJECTS="openstack/ec2api-tempest-plugin $PROJECTS"
export DEVSTACK_GATE_TEMPEST_REGEX="ec2api.tests.functional" export DEVSTACK_GATE_TEMPEST_REGEX="ec2api_tempest_plugin"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh