Inherited zuulv3 neutron tempest plugin jobs

* In order to test the tempest plugin, this patch adds following
  jobs against neutron repo.
  - neutron-tempest-plugin-api for api tests
  - neutron-tempest-plugin-dvr-multinode-scenario and
    neutron-tempest-plugin-scenario-linuxbridge for scenario tests

Change-Id: I85a7508c258bfdf019f599259499d0c85370ba8a
This commit is contained in:
Chandan Kumar 2017-11-14 18:40:22 +05:30
parent 667d3d3260
commit db9cc26f02

9
.zuul.yaml Normal file
View File

@ -0,0 +1,9 @@
- project:
name: openstack/neutron-tempest-plugin
check:
jobs:
# These jobs are defined in http://git.openstack.org/cgit/openstack/neutron/tree/.zuul.yaml
# They are all non-voting.
- neutron-tempest-plugin-dvr-multinode-scenario
- neutron-tempest-plugin-scenario-linuxbridge
- neutron-tempest-plugin-api