On Fri, Mar 9, 2012 at 1:07 PM, Andy Doan andy.doan@linaro.org wrote:
... I'm doing something along these lines now for my proposal with the coremark benchmark. In this case a parameter tells LAVA *where* to download the actual benchmark, but the same idea could be used to tell LAVA what monkey commands you'd like to run. My method uses the "install_options" in lava-android-test.
Exactly, If this is just monkey with different params, we could either do something like that, or make sure that lava-android-test has the capability to support a default command line option that can be overridden and use that to call monkey with different params. In the case you describe here though Zach, I can see why it's a nice thing to provide different monkey "presets" for your users to be able to run conveniently.
I think this can be probably be done with a relatively minor modification to the monkey test wrapper.
Thanks, Paul Larson