Fix mic case error because of proxy issue 38/216438/2
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 25 Oct 2019 02:08:36 +0000 (10:08 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 25 Oct 2019 02:09:49 +0000 (10:09 +0800)
Currently we use public repos, no need to use proxy again.

Change-Id: Ic6a936ab51a9e21f48f061041156238c0ba782ea
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
cases/create/mixed_cases/mic_cr_createrepo_issue.case

index 8345d7a..02c99b4 100755 (executable)
   <steps><![CDATA[
 python repo_parse.py createrepo_issue.ks repo_config.json temp-repo-profile
 createrepo --version || True
-export http_proxy="http://10.112.1.184:8080"
-export https_proxy="https://10.112.1.184:8080"
-export ftp_proxy="ftp://10.112.1.184:8080"
-export socks_proxy="socks://10.112.1.184:8080"
+#export http_proxy="http://10.112.1.184:8080"
+#export https_proxy="https://10.112.1.184:8080"
+#export ftp_proxy="ftp://10.112.1.184:8080"
+#export socks_proxy="socks://10.112.1.184:8080"
 export no_proxy="localhost, 127.0.0.1, 10.113.136.113, ftp.kr.debian.org, 109.123.123.185, 10.113.136.26"
 distro=$(python -c 'import platform;print platform.linux_distribution()[0].lower().rstrip()')
 echo $distro