aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-14 17:07:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-14 17:07:41 +0000
commit9008c4f324b368dcd8594b7af76875e9b2720917 (patch)
tree2a2fa8377d97c1cce6abc38ed12115930217c33d /yardstick/common
parent008e77b99f31dafa124c6a34724969ef16d5ef7a (diff)
parenta2ee61016721386b40caa4e2d72f61be8adec94a (diff)
Merge "Add "host_name_separator" variable to Context class"
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py
index 966b15cf8..18bb4aac8 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -168,7 +168,7 @@ class IncorrectNodeSetup(IncorrectSetup):
class ScenarioConfigContextNameNotFound(YardstickException):
- message = 'Context name "%(context_name)s" not found'
+ message = 'Context for host name "%(host_name)s" not found'
class StackCreationInterrupt(YardstickException):