| 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
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'
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
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
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