Tempest job inherits from Neutron tempest OVN job

During this cycle (Ussuri), OVN driver was integrated as an in-tree
Neutron driver, deprecating networking-ovn. The tempest job should
now inherit from Neutron job definition.

Trivial-Fix

Change-Id: I910ae5d4d32b43d7af15f196f4af6f5e1c4c0734
This commit is contained in:
Rodolfo Alonso Hernandez 2020-04-18 11:19:39 +00:00
parent e8ac095c89
commit 3598631558
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
- job:
name: ovsdbapp-tempest-dsvm-networking-ovn-ovs-release
name: ovsdbapp-neutron-ovn-tempest-ovs-release
description: Job testing for devstack/tempest testing networking-ovn with the latest released OVN branch and ovsdbapp from source
parent: networking-ovn-tempest-dsvm-ovs-release
parent: neutron-ovn-tempest-ovs-release
vars:
devstack_localrc:
LIBS_FROM_GIT: ovsdbapp
USE_PYTHON3: true

View File

@ -7,8 +7,8 @@
check:
jobs:
- openstack-tox-functional
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release
- ovsdbapp-neutron-ovn-tempest-ovs-release
gate:
jobs:
- openstack-tox-functional
- ovsdbapp-tempest-dsvm-networking-ovn-ovs-release
- ovsdbapp-neutron-ovn-tempest-ovs-release