IVGCVSW-3720 Start a UDS server that accepts connections.
authorColm Donelan <Colm.Donelan@arm.com>
Mon, 9 Sep 2019 10:59:08 +0000 (11:59 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 9 Sep 2019 16:24:39 +0000 (16:24 +0000)
commita85e215dd1b027c5ef88621d1b4d5f6e078605da
tree2c5b1046788ad231daaecdedad08519ee8ae1a39
parent8fccd86b95be418d1b0397bfd5f48a319f210180
IVGCVSW-3720 Start a UDS server that accepts connections.

* Add a CLI paramter to the Gatord mock client to specify a namespace.
* Open a listening socket on that namespace.
* Wait for one connection on the socket.

Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
Change-Id: Ic85b4defd5ad2010bb255472c030a91a23cec1d9
CMakeLists.txt
tests/profiling/CommandLineProcessor.cpp
tests/profiling/CommandLineProcessor.hpp
tests/profiling/GatordMockMain.cpp
tests/profiling/GatordMockService.cpp [new file with mode: 0644]
tests/profiling/GatordMockService.hpp [new file with mode: 0644]