aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2018-10-17 09:09:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-17 09:09:12 +0000
commitd63664d5cea2b9f3e609158d983f2033e60e7ec9 (patch)
tree8a9f1d692bdc311d6be33e20df73097901814429 /yardstick/common
parent622a85f72bea2679ef4849abb083616bff3da0e7 (diff)
parentdcf8aa87f04ffd14f0cab5b39fa1915627824cad (diff)
Merge "Added traffic update capability to Ixload TG"
Diffstat (limited to 'yardstick/common')
-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 539e0fec3..5e0df973a 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -83,6 +83,10 @@ class InvalidType(YardstickException):
message = 'Type "%(type_to_convert)s" is not valid'
+class InvalidRxfFile(YardstickException):
+ message = 'Loaded rxf file has unexpected format'
+
+
class InfluxDBConfigurationMissing(YardstickException):
message = ('InfluxDB configuration is not available. Add "influxdb" as '
'a dispatcher and the configuration section')