change repos without 109 server for test_build_user_passwd_ia32.case 52/213152/2 release-20191108
authorbiao716.wang <biao716.wang@samsung.com>
Mon, 2 Sep 2019 06:05:15 +0000 (14:05 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Mon, 2 Sep 2019 06:40:23 +0000 (14:40 +0800)
Change-Id: Ie3a5970e915230314fc2ed4ce081a514b98e1cf0
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
cases/build/test_build_user_passwd_ia32.case
debian/postinst
packaging/itest-cases-gbs.spec

index 52de15ca6fd54f636372eddd7a3965b05291bdc4..1723ddfe584371aecdc4c05e4479a6f401e020eb 100644 (file)
@@ -16,7 +16,7 @@ sudo /bin/rm -rf $GBS_LOCAL_REPOS
 
 ./create_proj fake.spec
 
-gbs -c base.cfg build -R http://test:123456@10.113.136.109/repo-protected/tizen/releases/2.2/latest --skip-conf-repos --clean -A i586 2>&1| tee log
+gbs -c base.cfg build -R http://test:123456@localhost:8881/repo-protected/tizen/releases/2.2/latest --skip-conf-repos --clean -A i586 2>&1| tee log
 
 (! grep "init_buildsystem.*123456" log)
 
index faadd498f5ff3703598acb5aa320c5813d473dce..c3e231f062595fbe16d054b3ba04c48ab43b8ff4 100755 (executable)
@@ -2,3 +2,4 @@
 #Get local host IP
 hostIP=`grep "LOCAL_HOST_IP" /home/build/tools-tester.d/servers-local.conf | cut -d":" -f 2`
 sed -i "s/http:\/\/localhost:8881/http:\/\/$hostIP:8881/g" `grep "http:\/\/localhost:8881" -rl /srv/itest/cases/gbs/`
+sed -i "s/http:\/\/test:123456@localhost:8881/http:\/\/test:123456@$hostIP:8881/g" `grep "http:\/\/test:123456@localhost:8881" -rl /srv/itest/cases/gbs/`
index ba5b1906f05a19cf0d3399c76f62161a43ab3e87..92c6172d5f6130fefa79789042ff1ea341c38740 100644 (file)
@@ -35,6 +35,7 @@ if [ -f "$hostconf" ]
 then
     hostIP=`grep "LOCAL_HOST_IP" /home/build/tools-tester.d/servers-local.conf | cut -d":" -f 2`
     sed -i "s/http:\/\/localhost:8881/http:\/\/$hostIP:8881/g" `grep "http:\/\/localhost:8881" -rl /srv/itest/cases/gbs/`
+    sed -i "s/http:\/\/test:123456@localhost:8881/http:\/\/test:123456@$hostIP:8881/g" `grep "http:\/\/test:123456@localhost:8881" -rl /srv/itest/cases/gbs/`
 fi
 
 %files