From cdf7b01b032398caadeb0b7c796a97c5cd090290 Mon Sep 17 00:00:00 2001 From: helenyao Date: Wed, 22 Feb 2017 21:45:21 -0500 Subject: 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 --- functest/utils/functest_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/utils/functest_utils.py') 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 -- cgit 1.2.3-korg