021f18905f
For some reason we define a list inside a _tempest_plugins dict. It should be simplified to the list of dicts. Change-Id: I891f77e3e22c962615697504d0870e25017511d7
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
---
|
|
# Copyright 2015, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Ensure that tempest executes tests
|
|
tempest_run: yes
|
|
|
|
# tempestconf specific settings
|
|
tempest_tempestconf_git_repo: https://opendev.org/openinfra/python-tempestconf
|
|
|
|
# A sample plugin to activate the code path
|
|
tempest_plugins:
|
|
- name: sahara-tests
|
|
repo: https://opendev.org/openstack/sahara-tests
|
|
branch: master
|
|
install: true
|
|
|
|
neutron_provider_networks:
|
|
network_types: "vxlan,flat"
|
|
network_mappings: "flat:eth12"
|
|
network_vxlan_ranges: "1:1000"
|