[OVN] Enable neutron-ovn-tempest-ovs-release job

The previous patch changed DevStack to deploy the OVN driver from the
Neutron repository instead of the networking-ovn one.

This patch is now enabling tempest testing that code in the check and
gate pipeline.

Change-Id: I772c33789443f08e4b70d37602a73d28fdf2f6fb
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Lucas Alvares Gomes 2020-01-07 15:51:18 +00:00 committed by Slawek Kaplonski
parent 48ab58b46e
commit 1310c536e6
2 changed files with 8 additions and 5 deletions

View File

@ -45,7 +45,7 @@
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
- tempest-slow-py3: - tempest-slow-py3:
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
#- neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release
- networking-midonet-tempest-aio-ml2-centos-7: - networking-midonet-tempest-aio-ml2-centos-7:
voting: false voting: false
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
@ -87,7 +87,7 @@
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
- tempest-ipv6-only: - tempest-ipv6-only:
irrelevant-files: *irrelevant-files irrelevant-files: *irrelevant-files
#- neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release
#- neutron-ovn-rally-task #- neutron-ovn-rally-task
#- neutron-ovn-tripleo-ci-centos-7-containers-multinode #- neutron-ovn-tripleo-ci-centos-7-containers-multinode

View File

@ -148,7 +148,6 @@
timeout: 10800 timeout: 10800
required-projects: required-projects:
- openstack/devstack-gate - openstack/devstack-gate
- openstack/networking-ovn
- openstack/neutron - openstack/neutron
- openstack/neutron-tempest-plugin - openstack/neutron-tempest-plugin
- openstack/octavia - openstack/octavia
@ -188,6 +187,10 @@
(tempest.(api|scenario|thirdparty))).*$" (tempest.(api|scenario|thirdparty))).*$"
tempest_concurrency: 2 tempest_concurrency: 2
devstack_localrc: devstack_localrc:
Q_AGENT: ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
Q_ML2_TENANT_NETWORK_TYPE: geneve
Q_USE_PROVIDERNET_FOR_PUBLIC: true Q_USE_PROVIDERNET_FOR_PUBLIC: true
PHYSICAL_NETWORK: public PHYSICAL_NETWORK: public
ENABLE_CHASSIS_AS_GW: true ENABLE_CHASSIS_AS_GW: true
@ -203,7 +206,7 @@
ADVANCED_INSTANCE_USER: ubuntu ADVANCED_INSTANCE_USER: ubuntu
BUILD_TIMEOUT: 784 BUILD_TIMEOUT: 784
devstack_plugins: devstack_plugins:
networking-ovn: https://opendev.org/openstack/networking-ovn neutron: https://opendev.org/openstack/neutron
neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
octavia: https://opendev.org/openstack/octavia octavia: https://opendev.org/openstack/octavia
zuul_copy_output: zuul_copy_output:
@ -228,7 +231,7 @@
n-novnc-cell1: true n-novnc-cell1: true
n-sch: true n-sch: true
n-super-cond: true n-super-cond: true
networking-ovn-metadata-agent: true neutron-ovn-metadata-agent: true
o-api: true o-api: true
o-hk: true o-hk: true
ovn-controller: true ovn-controller: true