diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-30 09:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-30 09:27:57 +0000 |
commit | ea8fde283223da529e7df499b837aa22ce46840e (patch) | |
tree | af56523aedc1b7f7cbcf267e4dc83d7d58ef8c9b /tests | |
parent | ecb7cffa0909e6bc2e2c2047374d9cfc67303d19 (diff) | |
parent | 41333021794965b05c335447be5eb066b1296f0c (diff) |
Merge "Revert "Enable test result pushing in periodic job""
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/periodic.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh index c970d351..87fa7627 100755 --- a/tests/ci/periodic.sh +++ b/tests/ci/periodic.sh @@ -9,8 +9,6 @@ set -e set -x -export TESTAPI_URL='http://testresults.opnfv.org/test/api/v1' - script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${script_dir}/utils/start_services.sh |