Add additional libcynara-agent tests
Add test cases for: cynara_agent_initialize(), cynara_agent_finish(),
cynara_agent_get_request(), cynara_agent_put_response()
*) tcag08_get_request_and_respond_with_wrong_id - client shall not
receive a response.
*) tcag09_get_request_and_correct_responded_id - client shall
receive the response with correct id.
*) tcag10_cancel_request - client shall receive the confirmation of
its cancel action.
*) tcag11_cancel_processed_request - the cancelation of the request
processed by the agent is possible but void.
*) tcag12_create_two_requests - processing of two requests.
*) tcag13_create_many_requests - processing of many requests and
sending the responses by the agent in LIFO order.
*) tcag14_client_disconnects - the cancel request shall be sent by
Cynara when client disconnects.
*) tcag15_agent_disconnects - the access denied answer shall be
sent by Cynara when agent disconnects.
Change-Id: I45c11e79c4977bed6892166a51c336e0414fc02e
Signed-off-by: Radoslaw Bartosiak <r.bartosiak@samsung.com>