manila/manila_tempest_tests
Valeriy Ponomaryov ba5384f865 Fix creation of share group types using share type names
Before it was possible to create share group types mapping them to
share types using only share type IDs and when we were providing its
names we were getting DB error and HTTP 500 as a response.

Fix it by properly looking for share type by both its unique values -
ID and name. Also, raise proper 404 error when nothing is found.

Add functional tests covering this case.

Change-Id: I216f935383a87f6d679c431bc46cfa8977a6d8ab
Depends-On: Ic555d241f98d0fa027897c69a7115d1be88f6c96
Closes-Bug: #1659625
2017-01-27 20:21:42 +02:00
..
common [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
services Merge "[Tempest] Add functional tests for share groups feature" 2017-01-25 07:49:25 +00:00
tests Fix creation of share group types using share type names 2017-01-27 20:21:42 +02:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Merge "[Tempest] Add functional tests for share groups feature" 2017-01-25 07:49:25 +00:00
plugin.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
share_exceptions.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
utils.py Improve Share Migration tempest tests 2016-09-13 13:17:07 -03:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.