Add whitebox-tempest-plugin project

Whitebox-tempest-plugin is for testing things that are outside of
Tempest's scope - namely, anything not exposed through the REST APIs.
It is currently being used mainly for Nova whitebox testing, checking
things like configuration settings and libvirt instance XML.

Change-Id: I973995bbbd29d179b0271f2c15d05782d9033f3d
This commit is contained in:
Artom Lifshitz 2019-04-02 14:41:52 -04:00
parent 906b1f3daa
commit f327fa206c
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[access "refs/heads/*"]
abandon = group whitebox-tempest-plugin-core
label-Code-Review = -2..+2 group whitebox-tempest-plugin-core
label-Workflow = -1..+1 group whitebox-tempest-plugin-core
[access "refs/tags/*"]
pushSignedTag = group whitebox-tempest-plugin-core
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -7784,6 +7784,10 @@
groups:
- documentation
use-storyboard: true
- project: openstack/whitebox-tempest-plugin
description: Tempest plugin for whitebox testing. For testing things not
exposed through the REST APIs.
upstream: https://review.rdoproject.org/r/openstack/whitebox-tempest-plugin
- project: openstack/windmill
description: An Ansible deployment to validate ansible roles for Continuous Integration.
- project: openstack/windmill-backup

View File

@ -1508,6 +1508,7 @@
- openstack/watcher-specs
- openstack/watcher-tempest-plugin
- openstack/whereto
- openstack/whitebox-tempest-plugin
- openstack/windmill
- openstack/windmill-backup
- openstack/windmill-config