diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-31 12:13:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 12:13:44 +0000 |
commit | 72ed04570b6099e1ac52f76b3702a3463603b087 (patch) | |
tree | 4069067aa01b6b974df9087431d32efe7bdb3a80 /ci | |
parent | 25440e47fd5733786eb3da5ef1367b9fb77af0a9 (diff) | |
parent | f5afb93a4a2ed9547757655c1405ef27fabed11b (diff) |
Merge "unify testcases.yaml obtain process"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py index f2a119900..d8f488388 100755 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -187,7 +187,7 @@ def main(): CI_INSTALLER_TYPE = os.getenv('INSTALLER_TYPE') CI_SCENARIO = os.getenv('DEPLOY_SCENARIO') - file = FUNCTEST_REPO + "/ci/testcases.yaml" + file = ft_utils.get_testcases_file() _tiers = tb.TierBuilder(CI_INSTALLER_TYPE, CI_SCENARIO, file) if args.noclean: |