We jubilantly announce the release of: manila-tempest-plugin 0.2.0: Tempest plugin manila-tempest-plugin This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/manila-tempest-plugin Download the package from: https://tarballs.openstack.org/manila-tempest-plugin/ Please report issues through launchpad: https://bugs.launchpad.net/manila-tempest-plugin For more details, please see below. Changes in manila-tempest-plugin 0.1.0..0.2.0 --------------------------------------------- 9743939 Delete servers before deleting its share network 5782a70 Verify request ID in all manila responses 3705694 Add functional tests for manage/unmanage of shares in DHSS=True c60922f Temporarily disable test_manage_invalid 50a6760 Fix microversion request URL 29eaeef Add tests for share type availability_zones extra-spec fd6314d Add tests for export location changes in APIv 2.47 6247e9e Scenario test: Create/manage share and write data 839c98b Fix availability zones tests df99c2d Migrate CentOS jobs to ubuntu bionic beaver e5d788e Fix access-rule filter for python3 df4ab07 Extend testing for reset state operation 8e9a39a Py3: Use urlopen from six.moves.urllib.request 89262f6 Remove glusterfs-nfs job 97670ca Change openstack-dev to openstack-discuss b961880 Add skip_checks classmethod d83f970 [Trivial Fix] update home-page url e5117d1 fix tox python3 overrides d8039b8 Fixes test skips in 7c56035bb68d16b52b73de17b61c3bb08e18fe82 4c91b6e import zuul job settings from project-config Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +- .../services/share/v2/json/shares_client.py | 177 +++++++++-- .../admin/test_share_servers_manage_negative.py | 331 +++++++++++++++++++ .../api/admin/test_snapshot_manage_negative.py | 103 ++++-- .../test_replication_export_locations_negative.py | 110 +++++++ .../api/test_share_type_availability_zones.py | 143 +++++++++ .../test_share_type_availability_zones_negative.py | 92 ++++++ setup.cfg | 4 +- tox.ini | 4 + 34 files changed, 2334 insertions(+), 296 deletions(-)