summaryrefslogtreecommitdiffstats
path: root/afm-test.target.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03SPEC-3484: fix a typojellyfish_9.99.4jellyfish/9.99.49.99.4Corentin LABBE1-1/+1
When working on SPEC-3484, I found a typo in the usage printing. Bug-AGL: SPEC-3484 Signed-off-by: Corentin LABBE <clabbe@baylibre.com> Change-Id: Ia904bedd3e6e3ab919cbde1262c18d7c7f8c646c
2020-07-21afm-test: fix kill issues + install from wgt idClément Bénier1-22/+27
- fix kill issues: when a binding finished too quickly, the return of afm-util start can be empty, so it is necessary to test this case - pass argument wgt id: add the way to pass the wgt id instead of the path to the test wgt Bug-AGL: SPEC-3466, SPEC-3457 Signed-off-by: Clément Bénier <clement.benier@iot.bzh> Change-Id: Ia2fb78b25b70c760f05753d669d7bd98fcd8dad7
2020-01-24afm-test target: change order of the scripticefish_8.99.5icefish/8.99.58.99.5Clément Bénier1-2/+3
- indeed removing afb test delete rules entry of User::App::<nameofbinder>. - so read the test results, before removing widget BUG-AGL: SPEC-2795 Signed-off-by: Clément Bénier <clement.benier@iot.bzh> Change-Id: I1dddd2cff6e778c8d655e6551ec7e6e6635c80ed
2018-10-23Add Lava markers on output and select test setRomain Forlot1-5/+42
The launch scripts now allow you to select a verb from the test api to only launch that verb instead of all. Also using the verb's argument {'lavaOutput':true}, the test framework adds specific Lava markers. Reformat the script to accept options instead of only positionnal arguments Change-Id: I181407ebb192eb67e06d2ed95ee239d6f1a523f3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-10Improve exit output messageRomain Forlot1-4/+8
Display the tests results depending on the chosen format or inform the user of the error and displaying in that case the binder(s) log output. Change-Id: I2437d3b59ef5b864c8e41749b16bf3ed738c9caa Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-09-25Script for both native and target launchRomain Forlot1-0/+75
Change-Id: I975c6c8e5eb41d7197ee7992762799b72d7bcb41 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>