From f327fa206c67f2bb8443ba29ddd40b0b64cdd3e1 Mon Sep 17 00:00:00 2001 From: Artom Lifshitz Date: Tue, 2 Apr 2019 14:41:52 -0400 Subject: [PATCH] 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 --- .../acls/openstack/whitebox-tempest-plugin.config | 13 +++++++++++++ gerrit/projects.yaml | 4 ++++ zuul/main.yaml | 1 + 3 files changed, 18 insertions(+) create mode 100644 gerrit/acls/openstack/whitebox-tempest-plugin.config diff --git a/gerrit/acls/openstack/whitebox-tempest-plugin.config b/gerrit/acls/openstack/whitebox-tempest-plugin.config new file mode 100644 index 0000000000..ac705ad2bc --- /dev/null +++ b/gerrit/acls/openstack/whitebox-tempest-plugin.config @@ -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 diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 45467e98f3..1b64072ae8 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/zuul/main.yaml b/zuul/main.yaml index 14f51c25d2..b6d05fb687 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -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