Enable test result pushing in periodic job 97/43597/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 29 Sep 2017 09:13:38 +0000 (17:13 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 29 Sep 2017 09:13:38 +0000 (17:13 +0800)
Change-Id: I06629a3155c1a49e79f618afab29591578354b54
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/ci/periodic.sh

index 5c488b8..ba97739 100755 (executable)
@@ -9,6 +9,8 @@
 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