openstack-ansible-os_tempest/tests/os_tempest-overrides.yml
Jimmy McCrory 191a402a6d Unpin nova_git_install_branch
https://review.openstack.org/#/c/455710/ merged.

Change-Id: I07f94b49be8e0b4d1f07d7bfdadd23472466e719
Depends-On: I4ca3d90123e146d09cab20a0eda627014d9717e6
2017-04-28 23:22:34 +00:00

29 lines
929 B
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
# 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"