summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12txc-binding: in conf files, rename api to txcClément Bénier3-23/+12
fix multiples errors, rename txc into txc-binding Change-Id: I9cd32cf157e407d98293bc869ed08cc93518a555 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-09-05afb-test.sh: launch 2 binders for testflounder_5.99.6flounder/5.99.65.99.6Clément Bénier1-19/+27
one binder for afb-test binding another for signal-composer binding Change-Id: Ie049715775e315eeb4e2d01e178ff55bb68f36e0 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-08-23Fix: segfault at object additionRomain Forlot1-2/+2
JSON object release is done by the appfw so no need to release the object in the request. Tiny typo about the filepath in testsuite. Change-Id: I8347adafbb5fa8e9e3b89c2e6db74c37f4910adf Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-22Setup the project for afb-test frameworkClément Malléjac16-0/+1619656
Wrote a couple of basic API tests Setup mock apis for the test binding Added script to launch tests on native Linux machines Change-Id: I606752e7b46cb2afdc10f3319a24ef15675faa3b Signed-off-by: Clément Malléjac <clementmallejac@gmail.com>