Merge "Fix dns problem on E/// pod"
[functest.git] / testcases / vIMS / CI / vIMS.py
index 465b8e2..d2b6567 100644 (file)
@@ -63,7 +63,7 @@ if not os.path.exists(REPO_PATH):
 sys.path.append(REPO_PATH + "testcases/")
 import functest_utils
 
-with open(REPO_PATH + "testcases/config_functest.yaml") as f:
+with open("/home/opnfv/functest/conf/config_functest.yaml") as f:
     functest_yaml = yaml.safe_load(f)
 f.close()