Add TripleO container based job to Neutron's check queue

This patch adds non-voting tripleo-ci-centos-7-scenario007-standalone
job which will use TripleO to deploy Neutron in containers.

Change-Id: I9593122c961002bc209a89a7fee129e49e6952a4
This commit is contained in:
Slawek Kaplonski 2019-07-10 12:53:21 +02:00
parent 2e269ef1b7
commit 442a4e0078
1 changed files with 14 additions and 0 deletions

View File

@ -68,6 +68,7 @@
voting: false
- neutron-tempest-with-uwsgi:
voting: false
- tripleo-ci-centos-7-scenario007-standalone
gate:
jobs:
- neutron-functional
@ -450,3 +451,16 @@
USE_PYTHON3: true
NEUTRON_DEPLOY_MOD_WSGI: true
irrelevant-files: *tempest-irrelevant-files
- job:
name: tripleo-ci-centos-7-scenario007-standalone
parent: tripleo-ci-base-standalone
nodeset: single-centos-7-node
voting: false
vars:
featureset: '052'
featureset_override:
standalone_environment_files:
- 'environments/services/neutron-ovs.yaml'
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'