Changing tests to run properly on RUNNER_MULTIPROCESS_TEST macro.
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Tue, 27 Aug 2013 16:42:37 +0000 (18:42 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:19:09 +0000 (15:19 +0100)
commit7dc6b4ce195bf1d06fff8d188a8eedbe11cdc833
treee847a85f231f6c5afca2c9b4153d615ed05e6bda
parent9576bb4bfcf9a8fcb18ed167f56b15098849e8cb
Changing tests to run properly on RUNNER_MULTIPROCESS_TEST macro.

[Issue#]        SSDWSSP-438
[Bug/Feature]   While failing, test case exits with several processes. Tests
                are duplicated.
[Cause]         No multiprocessing assert handling.
[Solution]      Adding new test case types to wrt-commons:
                http://slp-info.sec.samsung.net/gerrit/#/c/267716/
[Verification]  Building wrt-commons and running tests. If failing, shold exit
                properly (one process at the end of the test case).

Change-Id: Ib373141bdf577c00cf1c66fe54ad97e0d3e2701c
tests/common/tests_common.h
tests/libprivilege-control-tests/test_cases.cpp
tests/libsmack-tests/test_cases.cpp
tests/security-server-tests/security_server_measurer_API_speed.cpp
tests/security-server-tests/security_server_tests_client_smack.cpp
tests/security-server-tests/security_server_tests_dbus.cpp