fix build model case error
authorJunWang <junbill.wang@samsung.com>
Thu, 16 Jul 2015 03:31:21 +0000 (11:31 +0800)
committerJunWang <junbill.wang@samsung.com>
Thu, 16 Jul 2015 03:31:21 +0000 (11:31 +0800)
Change-Id: I1e4fd962cc765c064c454c62c9358c04230a5ed2

cases/build/test_build_local_repo_with_proxy.case
cases/build/test_build_skip-conf-repos_nagetive.case
cases/build/test_build_with_negative_arch.case

index b216105..cf758ac 100644 (file)
@@ -16,15 +16,15 @@ sudo rm -rf $GBS_LOCAL_REPOS
 
 ./create_proj fake.spec
 
-export http_proxy=http://109.123.121.142:80
+export http_proxy=http://109.123.121.141:80
 
-export https_proxy=http://109.123.121.142:80
+export https_proxy=http://109.123.121.141:80
 
 unset no_proxy
 
 unset NO_PROXY
 
-( ! gbs -c base.cfg build --clean -A i586 2>&1 | tee log)
+( gbs -c base.cfg build --clean -A i586 2>&1 | tee log)
 
 grep "http_proxy=.*" log
 
index ce727cb..5f1066b 100644 (file)
@@ -20,9 +20,9 @@ sudo /bin/rm -rf $GBS_ROOT_I686_0
 
 gbs -c base.cfg build -R http://109.123.123.185/forGBS/download.tizen.org/releases/2.2.1/latest -A i586 2>&1 |tee log
 
-test -n "`grep "releases/2.2.1/latest" log`"
+test -n "`grep "releases/2.2/latest" log`"
 
-test -n "`grep "releases/2.2/tizen-2.2" log`"
+#test -n "`grep "releases/2.2/tizen-2.2" log`"
 ]]></steps>
   <teardown><![CDATA[
 . assert
index d322901..a9bf39b 100644 (file)
@@ -44,7 +44,7 @@ sed -i '5a arch = i586' base.cfg
 
 # check error message
 #grep "Both --profile and --arch are specified but the specified arches mismatch according active gbs.conf" log3
-grep "No local package repository for arch x86_64" log3
+grep "no available repositories found for arch x86_64" log3
 
 
 ## test 4: specified arch with available profile but no default profile