openstack-ansible-os_tempest/tests/os_tempest-overrides.yml
Chandan Kumar cf90066608 Added support for installing python-tempestconf from git
In CI jobs, currently python-tempestconf is getting from pip,
which makes it hard to test dependent changes of the project.
By adding this support, one can test the python-tempestconf
changes in the review itself.

Setting tempest_developer_mode to true will exercise the same.

Change-Id: I7744270e7371260dcc4db146736710fb050f3502
2019-01-04 13:57:39 +05:30

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://git.openstack.org/openstack/python-tempestconf
# A sample plugin to activate the code path
tempest_plugins:
- name: sahara-tests
repo: https://git.openstack.org/openstack/sahara-tests
branch: master
neutron_provider_networks:
network_types: "vxlan,flat"
network_mappings: "flat:eth12"
network_vxlan_ranges: "1:1000"