summaryrefslogtreecommitdiff
path: root/src/tests/dlt-test-multi-process.h
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <Thanh.BuiNguyenQuoc@vn.bosch.com>2019-06-13 16:24:52 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-09-13 08:48:31 +0900
commitd973560abe98290a215c2a23915620b6beecf2c1 (patch)
tree4300724d0ddcea96f2161c14228c5d2f5d3a7d17 /src/tests/dlt-test-multi-process.h
parentecca21fd40be21164d664eb7d8a52ea1fdabfde0 (diff)
downloadDLT-daemon-d973560abe98290a215c2a23915620b6beecf2c1.tar.gz
dlt-test: Add message length option
New option is introduced for binary dlt-test-multi-process. It is used to specify the length of message to be sent. By default, when no length is specified, the current sample message will be sent. It is also used in dlt-test-multi-process-client. Also fixes: - Legacy bug: MAX_THREADS instead of MAX_PROCS - Correct coding style Signed-off-by: Bui Nguyen Quoc Thanh <Thanh.BuiNguyenQuoc@vn.bosch.com>
Diffstat (limited to 'src/tests/dlt-test-multi-process.h')
-rw-r--r--src/tests/dlt-test-multi-process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dlt-test-multi-process.h b/src/tests/dlt-test-multi-process.h
index dfee914..de590ee 100644
--- a/src/tests/dlt-test-multi-process.h
+++ b/src/tests/dlt-test-multi-process.h
@@ -27,7 +27,7 @@
#define DLT_TEST_MULTI_PROCESS_H_
#define DMPT_NAME "DMPT"
-#define PAYLOAD_DATA "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBM1234567890"
+#define PAYLOAD_DATA "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMN"
#define ECUID "ECU1"
#endif /* DLT_TEST_MULTI_PROCESS_H_ */