Using updated tempest method for designate api.

Change-Id: I94147366a6b7866d6de1920f72c7791eea3a243d
This commit is contained in:
Donovan Francesco (drifterza)
2016-11-17 10:52:24 +02:00
parent 55e1d28182
commit 7cd0b561a5
5 changed files with 9 additions and 64 deletions
+2 -5
View File
@@ -61,11 +61,8 @@ ChangeLog
releasenotes/build
# Test temp files
tests/plugins
tests/playbooks
tests/test.retry
tests/common
tests/*.retry
# Vagrant artifacts
.vagrant
+5 -5
View File
@@ -35,12 +35,12 @@ designate_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}"
designate_rabbitmq_port: "{{ rabbitmq_port }}"
designate_bin: "/openstack/venvs/designate-{{ designate_venv_tag }}/bin"
tempest_venv_tag: "{{ tempest_git_install_branch }}"
# tempest_venv_bin is the same as the default in os_tempest role, but we set
# it again here so we can refer to it in test-designate-functional.yml
tempest_venv_bin: "/opt/tempest_{{ tempest_venv_tag }}/bin"
tempest_log_dir: "/var/log/"
tempest_run: yes
tempest_plugins:
- name: designate-tempest-plugin
repo: https://git.openstack.org/openstack/designate-tempest-plugin
branch: master
tempest_test_whitelist:
- designate_tempest_plugin.tests.scenario.v2.test_zones
-26
View File
@@ -1,26 +0,0 @@
---
# 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.
- name: Playbook for tempest testing of designate
hosts: utility_all
user: root
gather_facts: false
tasks:
- name: Run tempest
shell: |
. {{ tempest_venv_bin }}/activate
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env --serial designate_tempest_plugin.tests.scenario.v2.test_zones
vars_files:
- common/test-vars.yml
-23
View File
@@ -1,23 +0,0 @@
---
# 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.
- name: Playbook for deploying tempest
hosts: designate_all
user: root
gather_facts: true
roles:
- role: "os_tempest"
vars_files:
- common/test-vars.yml
+2 -5
View File
@@ -28,8 +28,5 @@
# Install Designate
- include: test-install-designate.yml
# Install Tempest
- include: test-install-tempest.yml
# Test Designate
- include: test-designate-functional.yml
# Install and execute Tempest
- include: common/test-install-tempest.yml