manila-tempest-plugin 1.4.0 (wallaby)
We jubilantly announce the release of: manila-tempest-plugin 1.4.0: Tempest plugin manila-tempest-plugin This release is part of the wallaby 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.3.0..1.4.0 --------------------------------------------- f083c71 Add create share from snapshot in CephFS 170e800 Added test_create_access_rule_cephx_admin_user testcase d00bed4 Harden manage negative tests 9f55227 Add tests for share size limited by share type. ab41ebd Move share server creation check under admin test suite 10d4949 Add "member" role to admin project member users a3ed445 Refactor public share test cases 9dca2c4 Remove a duplicated skipped functions f7fc5b6 Consolidate waiters methods 3024bb2 Fix extra specs for share type 02bd40a tox miniversion update to 3.1.1 f4b0d1c Removing an unnecessary 'BaseSharesAltTest' class cb3123c [Negative] Get share from other project a7dc759 Fixed a sporadic failure in test_delete_share_in_manage_error d213876 Fix 'ss-type' conflicts in security service tests 9ddff80 Enable running multi-backends tests with different share protocols fe6e603 Remove further randomness when calling ddt.data() 540e74a Moving resource waiters to a new module 7f8e0ac Moving skip conditions under skip_check classmethod 7cba5e9 Fix test tag b3a3c42 [CI] Switch cephfs-nfs job to focal fossa cee8ed1 Tests: reduce concurrency for cephfs-nfs job 8cce66b Add doc/requirements Diffstat (except docs and test files) ------------------------------------- .../services/share/json/shares_client.py | 66 ----- .../services/share/v2/json/shares_client.py | 318 +-------------------- .../api/admin/test_share_instances_negative.py | 5 +- .../admin/test_share_servers_manage_negative.py | 13 +- .../api/admin/test_share_servers_migration.py | 38 ++- .../admin/test_share_servers_migration_negative.py | 11 +- .../api/admin/test_share_snapshot_instances.py | 6 +- .../api/admin/test_share_types_extra_specs.py | 2 +- .../admin/test_share_types_extra_specs_negative.py | 2 +- .../api/admin/test_snapshot_manage_negative.py | 15 +- .../api/test_security_services_mapping_negative.py | 10 +- .../api/test_share_network_subnets_negative.py | 14 +- .../api/test_shares_from_snapshot_across_pools.py | 1 - test-requirements.txt | 3 - tox.ini | 5 +- zuul.d/manila-tempest-jobs.yaml | 9 +- 76 files changed, 1116 insertions(+), 978 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cf025c3..e422e93 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -13 +11,0 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.31.2 # Apache-2.0 @@ -15 +12,0 @@ openstackdocstheme>=1.31.2 # Apache-2.0 -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org