Merge "Add testcase for share metadata"
diff --git a/zuul.d/manila-tempest-stable-jobs.yaml b/zuul.d/manila-tempest-stable-jobs.yaml
new file mode 100644
index 0000000..42d08d6
--- /dev/null
+++ b/zuul.d/manila-tempest-stable-jobs.yaml
@@ -0,0 +1,19 @@
+# Stable branch jobs to test the trunk version of manila-tempest-plugin against
+# released stable branches of manila
+- job:
+    name: manila-tempest-plugin-lvm-wallaby
+    parent: manila-tempest-plugin-lvm
+    override-checkout: stable/wallaby
+    nodeset: openstack-single-node-focal
+
+- job:
+    name: manila-tempest-plugin-lvm-victoria
+    parent: manila-tempest-plugin-lvm
+    override-checkout: stable/victoria
+    nodeset: openstack-single-node-focal
+
+- job:
+    name: manila-tempest-plugin-lvm-ussuri
+    parent: manila-tempest-plugin-lvm
+    override-checkout: stable/ussuri
+    nodeset: openstack-single-node-bionic
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index d49b8fb..bfeaa7b 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -7,6 +7,9 @@
         - manila-tempest-plugin-dummy-no-dhss
         - manila-tempest-plugin-dummy-dhss
         - manila-tempest-plugin-lvm
+        - manila-tempest-plugin-lvm-wallaby
+        - manila-tempest-plugin-lvm-victoria
+        - manila-tempest-plugin-lvm-ussuri
         - manila-tempest-plugin-zfsonlinux:
             voting: false
         - manila-tempest-plugin-cephfs-native: