project-config/gerrit/acls/openstack/whitebox-tempest-plugin.config
Artom Lifshitz 710f9c824e Add whitebox-tempest-plugin under QA
Tempest defines its scope as only what is accessible through the
various REST APIs. Some cloud features cannot be properly tested when
using only the REST API. The whitebox-tempest-plugin is a Tempest
plugin whose scope explicitly requires peeking behind the curtain. In
other words, if a feature or behavior can be fully tested using only a
REST API, such a test does not belong in whitebox-tempest-plugin. On
the other hand, if fully testing a feature or behavior requires
accessing the control plane like a human operator or admin would, such
a test belongs in whitebox-tempest plugin.

Now that the spec [1] for whitebox has merged, this patch moves the
whitebox-tempest-plugin from x to openstack (QA).

[1] https://review.opendev.org/#/c/656890/

Change-Id: Ide4bdf1de6a8ce5d1f86ea82a9fbf5b8a8bf437d
2020-03-24 09:47:28 -04:00

15 lines
364 B
Plaintext

[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
requireContributorAgreement = true
[submit]
mergeContent = true