Add puppet-keystone-tripleo-standalone job

* It overrrides the tripleo-standalone featureset override
  to run Identity specific tempest tests and install
  keystone tempest plugin.
* It will help to detect the puppet-keystone tempest specific
  issues early in gates.

Depends-On: https://review.openstack.org/#/c/609666

Change-Id: I896a20abc09579286cea56299bfaa7a9c158ee59
This commit is contained in:
Chandan Kumar 2018-10-12 13:04:12 +05:30
parent 7a5247b7f8
commit 9a125b9766
1 changed files with 20 additions and 0 deletions

View File

@ -6,3 +6,23 @@
- puppet-openstack-beaker-jobs
- tripleo-puppet-undercloud
- release-notes-jobs-python3
check:
jobs:
- puppet-keystone-tripleo-standalone
gate:
jobs:
- puppet-keystone-tripleo-standalone
- job:
name: puppet-keystone-tripleo-standalone
parent: tripleo-puppet-ci-centos-7-standalone
description: |
TripleO standalone Job running Identity specific Tempest tests.
vars:
featureset_override:
run_tempest: true
tempest_whitelist:
- 'identity'
- 'keystone-tempest-plugin'
tempest_plugins:
- 'python-keystone-tests-tempest'