- 27 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 18 Mar, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
manila-tempest-plugin 1.7.0 release meta:version: 1.7.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Előd Illés <elod.illes@est.tech> meta:release:Change-Id: I6d5b09de883f4373b3870b976a095473d3afb3c1 meta:release:Code-Review+1: Carlos Eduardo <ces.eduardo98@gmail.com> meta:release:Code-Review+1: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 16 Mar, 2022 1 commit
-
-
Zuul authored
-
- 10 Mar, 2022 1 commit
-
-
Andre authored
This change adds negative and positive functional tests for the new feature add multiple subnets per az. Older functional tests impacted by the feature are fixed. Finally, the new flags `run_share_server_multiple_subnets_tests` and `run_network_allocation_update_tests` are added and configured in the community jobs for Dummy DHSS=True and Container Driver. Partially-Implements: blueprint multiple-share-network-subnets Change-Id: I99547e1873646fb1494a454f67b14c7293342beb
-
- 02 Mar, 2022 1 commit
-
-
Zuul authored
-
- 27 Feb, 2022 2 commits
- 24 Feb, 2022 1 commit
-
-
Kiran Pawar authored
Test for only_host scheduler hint added and guarded by multiple backends check. Validated for version >= 2.67 since scheduler_hints are added in that version. Depends-on: I603434cac246e2c0946672d3f0fe469ed5423fa4 Depends-on: I2e6d8709fc02df16622bdc910127fa489835db38 Change-Id: I14045d3816f80841508d9e94dbe48addc252590f
-
- 23 Feb, 2022 2 commits
-
-
Ashley Rodriguez authored
Removes test_try_delete_metadata_with_unsupport_format_key for metadata api refactoring introduced in [1]. This test relates to this bug [2], but fails in the code refactoring mentioned above. Now that the router handles metadata endpoints, the stripping of '.html' or '.xml' in the key is unecessary. For more dicussion see [3]. [1] https://review.opendev.org/c/openstack/manila/+/824648 [2] https://bugs.launchpad.net/manila/+bug/1774353 [3] https://meetings.opendev.org/meetings/manila/2022/manila.2022-02-03-15.00.log.html#l-77 Change-Id: I3e7d3a49cec6af347368757f30d4478841dabeaa
-
silvacarloss authored
Tempest will always use rsa keys. This change adds the possibility to the admins to set their preferred ssh key type via config file. Change-Id: I19ed529a1b55c75e8f48a52edc9095be97a485a5
-
- 22 Feb, 2022 4 commits
-
-
silvacarloss authored
The test 'test_create_extend_and_write' started failing intermittently when run under CIFS protocol. This change adds a unstable test tag to the test to the result will be ignored when it fails again. Closes-Bug: #1903922 Change-Id: Ic5527243c0b08dbbfbc849a7c2e79ff927c23098
-
Zuul authored
-
Zuul authored
-
Goutham Pacha Ravi authored
For the sake of correctness and readability, the negative tests to soft-delete or restore with an incorrect ID must use the default ("primary" user) client in the class. While it's okay to use whatever client, someone reading these tests may be confused if the tests are supposed to work with the default client. TrivialFix Change-Id: Ic2735cb3a852af6f8a2edf44a501ba612391ae24 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 15 Feb, 2022 1 commit
-
-
Goutham Pacha Ravi authored
Add the appropriate client responsible for replica cleanup to the deferred cleaner. Partial-Bug: #1922243 Change-Id: I69c31a33c1aad8edae2d90ad6101da1be650be85 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 08 Feb, 2022 1 commit
-
-
haixin authored
update micversion to 2.69 Depends-On: Ic838eec5fea890be6513514053329b1d2d86b3ba Partially-Implements: blueprint manila-share-support-recycle-bin Change-Id: I1eaaa0eda12690b097a7e65170064c0935259f4c
-
- 18 Jan, 2022 1 commit
-
-
V Haririan authored
Consolidated this test with test_mtu_with_neutron, and test_gateway_with_neutron tests. Change-Id: I1a52f49a424f751144b398d0d7750dc6a7090daf
-
- 13 Jan, 2022 1 commit
-
-
Zuul authored
-
- 11 Jan, 2022 1 commit
-
-
Vida Haririan authored
This test case validates the case of creating a share from napshot with quota over limit. Change-Id: Ib5f20982155029e9a3c0183eae218ae6d1b88e49
-
- 06 Jan, 2022 1 commit
-
-
Zuul authored
-
- 31 Dec, 2021 1 commit
-
-
likangkang01 authored
Adding new metadata items will not delete pre-existing metadata items, if items already exist, they will be updated with new values. Change-Id: Ib463a38cb731f1a61c5eee185343304ee991956e
-
- 27 Dec, 2021 2 commits
-
-
Zuul authored
-
likangkang01 authored
Fix client support force extend share with micversion >=2.64, Test only admin cloud force extend share with micversion >=2.64 Change-Id: I3d73f3f6057b59fd06d0e54d85bbe8305be317d9
-
- 13 Dec, 2021 1 commit
-
-
Zuul authored
-
- 12 Dec, 2021 1 commit
-
-
Zuul authored
-
- 10 Dec, 2021 1 commit
-
-
Goutham Pacha Ravi authored
stable/ussuri has now been transitioned to EM (Extended Maintenance) [1]. So we can stop testing manila-tempest-plugin changes against that branch, and introduce a stable/xena job. Dropping the stable/ussuri job does not mean that manila-tempest-plugin does not support running against that branch. Extended maintenance branches (stable/ussuri, train and stein at the moment) still get per-commit testing when changes are posted to the manila repo against those branches. Change-Id: I1e019ec913f8933d50afae6739352686725f4780 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 09 Dec, 2021 1 commit
-
-
haixin authored
Replace six with Python 3 style code. Change-Id: I724eba28d1a88317655f9cb7da94716772cd01ab
-
- 25 Nov, 2021 1 commit
-
-
lkuchlan authored
Add config option to enbale the scoped token. This option allows running Manila rbac tests. Change-Id: Ief906f23ac5d898f993fc3c0909ff7d58c25a57a
-
- 15 Oct, 2021 1 commit
-
-
Fabio Oliveira authored
The tempest tests `test_promote_out_of_sync_share_replica` and `test_resync_share_replica` are concurrency-prone. Theses tests are trying to determine something that shouldn't really be a problem and may require to over-engineer the APIs to solve it. Closes-Bug: #1631314 Change-Id: I4519147f2c1e7f4ea060d83b1a34d0a85dca9687
-
- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 22 Sep, 2021 3 commits
-
-
Felipe Rodrigues authored
The patch [1] added an extra check to migration complete test waiting for the source share server to be deleted. However, this behavior is not for all releases, only after Wallaby release. So, this patch fixed the problem by only checking with the expected releases. [1] https://review.opendev.org/c/openstack/manila-tempest-plugin/+/808834 Change-Id: Ic0b0773e3baa3904bc5c28307772da425f77b6de
-
Thomas Goirand authored
-
Thomas Goirand authored
manila-tempest-plugin 1.6.0 release meta:version: 1.6.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Change-Id: I98d92f9b80414c3155e4754774a2fb053cd7c24d meta:release:Code-Review+1: Goutham Pacha Ravi <gouthampravi@gmail.com> meta:release:Code-Review+1: Tom Barron <tpb@dyncloud.net> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 17 Sep, 2021 2 commits
- 14 Sep, 2021 2 commits
-
-
kpdev authored
Tests for both scheduler hints e.g. same_host and different_host are added and guarded by multiple backends check. Default version updated to 2.65. Depends-on: Ic42d8a0c1d22e77ae64e0ca014607b28fd336467 Partially implements: bp/affinity-antiaffinity-filter Change-Id: If9c123363d71ac6bc89e743efe4dc2a00299cf5a
-
silvacarloss authored
The change [1] modified the share server migration complete operation behavior in Manila. In the previous behavior there was a chance that manila would keep the inactive source share server after a successful migration. Such behavior is not possible anymore after this change was merged, since Manila started to expect that the source share servers were deleted within the successful completion of a share server migration. This change introduces a new waiter to make sure that the source share server is actually being deleted from manila after the migration complete phase. [1] https://review.opendev.org/c/openstack/manila/+/803623 Change-Id: Ibb092111032241a71763da0c7fa40470a3cd95ae
-
- 03 Sep, 2021 2 commits