summaryrefslogtreecommitdiffstats
path: root/src/test-wgt
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12Remove kill of test binding from launcher scriptjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2Scott Murray1-7/+0
At some point the synchronous running of the test verbs seems to have stopped working, and it's going to take further digging into afb-client-demo, afb-test, and maybe app-framework-binder to work out what current expected behavior should be and what, if any, fix is required. For now, remove the explicit kill of the test binding that is being done by the launcher script, so that the wait loop in afm-test will let all of the tests run. There is also a "afm-util kill" call in afm-test, but its wait loop may need the addition of a timeout option to improve robustness with respect to tests potentially hanging. Some unused variables and FIFOs from an older wait scheme based on test output have also been removed from the launcher script to avoid confusion. Bug-AGL: SPEC-3466 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8f9fcd7dfef2c983a9d46a2f190432c07cdd5db3
2018-11-06Adding packaging filesRomain Forlot2-0/+94
Change-Id: I70d30588c59e6a0d3c451c74fc6cc565b5eea167 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>