Files
openstack-ansible-os_tempest/tests/os_tempest-overrides.yml
Martin Kopec e656a2e264 python-tempestconf moved from osf/ to openinfra
python-tempestconf project got moved from osf/ namespace into
openinfra/one by:
https://review.opendev.org/c/openstack/project-config/+/808479
This commit reflects that.

Change-Id: I696349c0eee715f270ce97b60b421b219ab0fec4
2021-10-18 11:01:18 +00:00

32 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
neutron_provider_networks:
network_types: "vxlan,flat"
network_mappings: "flat:eth12"
network_vxlan_ranges: "1:1000"