diff options
Diffstat (limited to 'functest/ci')
-rwxr-xr-x[-rw-r--r--] | functest/ci/download_images.sh | 0 | ||||
-rwxr-xr-x | functest/ci/run_tests.py | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh index f3fdef2e..f3fdef2e 100644..100755 --- a/functest/ci/download_images.sh +++ b/functest/ci/download_images.sh diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 95353c87..9b64a0ce 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # @@ -221,7 +221,7 @@ class Runner(object): try: if kwargs['test']: self.source_rc_file() - logger.error(kwargs['test']) + logger.debug("Test args: %s", kwargs['test']) if _tiers.get_tier(kwargs['test']): self.run_tier(_tiers.get_tier(kwargs['test'])) elif _tiers.get_test(kwargs['test']): diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 10587f26..8222df10 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -266,7 +266,6 @@ tiers: testcases: - case_name: promise - enabled: false project_name: promise criteria: 100 blocking: false |