summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a ↵Lassi Marttala2012-11-261-0/+0
| | | | | | single DLT message Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-115]: Encapsulate more macros. Fix things that used macrosLassi Marttala2012-11-261-15/+5
| | | | | | incorrectly. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-115]: Prevent return value from DLT_REGISTER_APPLassi Marttala2012-11-261-1/+1
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-93]: Add -Wextra flags for compilationLassi Marttala2012-06-131-1/+2
| | | | | | Fixed all the warnings that popped up with the new flag. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Added dlt log to injection methodsChristian Muck2012-05-301-3/+2
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GDLT-69] Fixed bug in dlt-test-multi-process shares context between threadsLassi Marttala2012-05-301-2/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GENDLT-15, Avoid buffer overrun with snprintf().Lassi Marttala2012-04-041-53/+53
| | | | | | | | | | Check return value of dlt_user_log_write_start(_id) correctly. Reduce the number of applications if allocation fails. Make dlt_user_log_write_start inline Improve error checking in dlt_user_log_write_start_id Use databuffersize to avoid reallocations Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Corrected email of Alexander WenzelChristian Muck2012-03-277-7/+7
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-269-9/+9
|
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-268-244/+123
|
* GDLT-38, Update license in internal headers.Lassi Marttala2012-03-261-27/+13
|
* GDLT-38, Update license in more CMakeListsLassi Marttala2012-03-261-32/+11
|
* Added missing license header to two filesv2.5.1Christian Muck2012-03-221-0/+68
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Replaced dlt-test-filetransfer-image.png with an own created imageChristian Muck2012-03-211-0/+0
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* GDLT-64, check that the messages in tests 6m and 6f are actuallyLassi Marttala2012-03-211-2/+20
| | | | | | messages intended to be received here. Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Update project structureChristian Muck2012-02-131-24/+0
|
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-081-12/+30
| | | | the filetransfer fixed.
* Set automatic dlt lib version number from project CMakeLists.txt. Removed ↵Christian Muck2012-02-082-195/+1
| | | | dlt-test-internal because has no functionality.
* Fix build for real targets. sys/stat.h was not taken in.Lassi Marttala2012-02-081-0/+1
|
* Add descriptions for app and context.Lassi Marttala2012-01-271-2/+6
|
* Suggested Changes to dlt-test-mutli-process:Lassi Marttala2012-01-232-36/+135
| | | | | | | | | | | | | | sender: * Print default values in usage. * Each process should have own APPID * Each thread should have own CID client: * Make usage() useful * Also count headers to bytes transferred, * Serial device mode * Baudrate as option * Output to file * Limit number of messages to receive
* Initial version of dlt-test-multi-processLassi Marttala2012-01-204-1/+678
|
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-131-115/+101
|
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-221-122/+1
| | | | | Added check of file size when starting and deleting files during filetransfer. Added check of shm buffer availability when push to shm.
* Fixed path for testing filetransferChristian Muck2011-11-041-2/+2
|
* Added test files for filetransfer to spec and distfileAlexander Wenzel2011-10-192-3/+3
|
* [GSW-66] File transfer over DLT.Alexander Wenzel2011-10-184-11/+11
| | | | Fixed some compiler warnings.
* [Reverted] Removed Ringbuffer implementation in Library.Alexander Wenzel2011-10-181-0/+119
|
* Added install target and files for filetransfer in the cmakelists . Fixed ↵Christian Muck2011-10-182-16/+27
| | | | little bug in test filetransfer. Added filetransfer documentation and example program.
* Fixed filetransfer to use shm status for flow control.Alexander Wenzel2011-09-293-3/+11
| | | | Added new function to dlt user library.
* Add Filetransfer feature to DLT user library.Alexander Wenzel2011-09-292-0/+348
| | | | Added missing offline trace files.
* Merge branch 'master' of QMUC300924:/home/git/DLT-daemonAlexander Wenzel2011-09-282-125/+3
|\
| * Removed Ringbuffer implementation in Library.Alexander Wenzel2011-09-271-119/+0
| |
| * Merge branch 'master' of 10.250.89.78:/home/q237052/git/DLT-daemonAlexander Wenzel2011-09-231-6/+3
| |\
| | * Changed maximum thread number of test 2 to 64. Changed timeout of test 3 to ↵Alexander Wenzel2011-09-221-6/+3
| | | | | | | | | | | | 10ms.
* | | Fixed performance issue in test stress client.Alexander Wenzel2011-09-281-5/+6
|/ /
* | Added stress test including performance measurement.Alexander Wenzel2011-09-233-1/+875
|/
* Revert "[GSW-43] Flow Control for sending huge amount of data over DLT. ↵Christian Muck2011-09-121-1/+1
| | | | | | partialy fixed" This reverts commit 7554585a80ca2a8ebdcd5d1f1693ffe8e39b571d.
* Optional adding of gprof compile flags.Christian Muck2011-09-031-0/+12
|
* [GSW-43] Flow Control for sending huge amount of data over DLT. partialy fixedMohammed AL Dardoun2011-08-091-1/+1
|
* Init of dlt daemonChristian Muck2011-04-115-0/+3813