aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 17:13:38 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 17:13:38 +0800
commit90ff55b51817c23d5070765435c69b585bd184fd (patch)
tree8e5279b6f6728b4d927f9363dfd37e242c57adc7
parentb95adaf14afff4215f773b2ef150fbc4b3a00ef6 (diff)
Enable test result pushing in periodic job
Change-Id: I06629a3155c1a49e79f618afab29591578354b54 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rwxr-xr-xtests/ci/periodic.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh
index 5c488b87..ba97739c 100755
--- a/tests/ci/periodic.sh
+++ b/tests/ci/periodic.sh
@@ -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