This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to run android compatibility test suit on panda board

Hi All,

I want to run a android CTS on panda board ES with kitkat. I downloaded kitkat from linaro.I run CTS but none of the test executed. So i dont know where i m going wrong.

What i did.---->

1) In android sdk..

    make cts

This create cts directory with all the test cases in out/host/linux-86/cts

2) Then check whether panda connected or not, using adb devices

3) Goto cts directory and run

./android-cts/tools/cts-tradefed

This create a CLI for cts.

and then run

run cts --plan CTS

4) It create a cts result directory and starts collecting info about panda as message shows on host system.

5) After completion test or may be timeout, result shows no test are executed.

Is anyone any idea where i am wrong.

I need some pointer how to do cts on panda board.

Thanks

Vikram

  • Hi,

    I successfully did CTS on panda board kitkat release.Problem was is in kitkat sdk that i used, then i jump to linaro kitkat release.And now it's working.

    Regards

    Vikram

  • Hi Vikram ,

    I am using the linaro android kitkat on panda board .While running CTS i am facing some problems .Following are the issues faced by me.

    adb install -r android­cts/repository/testcases/CtsDeviceAdmin.apk

    On installing the above specified APK i am unable to  enable the two android.deviceadmin.cts.CtsDeviceAdminReceive .

    I ignored the above problem and started running CTS but it exited with out running any thing .

    So let me know how do you ran CTS on panda board.

    Thanks,

    Naveen.