We are jazzed to announce the release of: manila-tempest-plugin 1.0.0: Tempest plugin manila-tempest-plugin This release is part of the ussuri 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. 1.0.0 ^^^^^ Bug Fixes * Instead of using the first export location, use the first export location matching the address family (IPv4 or IPv6) matching that to be used for the mount. * Fixed bug #1858024. Define a signle key for multiple instances. Currently every instance initialization creates a unique keypair. An unnecessary resource duplication, when a single user boots more than one instance. Depending on test flow this may also cause keypair mismatch. Changes in manila-tempest-plugin 0.4.1..1.0.0 --------------------------------------------- 247b0b6 Update shrink scenario tests 3b4d485 Functional tests for create share from snapshot different pools/azs 161f180 Removing duplicated availability zones from tests ab1e807 [ussuri][goal] Add CONTRIBUTING.rst d343266 Fix floatingip allocation a3fef5c Update docs building abb4a8f Drop install_command usage in tox 6e57568 Remove experimental flag from share groups feature 258cc6c Remove deprecated scenario image options a44ebfb Fix failing quota tests in stable branches 06665e5 Fix ipv6 skip condition 645e4eb Fix export location used for extend/shrink tests e3aec90 Move skipping conditions under skip_checks method 4c130be Tighten asserts around time filters ca4dd9f Update share quota functional tests af6f44a Add function to test user messages query by timestamp b5ed5df Fix export location negative tests ad6f7de Fix hacking test requirement 0cb685b Update hacking for Python3 5608f1b Refactoring skip conditions process 37ee677 Add knowledge of storage network to scenario tests c678e21 Fix export locations tests 39ef895 Fix link to bug tracker a3b6f7a Move all conditions skipped under "skip_checks" method 820064b Fix resources cleanup 0cd6c99 Use a single keypair for multiple instances eff4f9b [ussuri][goal] Drop python2.7 support Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 40 +++-- HACKING.rst | 8 +- README.rst | 15 +- .../services/share/json/shares_client.py | 4 +- .../services/share/v2/json/shares_client.py | 175 ++++++++++++++------- .../api/admin/test_export_locations_negative.py | 56 +++++-- .../api/admin/test_share_group_types_negative.py | 14 +- .../admin/test_share_servers_manage_negative.py | 17 +- .../api/admin/test_share_snapshot_instances.py | 13 +- .../test_share_snapshot_instances_negative.py | 24 ++- .../api/admin/test_snapshot_export_locations.py | 16 +- .../test_snapshot_export_locations_negative.py | 30 ++-- .../api/test_access_rules_metadata_negative.py | 13 +- .../test_replication_export_locations_negative.py | 8 +- .../api/test_share_network_subnets_negative.py | 6 +- .../api/test_share_type_availability_zones.py | 7 +- .../test_share_type_availability_zones_negative.py | 8 +- .../api/test_shares_from_snapshot_across_pools.py | 167 ++++++++++++++++++++ .../notes/bug-1848278-a37290750e6ac248.yaml | 6 + .../notes/bug-1858024-fa76d4c5b27f099b.yaml | 8 + setup.cfg | 28 +--- test-requirements.txt | 4 +- tox.ini | 22 +-- 68 files changed, 1705 insertions(+), 578 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 337b82e..e3eead6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0;python_version>'3' # Apache-2.0 @@ -13 +13 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.31.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org