summaryrefslogtreecommitdiffstats
path: root/reporting/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-04 17:21:58 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-05-04 17:22:26 +0200
commitd06bb444e418fd88c5ef63093831cb22a426ebe8 (patch)
tree99877260864e704a64f4a23bd6dcbb5a4e348b05 /reporting/functest
parent0da31763d7da753f711dadac64aceae129e075cd (diff)
fix config path after refactoring
Change-Id: Idb4d9d978c89ae8bc590ca9f938b756118c5e26a Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest')
-rw-r--r--reporting/functest/reporting-status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/functest/reporting-status.py b/reporting/functest/reporting-status.py
index e6ea1b4..9271717 100644
--- a/reporting/functest/reporting-status.py
+++ b/reporting/functest/reporting-status.py
@@ -256,7 +256,7 @@ tempest = TestCase("Tempest", "functest", -1)
# Retrieve the Functest configuration to detect which tests are relevant
# according to the installer, scenario
-cf = "https://git.opnfv.org/cgit/functest/plain/testcases/config_functest.yaml"
+cf = "https://git.opnfv.org/cgit/functest/plain/ci/config_functest.yaml"
response = requests.get(cf)
functest_yaml_config = yaml.load(response.text)