Add bgp tempest job

Change-Id: I927599f00101545db640444ac2c32e90b510b381
This commit is contained in:
Jakub Libosvar 2024-01-15 06:21:33 +00:00
parent b20f5d5526
commit 9bf72c14e3
2 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,8 @@
check: check:
jobs: jobs:
- openstack-tox-functional-with-sudo - openstack-tox-functional-with-sudo
- ovn-bgp-agent-tempest-plugin:
voting: false
experimental: experimental:
jobs: jobs:
- openstack-tox-py310-with-oslo-master - openstack-tox-py310-with-oslo-master

View File

@ -0,0 +1,15 @@
- job:
name: ovn-bgp-agent-tempest-plugin
parent: neutron-tempest-plugin-ovn
timeout: 10800
required-projects:
- openstack/devstack
- openstack/ovn-bgp-agent
- openstack/neutron-tempest-plugin
vars:
devstack_localrc:
ENABLE_TLS: True
devstack_plugins:
ovn-bgp-agent: https://git.openstack.org/openstack/ovn-bgp-agent
devstack_services:
tls-proxy: true