Add key-manager tests to test runner
[platform/core/test/security-tests.git] / src / security-tests.sh
index db3221c..f99127b 100644 (file)
@@ -88,13 +88,19 @@ case $1 in
     echo
     cynara-test "${@:2}"
     ;;
+"ckm")
+    echo "========================================================================="
+    echo "KEY MANAGER TESTS"
+    echo
+    ckm-tests "${@:2}"
+    ;;
 *)
     echo "Correct using:"
     echo "    security_test.sh <module> <args_for_module>"
     echo
     echo "modules: smack, smack-dbus, libprivilege-control, ss-clientsmack"
     echo "         ss-server, ss-api-speed, ss-password, ss-stress"
-    echo "         ss-privilege, security-manager, cynara"
+    echo "         ss-privilege, security-manager, cynara, ckm"
     ;;
 
 esac