We are psyched to announce the release of: manila-tempest-plugin 2.4.0: Tempest plugin manila-tempest-plugin This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/manila-tempest-plugin Download the package from: https://tarballs.openstack.org/manila-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/manila/+bugs For more details, please see below. Changes in manila-tempest-plugin zed-last..2.4.0 ------------------------------------------------ caf8b90 additional configuration options for scenario tests b615b26 Reduce test resource consumption cephfs-nfs f7928e6 Temporarily remove neutron dynamic routing b50ac9f [CI] Fix cephfs-nfs job 26fe97c Use devstack's OSCaaS in test jobs 986c7bd Fix racy DHSS=True share groups test 6d00585 Add stable/2024.1 job on gate and remove zed job bac0c6f Remove old excludes Diffstat (except docs and test files) ------------------------------------- requirements.txt | 6 +----- test-requirements.txt | 8 ++------ zuul.d/manila-tempest-jobs.yaml | 19 ++++++++++++------- zuul.d/manila-tempest-stable-jobs.yaml | 19 +++++++++++++------ zuul.d/project.yaml | 2 +- 10 files changed, 60 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 108bbee..ae5ea16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e422e93..761bf70 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -5,3 +3 @@ -hacking>=3.0.1,<3.1.0;python_version>'3' # Apache-2.0 - -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.4.1 # Apache-2.0