Search code examples
androidandroid-cts

Starting CTS from the commandline


How do I start the Android CTS from the command line, I have tried every combination that I can think of:

~/programs/android-cts/tools$ ./startcts --config ../repository/host_config.xml start -plan CTS

and the like does not work. Any input will be very much appreciated?


Solution

  • Apparently it is just a matter of reading the CTS source code, and then getting the parameters correct: :)

    $ ./startcts start --plan CTS