[release-announce] manila-tempest-plugin 1.2.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Thu Oct 1 18:18:47 UTC 2020
We enthusiastically announce the release of:
manila-tempest-plugin 1.2.0: Tempest plugin manila-tempest-plugin
This release is part of the victoria 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 1.1.0..1.2.0
---------------------------------------------
e0c51e8 Keep few integration jobs running on Bionic
7836ae8 Fix export location sent to manage share operation
b3089a7 Fix share server migration tests
125959e Don't ignore invalid export location ip version
a6602ec Increase CephFS backing file size
a98919f [Negative] Create share with non allowed share type
0d523bb Add tests for share server migration
1e115c5 Remove unused "_ping_host_from_export_location" method
88452b3 Add uuid for tests
4f0dbe0 Ping to export location until it is reachable
d672a3e Add share resize scenario tests for CephFS Native
75f0d60 Revert CephFS test image to Bionic Beaver
2b30874 SSH over IPv4 when using a storage network
d354d67 Remove experimental flag from share replication feature
1369e54 Fix skip condition for "test_default_share_group_type_applied"
1d1461d Add flake8-import-order extension to tox.ini
6db73a3 Ensure share server is created when driver handles share servers
58723ff Fixed InvalidConfiguration() exception to print correct message
842d08b Zuulv3 native "standalone" GlusterFS native, NFS jobs
df804d8 Add Zuulv3 native jobs for the dummy driver
3cf113b Add py38 package metadata
Diffstat (except docs and test files)
-------------------------------------
.../services/share/json/shares_client.py | 2 +-
.../services/share/v2/json/shares_client.py | 166 +++++++--
.../api/admin/test_export_locations_negative.py | 9 +
.../api/admin/test_share_group_types_negative.py | 13 +
.../api/admin/test_share_instances_negative.py | 3 +
.../admin/test_share_servers_manage_negative.py | 8 +
.../api/admin/test_share_servers_migration.py | 408 +++++++++++++++++++++
.../admin/test_share_servers_migration_negative.py | 392 ++++++++++++++++++++
.../api/admin/test_share_snapshot_instances.py | 5 +
.../test_share_snapshot_instances_negative.py | 6 +
.../api/admin/test_share_types_extra_specs.py | 7 +
.../admin/test_share_types_extra_specs_negative.py | 33 ++
.../api/admin/test_snapshot_export_locations.py | 5 +
.../test_snapshot_export_locations_negative.py | 9 +
.../api/admin/test_snapshot_manage_negative.py | 5 +
.../api/test_access_rules_metadata_negative.py | 3 +
.../test_replication_export_locations_negative.py | 5 +
.../api/test_security_services_mapping_negative.py | 13 +
.../api/test_share_network_subnets_negative.py | 14 +-
.../api/test_share_type_availability_zones.py | 6 +
.../test_share_type_availability_zones_negative.py | 5 +
.../api/test_shares_from_snapshot_across_pools.py | 3 +
.../manila-tempest-plugin-standalone/post.yaml | 6 +
.../manila-tempest-plugin-standalone/run.yaml | 11 +
roles/set-tempest-config/README.rst | 19 +
roles/set-tempest-config/defaults/main.yml | 3 +
roles/set-tempest-config/tasks/main.yml | 14 +
setup.cfg | 1 +
test-requirements.txt | 1 +
tox.ini | 9 +-
zuul.d/manila-tempest-jobs.yaml | 285 +++++++++++++-
zuul.d/project.yaml | 16 +-
109 files changed, 2395 insertions(+), 154 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index f230fa9..cf025c3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16 @@ reno>=2.5.0 # Apache-2.0
+flake8-import-order
More information about the Release-announce
mailing list