Add puppet-horizon-tripleo-standalone job

* It overrrides the tripleo-standalone featureset override to run
  Horizon specific tempest tests and install Horizon 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: I2bb4c62e0926ea147bc8403f1cabdc05e5fc0129
This commit is contained in:
Chandan Kumar 2018-10-12 13:01:10 +05:30
parent d204d4307c
commit 87a5a7defd
1 changed files with 19 additions and 1 deletions

View File

@ -5,4 +5,22 @@
- puppet-openstack-integration-jobs-scenario003
- puppet-openstack-beaker-jobs
- release-notes-jobs-python3
- tripleo-puppet-standalone
check:
jobs:
- puppet-horizon-tripleo-standalone
gate:
jobs:
- puppet-horizon-tripleo-standalone
- job:
name: puppet-horizon-tripleo-standalone
parent: tripleo-puppet-ci-centos-7-standalone
description: |
TripleO standalone Job running Horizon specific Tempest tests.
vars:
featureset_override:
run_tempest: true
tempest_whitelist:
- 'horizon'
tempest_plugins:
- 'python-horizon-tests-tempest'