Fix issue with SS restarting during password tests problem.
authorZbigniew Jasinski <z.jasinski@samsung.com>
Wed, 27 Nov 2013 13:44:06 +0000 (14:44 +0100)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 14:21:36 +0000 (15:21 +0100)
commit56f81b71c7c5fa48003abddb00ca543d1d01aa38
tree1e5bf2d1b71e45bbd638c918aa4b430d16fedda5
parent328b1437a7768b7c743bc3f315211102abb6b7c7
Fix issue with SS restarting during password tests problem.

[Issue#]        SSDWSSP-671
[Bug/Feature]   Problem with SS restarting.
[Cause]         There is rate limit on service restarts in SystemD (5 in 10 s).
[Solution]      Send to SystemD SS service ResetFailed to restart rate counter.
[Verification]  Compile, run SS password tests.

Change-Id: I0d67e810f2fc63a740be2f987faf6d66476e0858
tests/common/CMakeLists.txt
tests/common/dbus_access.cpp [new file with mode: 0644]
tests/common/dbus_access.h [new file with mode: 0644]
tests/common/tracker.h
tests/security-server-tests/security_server_clean_env.cpp
tests/security-server-tests/security_server_clean_env.h
tests/security-server-tests/security_server_tests_password.cpp