On 16 July 2014 01:40, YongQin Liu yongqin.liu@linaro.org wrote:
Hi, Milosz
Sorry, I am not sure if the pip install the latest lava-android-test. Could you please try like this?
git clone ssh://git@git.linaro.org/lava/lava-android-test.git mkdir /tmp/workspace/virtualenv -p virtualenv /tmp/workspace/virtualenv/ source /tmp/workspace/virtualenv/bin/activate cd lava-android-test python setup.py install
appears to be the same version 0.16.2. I hope the version was updated when the code changed. I will check later today if that works.
After did that, I can run lava-android-test like this: lava-android-test run cts -o selinux.json -O "--cts-pkg android-cts-aarch64-master-hacks.zip --package android.security --timeout 72000"
I'm running CTS on TC2 and I'm not using --cts-pkg option. It downloads some default package. http://testdata.validation.linaro.org/cts/android-cts-linux_x86-arm-latest.z...
milosz