Add exception to tempest plugin

Exception 'SnapshotBuildErrorException' was used, but
was not defined.

Change-Id: Ida7554d65eb6657fa05b7d53cbfa452cc0239f74
This commit is contained in:
vponomaryov 2014-03-11 16:48:44 +02:00
parent 31f4a2e596
commit 88f00611ea
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class AccessRuleBuildErrorException(base.TempestException):
message = "Share's rule with id %(rule_id) is in ERROR status"
class SnapshotBuildErrorException(base.TempestException):
message = "Snapshot %(snapshot_id)s failed to build and is in ERROR status"
class ShareProtocolNotSpecified(base.TempestException):
message = "Share can not be created, share protocol is not specified"