tempest/releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml
xing-yang 6891411395 Add Tests for Create/Delete/Show/List Group Types
Generic volume groups support was added to Cinder in the
Newton release. Group types APIs were added as part of that.
https://blueprints.launchpad.net/cinder/+spec/generic-volume-group

This patch adds the tempest tests for group types APIs
in Cinder. It tests the following APIs:

  * create group type
  * delete group type
  * show group type
  * list group types

Change-Id: Ic409db6f1258befc6f1772ea19e7e634170269f8
2017-07-21 15:48:50 -07:00

6 lines
169 B
YAML

---
features:
- |
Add list_group_type and show_group_type in the group_types client for
the volume service. Add tests for create/delete/show/list group types.