Revert commits to cynara tests
[platform/core/test/security-tests.git] / tests / security-tests.sh
index 2f87cbc..d175ef8 100644 (file)
@@ -64,18 +64,37 @@ case $1 in
     echo
     security-server-tests-password "${@:2}"
     ;;
+"ss-privilege")
+    echo "========================================================================="
+    echo "SECURITY SERVER TEST PRIVILEGE"
+    echo
+    security-server-tests-privilege "${@:2}"
+    ;;
 "ss-dbus")
     echo "========================================================================="
     echo "SECURITY SERVER TEST DBUS"
     echo
     security-server-tests-dbus "${@:2}"
     ;;
+"security-manager")
+    echo "========================================================================="
+    echo "SECURITY MANAGER TESTS"
+    echo
+    security-manager-tests "${@:2}"
+    ;;
+"cynara")
+    echo "========================================================================="
+    echo "CYNARA TEST"
+    echo
+    cynara-test "${@:2}"
+    ;;
 *)
     echo "Correct using:"
     echo "    security_test.sh <module> <args_for_module>"
     echo
     echo "modules: smack, libprivilege-control, ss-clientsmack"
     echo "         ss-server, ss-api-speed, ss-password, ss-stress"
+    echo "         ss-privilege, security-manager, cynara"
     ;;
 
 esac