Due to complex network in HQ ,do not test this case(It is passed in NanJing)
authoradmin@123.33 <admin123.33@samsung.com>
Sat, 2 Mar 2013 05:26:10 +0000 (13:26 +0800)
committerJun Wang <junbill.wang@samsung.com>
Fri, 27 May 2016 03:23:58 +0000 (11:23 +0800)
Conflicts:
cases/build/test_build_proxy_trailing_with_oblique_line.case

Change-Id: I2c061bb4860727dc7bb1cbc31885c81e89ce8f3e

cases/build/test_build_proxy_trailing_with_oblique_line.case [deleted file]

diff --git a/cases/build/test_build_proxy_trailing_with_oblique_line.case b/cases/build/test_build_proxy_trailing_with_oblique_line.case
deleted file mode 100644 (file)
index a0d8392..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<testcase>
-  <summary>check whether it can pass if proxy trailing with '/'</summary>
-  <tracking>
-    <ticket>467</ticket>
-  </tracking>
-  <fixtures>
-    <copy src="tools/create_proj" />
-    <copy src="tools/assert" />
-    <copy src="specs/fake.spec" />
-    <copy src="conf/base.cfg" />
-  </fixtures>
-  <setup><![CDATA[
-export http_proxy=http://109.123.97.11:8080
-export https_proxy=http://109.123.97.11:8080
-export no_proxy="localhost"
-]]></setup>
-  <steps><![CDATA[
-. assert
-
-sudo rm -rf $GBS_LOCAL_REPOS
-
-sudo rm -rf $GBS_ROOT_I686_0
-
-./create_proj fake.spec
-
-export http_proxy=$http_proxy/
-
-export https_proxy=$https_proxy/
-
-# No matter gbs build failed or passed, we just check whether file can be downloaded or not
-gbs -c base.cfg build -R http://109.123.123.185/repo/download.tizen.org/releases/2.2/latest --skip-conf-repos -A i586 2>&1 | tee log || true
-
-# if build conf can be downloaded, network turns out to be good.
-grep "build conf has been downloaded" log
-]]></steps>
-  <teardown><![CDATA[
-. assert
-
-sudo rm -rf $GBS_ROOT_I686_0
-]]></teardown>
-</testcase>