Fix issue with SS restarting during password tests problem.
[platform/core/test/security-tests.git] / tests / security-server-tests / security_server_clean_env.h
1 /*
2  * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
3  */
4 /*
5  * @file    security_server_clean_env.h
6  * @author  Zbigniew Jasinski (z.jasinski@samsung.com)
7  * @version 1.0
8  * @brief   Functions definitions to prepare clean env for tests.
9  */
10
11 #ifndef SECURITY_SERVER_CLEAN_ENV_H
12 #define SECURITY_SERVER_CLEAN_ENV_H
13
14 #include <tracker.h>
15
16 int reset_security_server(const Tracker &tracker = Tracker());
17 int restart_security_server(const Tracker &tracker = Tracker());
18
19 #endif