From: Piotr Sawicki
Date: Mon, 24 Jul 2017 11:30:06 +0000 (+0200)
Subject: Add auto mode to the CAPI test app
X-Git-Tag: submit/tizen/20170727.154157~1^2~1
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a19387defa7e9c700fbcce01fb21d6b806cb29a4;p=platform%2Fcore%2Fsecurity%2Faskuser.git
Add auto mode to the CAPI test app
The client sends randomly generated privilege at random intervals
of time. The server responds with 'deny once' to all pending requests
also at random intervals. This mode allows to perform stress tests of
the IPC module.
Change-Id: I52aa284fef5d50daec6831b02f3bc34a6679d12a
---
diff --git a/src/capi/test/privacy_privilege_manager_test.cpp b/src/capi/test/privacy_privilege_manager_test.cpp
index 5496cf9..a2c33f6 100644
--- a/src/capi/test/privacy_privilege_manager_test.cpp
+++ b/src/capi/test/privacy_privilege_manager_test.cpp
@@ -20,11 +20,13 @@
* @brief This file contains test of CAPI for Privacy Privilege Manager
*/
+#include
#include