Remove root_minimization test from image test. 76/151476/1
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Thu, 21 Sep 2017 04:39:10 +0000 (13:39 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Thu, 21 Sep 2017 04:39:14 +0000 (13:39 +0900)
Change-Id: I01accba8133e40f7e44ab8d44162349f8eb4f7da

test/image_test.sh

index 44f4bf3cbbbaede9adaf47913864e2900e12859e..9af838fa0ae9cdd426a1eebef81e3dd4c77e03a9 100644 (file)
@@ -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"