add no proxy address
authorjin.xiao <jin.xiao@samsung.com>
Wed, 16 Jan 2019 08:46:05 +0000 (16:46 +0800)
committerjin.xiao <jin.xiao@samsung.com>
Wed, 16 Jan 2019 08:51:21 +0000 (16:51 +0800)
Change-Id: I9549aadae6e751e1f3a6de7af53a98a271b84be9

cases/create/mixed_cases/mic_cr_createrepo_issue.case

index 4994132..9b36e0b 100755 (executable)
@@ -13,7 +13,7 @@ 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"
+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
 if [ "$distro" = "opensuse" ]; then