Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix event receive
Fix event not receive
Fix lockwait event
Remove trailing indentation
Bug-AGL: SPEC-2374
Change-Id: Ie64b23c242bc13dcf7af96ff3ed2316bf6cad5f7
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
You must not specify the _AFT.exitAtEnd in your LUA files if you want
to be able to chain test verb calls. Else it will exit during the file which
has specified the exitAtEnd call.
Change-Id: I3e7f4c6efadcbada426176f51bd709413f1c7405
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This will launch every verbs defined in the test configuration file
instead of only the hardcoded launch_all_tests verbs
Change-Id: Ibc890660cd2209516195ad0f3cf2069e2612b0d4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This commit adds a test that ensures that the timeout waiting
an event expires correctly and that we correctly wait for the
indicated time.
Change-Id: Ic9aeb32d09b45af0d75c8c51fa421b8f5a25f39c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
On a target, the binder process name is taken from the widget "id",
now the native launcher script also launches the binder using the widget "id".
As the controller searches its configuration file using the binder process middle name
we need to differentiate between both "id" otherwise the wrong configuration file is used.
The commit renames configuration file according to the new "id".
Change-Id: Icd01abe21ddee562518c7f822baca8b098bbb55e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Using aftest and aft-aftest api name to self test was
difficult because of searching file using the binder process
name which could be the same although api name were diffirent.
Change-Id: I20ef554d54ddc1cb5bd169d462558d78f2769668
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I975c6c8e5eb41d7197ee7992762799b72d7bcb41
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Because may the users doesn't set to exit the binder at the end
in the LUA so it has to be killed by the script. Then every case
are covered.
Change-Id: I3967b296ca8eafc65bb8109c57d2b8b2de582583
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
For native build and test purposes you need to start 2
bindings to be able to test correctly the afb-test binding.
The first one will answer on the main API name afTest and the
second to launch the test.
This is the closest test case similar to a test on a target
board.
Change-Id: I6b961c0e41cdd3eef387b7f5156ed334e8f6c3de
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Remove the debug log messages.
Display the results of tests at the end.
Change-Id: I38ec1a6807a8e7de483545fd3346327fe1847f73
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Also separate helloWorld example binding test from self aft tests
Change-Id: I5b7c48b38cc6629c3edc97d280d7f9228451b337
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|