summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test
Commit message (Collapse)AuthorAgeFilesLines
* * Every new connection ID is initilized with the next available number. Aleksandar Donchev2013-09-252-6/+149
| | | | | * Additional tests for ID generation added. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * adopted test to new logic of no change stuffChristian Linke2013-09-122-13/+19
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * AmMapHanlderTest - added tests for the callbacks in CAmDatabaseObserver.Aleksandar Donchev2013-09-035-17/+733
| | | | | | * An object ID added to the response whenever E_ALREADY_EXISTS is returned in CAmDatabasehandlerMap Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-0321-26/+988
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* Fix for bug 78: AmNodeStateCommunicatorTest throws a runtime exceptionMuhammad Shakeel2013-07-191-1/+1
| | | | | | | | | | - Fixed data type issues - Fixed some error log messages - Modified the way for reading XML file - Explicitly type cast the variables before sending message to sendLifeCycleRequest interface Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
* * enhance sleep at beginn of NSM test to be more robustChristian Linke2013-07-191-1/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fixed define in the map handler header causing compile error for some tests. ↵Aleksander Donchev2013-07-122-3/+4
| | | | | | | (ticket #79) Renamed variable in the CAmTelnetServerTest.cpp Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-1015-29/+29
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Added 'Dump' method to the database handler and to the telnet server (Info ↵Aleksander Donchev2013-07-1010-38/+2161
| | | | | | -> Dump). Unit tests for the database handler splited into separate file. Base log class added in order to support logging into a file. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-268-7/+2488
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Thomas Göhring: Fix for: Bug 69 - Endless loop in ↵Goehring2013-06-181-0/+138
| | | | | | CAmDatabaseHandler::getRoutingTree() on bidirectional gateway Signed-off-by: Goehring <Thomas.Goehring@continental-corporation.com>
* * fixed bug54Christian Linke2013-06-131-0/+1
| | | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * adds test for bug63 to the database testsChristian Linke2013-06-131-0/+24
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * stability fix because of dbus interface of nsmChristian Linke2013-02-281-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * update NSM testChristian Linke2013-01-181-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix asyncRoutingTest and NSM testChristian Linke2013-01-181-4/+4
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * repair NSM testChristian Linke2013-01-181-1/+4
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-174-140/+141
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add support to switch dedicated plugins off, fix databasehandler regarding ↵christian linke2013-01-117-57/+119
| | | | | getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke <christian.linke@bmw.de>
* * fix WITH_NSM=off optionchristian linke2013-01-096-7/+35
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * remove python from nodestatemanger test, remove warnings from test CXX ↵christian linke2013-01-083-3/+2
| | | | | flags, fix compare warning Signed-off-by: christian linke <christian.linke@bmw.de>
* added DL library path to the following cmake files - ↵3.1Nrusingh Dash2013-01-075-1/+5
| | | | | | AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt - AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt - AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-1721-153/+1411
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test ↵christian linke2012-12-062-0/+64
| | | | | | case to test this as well Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-0413-31/+30
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * change global include for gest.h to local includechristian linke2012-10-048-8/+8
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-277-22/+47
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-76] fix : add 64bit support for DLT loggingchristian mueller2012-05-241-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fixed AmRoutingTest. Fixed missing mpDBusWrapper Initialisationchristian mueller2012-05-241-0/+4
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix warnings that come with new compilerchristian mueller2012-05-241-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-241-1/+0
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-70] fix wrong type on database interface for source sound propertieschristian mueller2012-05-241-2/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-246-6/+24
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: move connectNoMoreThreads testFrank Herchet2012-05-241-1/+1
| | | | | | | | *[GAM-71]: change timeout to 1.5s *[GAM-71]: fix connectAbortTooLate test * fix issue in CAmEnvironment::TearDown Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-036-16/+16
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-291-13/+8
| | | | | | | | | | | * changed dlt threadsafeness * changes on timers in CAmSockethandler * adopted test of Sockethandler to changes * add versioning scheme to documentation * added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync * adopted RoutingReceiverAsyncTests to new timers Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-35/+33
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fixed typo in addpackagedependencies.sh used for package managementchristian mueller2012-03-231-1/+4
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-29] fixeschristian mueller2012-03-071-1/+1
|
* * removed all documentation to new placechristian mueller2012-03-0627-27/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-066-8/+8
|
* * updated license headerschristian mueller2012-03-0527-457/+385
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-0131-1170/+825
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-2918-527/+551
| | | | | | | | | | | virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin
* * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-232-14/+31
| | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * [GAM-21] activate telnetserver testsFrank Herchet2012-02-221-1/+1
|
* Merge branch 'master' of qmuc300924:AudioManagerFrank Herchet2012-02-2210-279/+327
|\
| * * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-213-106/+106
| | | | | | | | gets information from controller
| * * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-215-155/+155
| | | | | | | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
| * * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-203-18/+66
| | | | | | | | missing headers, added text version of LGPL v2.1