X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yardstick%2Fcommon%2Fexceptions.py;h=5e0df973a2bc145d8d2fa1f915829775c00f526b;hb=3914b4028025fee9f5037ba29453201f99720f24;hp=539e0fec33a4b12158e6480a4554e421e0cc127f;hpb=4faa5ea500f65cca2b606a27fd2c22ed19358941;p=yardstick.git 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')