Add centos-7 job with support to python-tempestconf

Since os_tempest already have support to python-tempestconf, adding a
job that test it on check and gate.

Change-Id: I2ae6057d197a7f7f40b2bb544dc2381ab8044aed
This commit is contained in:
Arx Cruz 2018-11-20 16:37:43 +01:00
parent 80c7f032d6
commit 456749ef97
3 changed files with 33 additions and 0 deletions

View File

@ -90,6 +90,13 @@ basepython = python3
commands =
bash -c "{toxinidir}/tests/common/test-ansible-lint.sh"
[testenv:tempestconf]
setenv =
{[testenv]setenv}
ANSIBLE_PARAMETERS=-e tempest_use_tempestconf=true
commands =
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"
[testenv:functional]
commands =

20
zuul.d/jobs.yaml Normal file
View File

@ -0,0 +1,20 @@
# Copyright 2018, Red Hat, 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.
- job:
name: openstack-ansible-functional-tempestconf-centos-7
parent: openstack-ansible-functional
nodeset: centos-7
vars:
tox_env: tempestconf

View File

@ -19,3 +19,9 @@
- publish-openstack-docs-pti
- release-notes-jobs-python3
- openstack-ansible-role-distro_install-jobs
check:
jobs:
- openstack-ansible-functional-tempestconf-centos-7
gate:
jobs:
- openstack-ansible-functional-tempestconf-centos-7