aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-01-31 13:14:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-31 13:14:17 +0000
commit79cf0db4a45b64f2663468b7ea303b9c06fb2010 (patch)
tree77fd573e34b6ca62f29172fde59e8ac3425f9406 /yardstick/common
parent8ca60c71beb38d0ea2cd497310814d9df8ca0e8e (diff)
parent5038f9068c70bfe2ef5241c5d88fa14067287daf (diff)
Merge "Fix exception handling ixload"
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/exceptions.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py
index c8f5cb7cc..010ec6a51 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2017 Intel Corporation
+# Copyright (c) 2017-2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -83,10 +83,6 @@ 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')