Remove libsmack tests
[platform/core/test/security-tests.git] / src / security-tests.sh
index 1cf60b6..d6f5a93 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #####################################################################
-# Copyright (c) 2012 - 2019 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2012 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -22,12 +22,6 @@ echo "### Starting tests ######################################################"
 
 case $1 in
 
-"smack")
-    echo "========================================================================="
-    echo $1
-    echo
-    libsmack-test "${@:2}" # propagate all remaining arguments (except first)
-    ;;
 "security-manager")
     echo "========================================================================="
     echo "SECURITY MANAGER TESTS"
@@ -66,7 +60,7 @@ case $1 in
     echo "Correct using:"
     echo "    security_test.sh <module> <args_for_module>"
     echo
-    echo "modules: smack, security-manager, cynara, ckm, yaca, nether"
+    echo "modules: security-manager, cynara, ckm, yaca, nether"
     ;;
 
 esac