summaryrefslogtreecommitdiff
path: root/tests/gtest_dlt_daemon_gateway.cpp
diff options
context:
space:
mode:
authorManikandanChockalingam <manikandan.chockalingam@in.bosch.com>2018-10-30 02:51:50 +0100
committerChristoph Lipka <clipka@users.noreply.github.com>2018-10-30 10:51:50 +0900
commitac44c47265528ddd29afbb9a72bcf095a877ecd1 (patch)
tree99e4514402dfc5bdc7b2630e0fed656257b6b608 /tests/gtest_dlt_daemon_gateway.cpp
parent10a2c7673d2ae9d9ef8d59a417b6554881531a66 (diff)
downloadDLT-daemon-ac44c47265528ddd29afbb9a72bcf095a877ecd1.tar.gz
dlt-daemon: per ECU list of user information (#80)
Prepare daemon to store applications/context information of other ECUs as well. This commit prepares the dlt-daemon to store logs from passive nodes in a logstorage device. Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com> Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'tests/gtest_dlt_daemon_gateway.cpp')
-rw-r--r--tests/gtest_dlt_daemon_gateway.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp
index 84b1e3a..950f260 100644
--- a/tests/gtest_dlt_daemon_gateway.cpp
+++ b/tests/gtest_dlt_daemon_gateway.cpp
@@ -402,16 +402,12 @@ TEST(t_dlt_gateway_process_gateway_timer, normal)
DltGatewayConnection connections;
DltConnection connections1;
daemon_local.pGateway.connections = &connections;
- DltDaemonContext contexts;
- DltDaemonApplication applications;
daemon_local.pGateway.num_connections = 1;
DltLogStorage storage_handle;
daemon_local.pGateway.connections->status = DLT_GATEWAY_CONNECTED;
daemon_local.pEvent.connections = &connections1;
daemon_local.pEvent.connections->receiver = &receiver;
- daemon.contexts = &contexts;
- daemon.applications = &applications;
daemon.ECUVersionString = ECUVersionString;
daemon.storage_handle = &storage_handle;