Merge "create volume type with repeated name"
diff --git a/tools/generate-tempest-plugins-list.py b/tools/generate-tempest-plugins-list.py
index eef5886..b96bbe4 100644
--- a/tools/generate-tempest-plugins-list.py
+++ b/tools/generate-tempest-plugins-list.py
@@ -64,7 +64,19 @@
# https://review.opendev.org/c/x/mogan/+/767718
'x/vmware-nsx-tempest-plugin'
# Failing since 2021-08-27
- # https://zuul.opendev.org/t/openstack/build/45f6c8d3c62d4387a70b7b471ec687c8
+ # https://zuul.opendev.org/t/openstack/build
+ # /45f6c8d3c62d4387a70b7b471ec687c8
+ # Below plugins failing for error in psycopg2 __init__
+ # ImportError: libpq.so.5: cannot open shared object
+ # file: No such file or directory
+ # https://zuul.opendev.org/t/openstack/build
+ # /b61a48196dfa476d83645aea4853e544/log/job-output.txt#271722
+ # Failing since 2021-09-08
+ 'x/networking-l2gw-tempest-plugin'
+ 'x/novajoin-tempest-plugin'
+ 'x/ranger-tempest-plugin'
+ 'x/tap-as-a-service-tempest-plugin'
+ 'x/trio2o'
]
url = 'https://review.opendev.org/projects/'
diff --git a/tox.ini b/tox.ini
index cd32174..efdaacc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -125,6 +125,18 @@
find . -type f -name "*.pyc" -delete
tempest run --regex '(^tempest\.scenario.*)|(?!.*\[.*\bslow\b.*\])(^tempest\.api)' {posargs}
+[testenv:api-microversion-tests]
+envdir = .tox/tempest
+sitepackages = {[tempestenv]sitepackages}
+basepython = {[tempestenv]basepython}
+setenv = {[tempestenv]setenv}
+deps = {[tempestenv]deps}
+# The regex below is used to select all tempest api tests for services having API
+# microversion concept.
+commands =
+ find . -type f -name "*.pyc" -delete
+ tempest run --regex '(^tempest\.api\.compute)|(^tempest\.api\.volume)' {posargs}
+
[testenv:integrated-network]
envdir = .tox/tempest
sitepackages = {[tempestenv]sitepackages}
diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml
index 2da5579..2faaa29 100644
--- a/zuul.d/integrated-gate.yaml
+++ b/zuul.d/integrated-gate.yaml
@@ -194,6 +194,20 @@
USE_PYTHON3: true
- job:
+ name: tempest-with-latest-microversion
+ parent: tempest-full-py3
+ description: |
+ This job runs compute, placement and volume API tests with 'latest'
+ API microversion (This can be extended to other services having API
+ microversion concept).
+ vars:
+ tox_envlist: api-microversion-tests
+ devstack_localrc:
+ TEMPEST_COMPUTE_MIN_MICROVERSION: 'latest'
+ TEMPEST_VOLUME_MIN_MICROVERSION: 'latest'
+ TEMPEST_PLACEMENT_MIN_MICROVERSION: 'latest'
+
+- job:
name: tempest-multinode-full
parent: tempest-multinode-full-base
nodeset: openstack-two-node-focal
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 7f490e1..566c2c3 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -132,6 +132,7 @@
irrelevant-files: *tempest-irrelevant-files
experimental:
jobs:
+ - tempest-with-latest-microversion
- tempest-stestr-master
- tempest-cinder-v2-api:
irrelevant-files: *tempest-irrelevant-files