Merge "Update metadata in setup.cfg"
diff --git a/.zuul.yaml b/.zuul.yaml
index a08a6c0..85e15bc 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -22,9 +22,9 @@
         # branches. That is what we need to do for all tempest plugins. Only jobs
         # for the current releasable ("Maintained") stable branches should be listed
         # here.
+        - cinder-tempest-plugin-basic-zed
         - cinder-tempest-plugin-basic-yoga
         - cinder-tempest-plugin-basic-xena
-        - cinder-tempest-plugin-basic-wallaby
         # Set this job to voting once we have some actual tests to run
         - cinder-tempest-plugin-protection-functional:
             voting: false
@@ -36,9 +36,9 @@
         - cinder-tempest-plugin-cbak-ceph
     experimental:
       jobs:
+        - cinder-tempest-plugin-cbak-ceph-zed
         - cinder-tempest-plugin-cbak-ceph-yoga
         - cinder-tempest-plugin-cbak-ceph-xena
-        - cinder-tempest-plugin-cbak-ceph-wallaby
 
 - job:
     name: cinder-tempest-plugin-protection-functional
@@ -219,6 +219,12 @@
         c-bak: true
 
 - job:
+    name: cinder-tempest-plugin-cbak-ceph-zed
+    parent: cinder-tempest-plugin-cbak-ceph
+    nodeset: openstack-single-node-focal
+    override-checkout: stable/zed
+
+- job:
     name: cinder-tempest-plugin-cbak-ceph-yoga
     parent: cinder-tempest-plugin-cbak-ceph
     nodeset: openstack-single-node-focal
@@ -320,6 +326,12 @@
       - ^releasenotes/.*$
 
 - job:
+    name: cinder-tempest-plugin-basic-zed
+    parent: cinder-tempest-plugin-basic
+    nodeset: openstack-single-node-focal
+    override-checkout: stable/zed
+
+- job:
     name: cinder-tempest-plugin-basic-yoga
     parent: cinder-tempest-plugin-basic
     nodeset: openstack-single-node-focal
@@ -330,9 +342,3 @@
     parent: cinder-tempest-plugin-basic
     nodeset: openstack-single-node-focal
     override-checkout: stable/xena
-
-- job:
-    name: cinder-tempest-plugin-basic-wallaby
-    parent: cinder-tempest-plugin-basic
-    nodeset: openstack-single-node-focal
-    override-checkout: stable/wallaby
diff --git a/cinder_tempest_plugin/rbac/v3/test_capabilities.py b/cinder_tempest_plugin/rbac/v3/test_capabilities.py
index 7024e30..62f9b58 100644
--- a/cinder_tempest_plugin/rbac/v3/test_capabilities.py
+++ b/cinder_tempest_plugin/rbac/v3/test_capabilities.py
@@ -81,3 +81,7 @@
 class ProjectReaderTests(ProjectMemberTests, base.BaseVolumeTest):
 
     credentials = ['project_reader', 'project_admin', 'system_admin']
+
+    @decorators.idempotent_id('d16034fc-4204-4ea8-94b3-714de59fdfbf')
+    def test_get_capabilities(self):
+        super().test_get_capabilities()