From: jin-gyu.kim Date: Thu, 21 Sep 2017 04:39:10 +0000 (+0900) Subject: Remove root_minimization test from image test. X-Git-Tag: submit/tizen/20170921.085026~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd7f9e17fbb60c532b121b423cf123094eedaf89;p=platform%2Fcore%2Fsecurity%2Fsecurity-config.git Remove root_minimization test from image test. Change-Id: I01accba8133e40f7e44ab8d44162349f8eb4f7da --- diff --git a/test/image_test.sh b/test/image_test.sh index 44f4bf3..9af838f 100644 --- a/test/image_test.sh +++ b/test/image_test.sh @@ -40,25 +40,6 @@ then fi fi -# SERVICE test -service_test="$security_test_path/root_test/root_minimization.sh" -failed_service_log="$log_path/root_test_failed_list.log" -new_service_log="$log_path/root_test_new_root.log" -if [ -e $service_test ] -then - $service_test 1>/dev/null 2>/dev/null - if [ -e "$failed_service_log" ] - then - echo "###### failed service list ######" >> $log_file - cat $failed_service_log >> $log_file - fi - if [ -e "$new_service_log" ] - then - echo "###### new service list ######" >> $log_file - cat $new_service_log >> $log_file - fi -fi - # PATH test path_check_test="$security_test_path/path_check_test/path_check.sh" path_log="$log_path/path_check.log"