aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/exceptions.py
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-01-10 15:46:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-10 15:46:03 +0000
commit12046179b57451908ab290393bd6fa85a6288c23 (patch)
tree10957239c06c95e4657003f4aababb2b9cbc55c9 /yardstick/common/exceptions.py
parent5f55fd0ac16ee37a5b4a55c74cc4f5020a35da54 (diff)
parent0b908d5d0b0e77c366f39f258f0a3f6a54bfe304 (diff)
Merge "Add IxNetwork L3 scenario implementation"
Diffstat (limited to 'yardstick/common/exceptions.py')
-rw-r--r--yardstick/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py
index 5e0df973a..f62f02f18 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -405,6 +405,10 @@ class IxNetworkFieldNotPresentInStackItem(YardstickException):
message = 'Field "%(field_name)s" not present in stack item %(stack_item)s'
+class IncorrectFlowOption(YardstickException):
+ message = 'Flow option {option} for {link} is incorrect'
+
+
class SLAValidationError(YardstickException):
message = '%(case_name)s SLA validation failed. Error: %(error_msg)s'