Merge "Fix PROX throughput result calculation"
[yardstick.git] / yardstick / common / exceptions.py
index 1aa734a..36c7eef 100644 (file)
@@ -234,3 +234,11 @@ class ScenarioGetFlavorError(YardstickException):
 
 class ScenarioCreateVolumeError(YardstickException):
     message = 'Cinder Create Volume Scenario failed'
+
+
+class ScenarioDeleteVolumeError(YardstickException):
+    message = 'Cinder Delete Volume Scenario failed'
+
+
+class ScenarioDetachVolumeError(YardstickException):
+    message = 'Cinder Detach Volume Scenario failed'