blob: 819bd49d05efb890bf3458b3915d2e0b3ae2d584 [file] [log] [blame]
Yongqin Liudc204532014-09-09 21:28:16 +08001metadata:
2 name: monkey_long_run
3 format: "Lava-Test-Shell Test Definition 1.0"
Amit Khare3ece1872014-12-02 14:41:02 +05304 description: "Monkey long run performs stress testing for stability using monkey command which
5 generates pesudo-random streams of user events such as clicks, touches, or gestures
6 as well as some system level events. Currently, monkey long run test runs with a set
7 blacklist packages which are known to fail."
Yongqin Liudc204532014-09-09 21:28:16 +08008 maintainer:
9 - yongqin.liu@linaro.org
10 os:
11 - android
12 scope:
13 - functional
14 devices:
Amit Khare3ece1872014-12-02 14:41:02 +053015 - juno
Yongqin Liudc204532014-09-09 21:28:16 +080016
17params:
18 BLACK_LIST: "/data/juno_monkey_blacklist"
19 EVENT_COUNT: "30000"
20
21run:
22 steps:
23 - lava-test-case run-monkey --shell monkey -s 1 --pct-touch 10 --pct-motion 20 --pct-nav 20 --pct-majornav 30 --pct-appswitch 20 --throttle 500 --pkg-blacklist-file $BLACK_LIST $EVENT_COUNT
24parse:
25 pattern: "## Network (?P<test_case_id>stats):\\s(?P<result>elapsed)\\stime=(?P<measurement>\\d+)(?P<units>ms)"
26 fixupdict:
Yongqin Liub51c0d82014-12-05 13:16:13 +080027 elapsed: pass