blob: ac39ffc8a12552eeac4df1fbdcb3b5d51daca9bd [file] [log] [blame]
Senthil Kumarana846c522013-01-23 18:40:06 +05301metadata:
2 name: binder
Senthil Kumarana846c522013-01-23 18:40:06 +05303 format: "Lava-Test-Shell Test Definition 1.0"
Amit Khare8c6856f2014-11-25 15:25:02 +05304 description: "Binder test's uses binderAddInts to measures the rate at which a short
5 binder IPC operation can be performed. The test consist of a client sending
6 a parcel containing two integers to server which in turn adds the two integers
7 and sends the sum back to client."
Milosz Wasilewski4e2d19f2013-10-10 11:47:06 +01008 os:
9 - android
10 scope:
11 - functional
12 devices:
13 - arndale
14 - panda
15 - vexpress-a9
16 - vexpress-tc2
Amit Khare8c6856f2014-11-25 15:25:02 +053017 - juno
Milosz Wasilewski4e2d19f2013-10-10 11:47:06 +010018 maintainer:
19 - amit.pundir@linaro.org
Senthil Kumarana846c522013-01-23 18:40:06 +053020
21run:
22 steps:
Senthil Kumaran0f3907c2013-02-08 13:29:24 +053023 - "./android/scripts/binder.sh"
Senthil Kumarana846c522013-01-23 18:40:06 +053024
25parse:
26 pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"