manila/manila_tempest_tests
Goutham Pacha Ravi e17ce1cd2c Return appropriate data on share create
With the introduction of share instances in the Liberty
release, some attributes of the share model were moved
to the share_instance model. The create API has since
been returning merely the share data which makes
for a bad user experience with some attributes
being set to null.

Fix this issue by retrieving the share from the database
after the instance has been created; so that the status
field reflects the pre-scheduler acceptable status of
'creating'.

Note: Back porting this fix needs commit
7319e0fe6f to be back ported
as well to fix the share_metadata unit tests since they
use this API as well.

Depends-On: Ia584e3e6bd02f937df7630a1d09d49c888f77c8f
Change-Id: I63955e1a60e7ced3ad126829521cd43e0b914c17
Closes-Bug: #1534161
(cherry picked from commit 2e65c5cf35)
2016-02-16 14:28:34 +00:00
..
services Fix list-availability-zones API for PostgreSQL 2015-10-18 15:28:32 +00:00
tests Return appropriate data on share create 2016-02-16 14:28:34 +00: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
clients_share.py Add v2 Manila API path as base for microversions 2015-09-10 13:58:26 +00:00
config.py Fix setting of "snapshot_support" extra spec for tempest 2015-10-01 12:29:54 +00:00
plugin.py Fix setting of "snapshot_support" extra spec for tempest 2015-10-01 12:29:54 +00:00
share_exceptions.py Add functional tests for Manila consistency groups 2015-09-07 13:59:22 -04:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.