summaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-13 10:52:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-13 10:52:06 +0000
commit5654af97aa383050dfa358cc9bb6e6d4d8d060c7 (patch)
tree75d8d3d3dfe515c90525180f31641c27c7fb58c8 /testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
parent0f9250f654be1e2ced4b6d640ec13e7e78db39ee (diff)
parent00b51ffe114702ce207aa7ba2e40f01984c0c57c (diff)
Merge "Place config_functest.yaml outside the functest repo"
Diffstat (limited to 'testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py')
-rwxr-xr-xtestcases/VIM/OpenStack/CI/libraries/run_rally-cert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py b/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
index d44100ef3..082c0cf41 100755
--- a/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
@@ -72,7 +72,7 @@ formatter = logging.Formatter("%(asctime)s - %(name)s - "
ch.setFormatter(formatter)
logger.addHandler(ch)
-with open(args.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()