aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/functest_utils.py
diff options
context:
space:
mode:
authorhelenyao <yaohelan@huawei.com>2017-02-22 21:45:21 -0500
committerhelenyao <yaohelan@huawei.com>2017-02-23 19:33:37 -0500
commitcdf7b01b032398caadeb0b7c796a97c5cd090290 (patch)
tree82372d099b18639dfc85e824a58fd6395f55927c /functest/utils/functest_utils.py
parent46dc6015888db0218330000613abf2249b6829dc (diff)
Bugfix:Added the adapter info for compass and joid
CI for compass and joid failed as there is no key defined in installer_params.yaml Change-Id: I8d17d36d854974c0751d3fd3bab4994205f786bb Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/utils/functest_utils.py')
-rw-r--r--functest/utils/functest_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/utils/functest_utils.py b/functest/utils/functest_utils.py
index b2c36cff9..17e988b71 100644
--- a/functest/utils/functest_utils.py
+++ b/functest/utils/functest_utils.py
@@ -362,7 +362,7 @@ def get_parameter_from_yaml(parameter, file):
value = value.get(element)
if value is None:
raise ValueError("The parameter %s is not defined in"
- " config_functest.yaml" % parameter)
+ " %s" % (parameter, file))
return value