From: SerenaFeng Date: Tue, 22 Aug 2017 03:25:15 +0000 (+0800) Subject: bugfix: TestAPI auto deploy success but shown as fail X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=aa7c1b474fa2d371ef87212abee08469c190dda4;hp=b1965dcda6bd0fd452e73d60bdd8aa258d2d27f1;p=releng.git bugfix: TestAPI auto deploy success but shown as fail when execute 'curl -s --head --request GET http://testresults.opnfv.org/test' 'HTTP/1.1 301 Moved Permanently' will be returned rather than 200 OK, result in the connectivity check fail. To fix this problem, use 'http://testresults.opnfv.org/test/' instead. Change-Id: I5d6916c15858b3f431a2ab18aeef7f352cb9e31b Signed-off-by: SerenaFeng --- diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index 9f2e1ff4e..c6ca37fa9 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -240,7 +240,7 @@ sudo bash ./jjb/releng/docker-deploy.sh "sudo docker run -dti --name testapi -p 8082:8000 -e mongodb_url=mongodb://172.17.0.1:27017 -e base_url=http://testresults.opnfv.org/test opnfv/testapi" \ - "http://testresults.opnfv.org/test" "testapi" + "http://testresults.opnfv.org/test/" "testapi" - builder: name: 'reporting-automate-docker-deploy-macro'