aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@orange.com>2017-05-22 13:08:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-22 13:08:45 +0000
commitefbe74c4cc1b6b6982e9e13950319f690541d6a3 (patch)
tree96cced0345a6a9498b6209210b5347465c481078 /functest/tests
parent6f70bd17b238e3c931f5d575e4b8eb625dbca91d (diff)
parentd5e8713a186d07fe33c904bbf0bb3a43cb518700 (diff)
Merge "Set default value for CONFIG_FUNCTEST_YAML"
Diffstat (limited to 'functest/tests')
-rw-r--r--functest/tests/unit/utils/test_functest_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/tests/unit/utils/test_functest_utils.py b/functest/tests/unit/utils/test_functest_utils.py
index 0fe7e91d..218f7f72 100644
--- a/functest/tests/unit/utils/test_functest_utils.py
+++ b/functest/tests/unit/utils/test_functest_utils.py
@@ -55,7 +55,8 @@ class FunctestUtilsTesting(unittest.TestCase):
self.testcase_dict = {'case_name': 'testname',
'criteria': self.criteria}
self.parameter = 'general.openstack.image_name'
- self.config_yaml = 'test_config_yaml-'
+ self.config_yaml = os.path.normpath(os.path.join(os.path.dirname(
+ os.path.abspath(__file__)), '../../../ci/config_functest.yaml'))
self.db_url_env = 'http://foo/testdb'
self.file_yaml = {'general': {'openstack': {'image_name':
'test_image_name'}}}