From 3d656965a66a1f1c9fdd8cb3a57f4637c07de84c Mon Sep 17 00:00:00 2001 From: wchang kim Date: Fri, 19 Jan 2018 18:00:51 +0900 Subject: [PATCH] Adding tizen-locale to TC0009 for base-utils Change-Id: I927928686886caf06d9e91ff6b0ce578fa9df45e --- .gitignore | 10 +++---- build_test_img/build_snapshot.sh | 30 +++++++++++++++++++ .../test_set/TC0009_artik530_bb_list.txt | 1 + 3 files changed, 36 insertions(+), 5 deletions(-) create mode 100755 build_test_img/build_snapshot.sh diff --git a/.gitignore b/.gitignore index 418f224..115b7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 0000000..d7f048a --- /dev/null +++ b/build_test_img/build_snapshot.sh @@ -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 [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 + + diff --git a/build_test_img/test_set/TC0009_artik530_bb_list.txt b/build_test_img/test_set/TC0009_artik530_bb_list.txt index 923c109..effc2fd 100644 --- a/build_test_img/test_set/TC0009_artik530_bb_list.txt +++ b/build_test_img/test_set/TC0009_artik530_bb_list.txt @@ -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 -- 2.34.1