From c845a183f21846e269276e9234bdcf70d39cf114 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 4 May 2016 17:21:58 +0200 Subject: [PATCH] fix config path after refactoring Change-Id: Idb4d9d978c89ae8bc590ca9f938b756118c5e26a Signed-off-by: Morgan Richomme --- utils/test/reporting/functest/reporting-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/test/reporting/functest/reporting-status.py b/utils/test/reporting/functest/reporting-status.py index e6ea1b4b8..9271717bb 100644 --- a/utils/test/reporting/functest/reporting-status.py +++ b/utils/test/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) -- 2.16.6