X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fsecurity-tests.sh;h=db3221c96b343442efe8c59a783422007e740df2;hb=26a598232dfea6b3426b2a5a7924bb564806df16;hp=5b5036ee6ba16da4db2140d1f09e9418c964c8e2;hpb=52153b8495e940cadaedc3b6d377de065ef8d5cb;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/tests/security-tests.sh b/tests/security-tests.sh index 5b5036e..db3221c 100644 --- a/tests/security-tests.sh +++ b/tests/security-tests.sh @@ -1,7 +1,7 @@ #!/bin/sh ##################################################################### -# Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2012-2014 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. @@ -28,6 +28,12 @@ case $1 in echo libsmack-test "${@:2}" # propagate all remaining arguments (except first) ;; +"smack-dbus") + echo "=========================================================================" + echo "SMACK DBUS TEST" + echo + smack-dbus-tests "${@:2}" + ;; "libprivilege-control") echo "=========================================================================" echo $1 @@ -64,11 +70,11 @@ case $1 in echo security-server-tests-password "${@:2}" ;; -"ss-dbus") +"ss-privilege") echo "=========================================================================" - echo "SECURITY SERVER TEST DBUS" + echo "SECURITY SERVER TEST PRIVILEGE" echo - security-server-tests-dbus "${@:2}" + security-server-tests-privilege "${@:2}" ;; "security-manager") echo "=========================================================================" @@ -76,14 +82,19 @@ case $1 in echo security-manager-tests "${@:2}" ;; - +"cynara") + echo "=========================================================================" + echo "CYNARA TEST" + echo + cynara-test "${@:2}" + ;; *) echo "Correct using:" echo " security_test.sh " echo - echo "modules: smack, libprivilege-control, ss-clientsmack" + echo "modules: smack, smack-dbus, libprivilege-control, ss-clientsmack" echo " ss-server, ss-api-speed, ss-password, ss-stress" - echo " security-manager" + echo " ss-privilege, security-manager, cynara" ;; esac