Adding tizen-locale to TC0009 for base-utils 15/167715/3
authorwchang kim <wchang.kim@samsung.com>
Fri, 19 Jan 2018 09:00:51 +0000 (18:00 +0900)
committerWoo Chang Kim <wchang.kim@samsung.com>
Fri, 19 Jan 2018 09:04:00 +0000 (09:04 +0000)
Change-Id: I927928686886caf06d9e91ff6b0ce578fa9df45e

.gitignore
build_test_img/build_snapshot.sh [new file with mode: 0755]
build_test_img/test_set/TC0009_artik530_bb_list.txt

index 418f224a91c7c303dc754af8df2747570edbb4a0..115b7fc41960835a463f26a58d9cb378b9c9fd54 100644 (file)
@@ -1,5 +1,5 @@
-./build_test_img/artik530
-./build_test_img/rpi3
-./build_test_img/download
-./build_test_img/result
-./build_test_img/*.log
+build_test_img/artik530/
+build_test_img/rpi3/
+build_test_img/download/
+build_test_img/result/
+build_test_img/*.log
diff --git a/build_test_img/build_snapshot.sh b/build_test_img/build_snapshot.sh
new file mode 100755 (executable)
index 0000000..d7f048a
--- /dev/null
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+if [ $# = 1 ]
+then
+SNAPSHOT=$1
+VERSION=""
+else
+       if [ $# = 2 ]
+       then
+               SNAPSHOT=$1
+               VERSION=$2
+       else
+        echo "Usage : build_snapshot.sh <snapshot ver> [platform ver]"
+        echo "        snapshot ver : yyyymmdd.n"
+        echo "        platform ver : 4.0 or omitted"
+        exit 1
+       fi
+fi
+
+
+TEST_SET_DIR=./test_set
+
+TC_LIST=`ls $TEST_SET_DIR | cut -c1-6`
+
+for TC in $TC_LIST
+do
+       ./build.sh $SNAPSHOT $TC $VERSION
+done
+
+
index 923c109c1bfd0c57f444389b757891394ab91f7d..effc2fd1cb325ce2cc716dc8dc5ac28e84df16bf 100644 (file)
@@ -8,3 +8,4 @@ building-blocks-sub1-Preset_partition-3parts_ramdisk_recovery
 building-blocks-sub2-domain_API-AppFramework-TPK_Installation
 # package manager & external sd
 building-blocks-sub2-domain_API-Base-Utils
+tizen-locale