commit | ac9fbb994c7e5dd0bf6ac303bd76bc64cc598a4c | [log] [tgz] |
---|---|---|
author | zhongjun2 <jun.zhongjun@huawei.com> | Mon Jul 02 12:30:25 2018 +0000 |
committer | zhongjun2 <jun.zhongjun@huawei.com> | Fri Jul 20 15:56:24 2018 +0000 |
tree | 9d0ef78ef75d64ac9d890adefab191274926dcd2 | |
parent | 92f691c575cfe8011d21312e57401d87000149fc [diff] [blame] |
Add tempest test for share access metadata Depends-On: https://review.openstack.org/#/c/570708/ Change-Id: Ia794e1b13fec092b139c4859af48159869d6869e Partially-implements bp: metadata-for-access-rule
diff --git a/manila_tempest_tests/common/constants.py b/manila_tempest_tests/common/constants.py index 25cf4ee..c56712e 100644 --- a/manila_tempest_tests/common/constants.py +++ b/manila_tempest_tests/common/constants.py
@@ -83,3 +83,5 @@ SHARE_GROUP_TYPE_REQUIRED_KEYS = { 'id', 'name', 'share_types', 'is_public', 'group_specs', } + +MIN_SHARE_ACCESS_METADATA_MICROVERSION = '2.45'