fix config path after refactoring 69/13669/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 4 May 2016 15:21:58 +0000 (17:21 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 4 May 2016 15:22:26 +0000 (17:22 +0200)
Change-Id: Idb4d9d978c89ae8bc590ca9f938b756118c5e26a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/reporting/functest/reporting-status.py

index e6ea1b4..9271717 100644 (file)
@@ -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)