Hello everyone, I am following the instructions for tradefed
https://source.android.com/devices/tech/test_infra/tradefed/full_example.html But I did not manage to get working any tests in the source tree, let consider the last one I have tried (ImageProcessingTest.java), my helloworld.xml is : <configuration description="Runs the hello world test"> <test class="com.android.graphics.tests.ImageProcessingTest" /> </configuration> [...] 11-06 17:50:21 I/InvocationToJUnitResultForwarder: run com.android.rs.image started: 0 tests 11-06 *17:50:21 E/InvocationToJUnitResultForwarder: run failed: Unable to find instrumentation info for: ComponentInfo{com.android.rs.image/com.android.rs.image.ImageProcessingTestRunner} * 11-06 17:50:21 I/InvocationToJUnitResultForwarder: run ended 0 ms 11-06 17:50:21 I/InvocationToJUnitResultForwarder: run com.android.rs.image started: 0 tests *11-06 17:50:21 E/InvocationToJUnitResultForwarder: run failed: Unable to find instrumentation info for: ComponentInfo{com.android.rs.image/com.android.rs.image.ImageProcessingTestRunner}* 11-06 17:50:21 I/InvocationToJUnitResultForwarder: run ended 0 ms [..] When I start tradefed.sh I get : tradefed.sh WARNING: Trade Federation is not heavily tested under Java version 1.7 Shall I pay attention to it ? I am attached to a device, what it is wrong ? What is "instrumentation" ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

