Add Agent class wrapping usage of libcynara-agent 87/33387/5
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 8 Jan 2015 10:24:27 +0000 (11:24 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 15 Jan 2015 18:39:26 +0000 (19:39 +0100)
commit94abeeafc0438cee51d580861062bc0a6a3144d9
treeea1db0d646caef181a785e890b743c38390d48e9
parent584531091e8374d0dedf0ebc6ba6d69076714528
Add Agent class wrapping usage of libcynara-agent

With Agent object tests can play role of cynara agent and
communicate with cynara service. That can be useful for:
* testing libcynara-agent library;
* using agent in plugins testing;
* using agent in asynchronous client testing.

Change-Id: Idc783fa963074d5ff6f1dedb6a89b6aae6f65dbe
tests/cynara-tests/CMakeLists.txt
tests/cynara-tests/common/cynara_test_agent.cpp [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_agent.h [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_agent_request.cpp [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_agent_request.h [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_agent_response.cpp [new file with mode: 0644]
tests/cynara-tests/common/cynara_test_agent_response.h [new file with mode: 0644]