Initial live test of gabbi-tempest, using gabbi-tempest

For sake of testing this uses the gabbits from placement,
so that there are some remote gabbits to experiment with.

Depends-On: https://review.openstack.org/601614
Depends-On: https://review.openstack.org/607507
Change-Id: I7a9efefb28e23bf47951617cbe08f177235688d6
This commit is contained in:
Chris Dent 2018-10-18 17:41:21 +01:00
parent 086f5c3080
commit c1d956c161
1 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,25 @@
- project:
templates:
- noop-jobs
check:
jobs:
- tempest-gabbi
gate:
jobs:
- tempest-gabbi
- job:
name: tempest-gabbi
parent: devstack-tempest
description: |
A job that can be used as a base for running gabbi tests
against a set of directories.
vars:
# Using placement as a known location, for sake of testing.
# If this works, then gabbi-tempest works.
gabbi_tempest_path: "{{ devstack_base_dir|default('/opt/stack') }}/placement/gate/gabbits"
tox_envlist: all
tempest_test_regex: 'gabbi'
# run test in serial
tempest_concurrency: 1
devstack_localrc:
TEMPEST_PLUGINS: 'openstack/gabbi-tempest'
USE_PYTHON3: True