Place config_functest.yaml outside the functest repo
[functest.git] / testcases / Controllers / ONOS / Teston / CI / adapters / foundation.py
index c909d36..9d0c634 100644 (file)
@@ -40,7 +40,7 @@ class foundation:
         """
         Get Default Parameters value
         """
-        with open(self.workhome + "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()