Re: About how to integrate android test into LAVA

2012-04-13 Thread YongQin Liu
| Put this email in a Wiki: | https://wiki.linaro.org/Platform/Android/IntegrateATestIntoLava Thank you for put it into a wiki, Zach! The wiki is a good place. Add in MANIFEST.in if there is a folder for the test case: > include lava_android_test/test_definitions/${test_folder}/* > > Add an entry

Re: About how to integrate android test into LAVA

2012-04-12 Thread Spring Zhang
Great! Some more code for adding a new case: Add in MANIFEST.in if there is a folder for the test case: include lava_android_test/test_definitions/${test_folder}/* Add an entry in doc/tests.rst and document if more: + * `${test_name}`_ On 13 April 2012 06:10, Botao Sun wrote: > Amazing! > > I'

Re: About how to integrate android test into LAVA

2012-04-12 Thread Botao Sun
Amazing! I'm reading it... BR Botao Sun On Fri, Apr 13, 2012 at 12:45 AM, Zach Pfeffer wrote: > Awesome YongQin. > > Put this email in a Wiki: > > https://wiki.linaro.org/Platform/Android/IntegrateATestIntoLava > > On 12 April 2012 05:51, YongQin Liu wrote: > > Hi, All > > > > LAVA is an auto

Re: About how to integrate android test into LAVA

2012-04-12 Thread Zach Pfeffer
Awesome YongQin. Put this email in a Wiki: https://wiki.linaro.org/Platform/Android/IntegrateATestIntoLava On 12 April 2012 05:51, YongQin Liu wrote: > Hi, All > > LAVA is an automated validation architecture, and it now has a test > framework for running android test tools and parsing the test

About how to integrate android test into LAVA

2012-04-12 Thread YongQin Liu
Hi, All LAVA is an automated validation architecture, and it now has a test framework for running android test tools and parsing the test output. Please NOTE that lava-android-test is just used for running the test tools, parsing the test output, and formatting the test result. Here I will descri