summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenjie Luo <cjluo@google.com>2014-10-08 05:24:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-08 05:24:56 +0000
commit9ac2afe4cef95ed49903ac64b3d57b80aa055c3c (patch)
tree11e1db37032356e49c24e1b1bea0ad26b13d9805
parent3f75a9a0341599c228592895fe49527964b52dbf (diff)
parent88fbf1fe733a5332f1a2ba44253b46a20fed1e6f (diff)
am 88fbf1fe: Update test runner for cts tests in testrunner/test_defs.xml
* commit '88fbf1fe733a5332f1a2ba44253b46a20fed1e6f': Update test runner for cts tests in testrunner/test_defs.xml
-rw-r--r--testrunner/test_defs.xml46
1 files changed, 23 insertions, 23 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index b8364e46d..a0420d400 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -232,7 +232,7 @@ See test_defs.xsd for more information.
<test name="cts-permission"
build_path="cts/tests/tests/permission"
package="com.android.cts.permission"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
continuous="true"
suite="cts" />
@@ -240,7 +240,7 @@ See test_defs.xsd for more information.
<test name="cts-permission2"
build_path="cts/tests/tests/permission2"
package="com.android.cts.permission2"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
continuous="true"
suite="true" />
@@ -254,20 +254,20 @@ See test_defs.xsd for more information.
<test name="cts-security"
build_path="cts/tests/tests/security"
package="com.android.cts.security"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
suite="cts" />
<test name="cts-accounts"
build_path="cts/tests/tests/accounts"
package="android.accounts.cts"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-api-signature"
build_path="cts/tests/SignatureTest"
package="android.tests.sigtest"
- runner=".InstrumentationRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
suite="cts" />
<test name="cts-api-signature-func"
@@ -278,49 +278,49 @@ See test_defs.xsd for more information.
<test name="cts-app"
build_path="cts/tests/tests/app"
package="com.android.cts.app"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-content"
build_path="cts/tests/tests/content"
package="com.android.cts.content"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-database"
build_path="cts/tests/tests/database"
package="com.android.cts.database"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-dreams"
build_path="cts/tests/tests/dreams"
package="com.android.cts.dreams"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-gesture"
build_path="cts/tests/tests/gesture"
package="com.android.cts.gesture"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-graphics"
build_path="cts/tests/tests/graphics"
package="com.android.cts.graphics"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-hardware"
build_path="cts/tests/tests/hardware"
package="com.android.cts.hardware"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
continuous="true"
suite="cts" />
@@ -328,77 +328,77 @@ See test_defs.xsd for more information.
<test name="cts-location"
build_path="cts/tests/tests/location"
package="com.android.cts.location"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-media"
build_path="cts/tests/tests/media"
package="com.android.cts.media"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-net"
build_path="cts/tests/tests/net"
package="com.android.cts.net"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-os"
build_path="cts/tests/tests/os"
package="com.android.cts.os"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-provider"
build_path="cts/tests/tests/provider"
package="com.android.cts.provider"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-text"
build_path="cts/tests/tests/text"
package="com.android.cts.text"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-telephony"
build_path="cts/tests/tests/telephony"
package="com.android.cts.telephony"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-util"
build_path="cts/tests/tests/util"
package="com.android.cts.util"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-view"
build_path="cts/tests/tests/view"
package="com.android.cts.view"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-webkit"
build_path="cts/tests/tests/webkit"
package="com.android.cts.webkit"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />
<test name="cts-widget"
build_path="cts/tests/tests/widget"
package="com.android.cts.widget"
- runner="android.test.InstrumentationCtsTestRunner"
+ runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
suite="cts" />