diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-04 17:21:58 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-04 17:22:26 +0200 |
commit | c845a183f21846e269276e9234bdcf70d39cf114 (patch) | |
tree | b76520490c7d377bf2403254ccfe82ca9f9dc6c5 /utils | |
parent | b6cec20c6fbf2c4ce8862c2dc5cd598c8291b095 (diff) |
fix config path after refactoring
Change-Id: Idb4d9d978c89ae8bc590ca9f938b756118c5e26a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/reporting/functest/reporting-status.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |