commit | 9ee986075935eaa10c3102af87e669618b634ee1 | [log] [tgz] |
---|---|---|
author | xing-yang <xing.yang@emc.com> | Sat Jul 01 14:12:54 2017 -0700 |
committer | xing-yang <xing.yang@emc.com> | Tue Aug 08 05:19:06 2017 -0700 |
tree | fa9c74b3915e52d11880d3c6e2824c45ab65a02e | |
parent | 66e11c58c4a83769092193ca68491b72c3ea6f6b [diff] |
Add Tests for Groups Volume APIs - Part 4 Generic volume groups support was added to Cinder in the Newton release: https://blueprints.launchpad.net/cinder/+spec/generic-volume-group This is the 4th patch that adds the tempest tests for generic volume groups APIs in Cinder. It adds tests for the following API: * update group Change-Id: I7cc1b7978f24d6cb0e9b13b9387f000b9ca348b3 Co-Authored-By: Imran Ansari <imran.ansari@hpe.com>
diff --git a/releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml b/releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml new file mode 100644 index 0000000..23c30af --- /dev/null +++ b/releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml
@@ -0,0 +1,4 @@ +--- +features: + - | + Add update_group to groups_client in the volume service library.