Merge "TC042 bug fix"
[yardstick.git] / yardstick / common / exceptions.py
index 633b36f..8160c5b 100644 (file)
@@ -120,3 +120,7 @@ class MissingPodInfoError(YardstickException):
 
 class UnsupportedPodFormatError(YardstickException):
     message = 'Failed to load pod info, unsupported format'
+
+
+class ScenarioCreateRouterError(YardstickException):
+    message = 'Create Neutron Router Scenario failed'