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
This commit is contained in:
Chenjie Luo
2014-10-08 00:07:45 +00:00
committed by Android Git Automerger

View File

@@ -232,7 +232,7 @@ See test_defs.xsd for more information.
<test name="cts-permission" <test name="cts-permission"
build_path="cts/tests/tests/permission" build_path="cts/tests/tests/permission"
package="com.android.cts.permission" package="com.android.cts.permission"
runner="android.test.InstrumentationTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
continuous="true" continuous="true"
suite="cts" /> suite="cts" />
@@ -240,7 +240,7 @@ See test_defs.xsd for more information.
<test name="cts-permission2" <test name="cts-permission2"
build_path="cts/tests/tests/permission2" build_path="cts/tests/tests/permission2"
package="com.android.cts.permission2" package="com.android.cts.permission2"
runner="android.test.InstrumentationTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
continuous="true" continuous="true"
suite="true" /> suite="true" />
@@ -254,20 +254,20 @@ See test_defs.xsd for more information.
<test name="cts-security" <test name="cts-security"
build_path="cts/tests/tests/security" build_path="cts/tests/tests/security"
package="com.android.cts.security" package="com.android.cts.security"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
suite="cts" /> suite="cts" />
<test name="cts-accounts" <test name="cts-accounts"
build_path="cts/tests/tests/accounts" build_path="cts/tests/tests/accounts"
package="android.accounts.cts" package="android.accounts.cts"
runner="android.test.InstrumentationTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-api-signature" <test name="cts-api-signature"
build_path="cts/tests/SignatureTest" build_path="cts/tests/SignatureTest"
package="android.tests.sigtest" package="android.tests.sigtest"
runner=".InstrumentationRunner" runner="android.support.test.runner.AndroidJUnitRunner"
suite="cts" /> suite="cts" />
<test name="cts-api-signature-func" <test name="cts-api-signature-func"
@@ -278,49 +278,49 @@ See test_defs.xsd for more information.
<test name="cts-app" <test name="cts-app"
build_path="cts/tests/tests/app" build_path="cts/tests/tests/app"
package="com.android.cts.app" package="com.android.cts.app"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-content" <test name="cts-content"
build_path="cts/tests/tests/content" build_path="cts/tests/tests/content"
package="com.android.cts.content" package="com.android.cts.content"
runner="android.test.InstrumentationTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-database" <test name="cts-database"
build_path="cts/tests/tests/database" build_path="cts/tests/tests/database"
package="com.android.cts.database" package="com.android.cts.database"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-dreams" <test name="cts-dreams"
build_path="cts/tests/tests/dreams" build_path="cts/tests/tests/dreams"
package="com.android.cts.dreams" package="com.android.cts.dreams"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-gesture" <test name="cts-gesture"
build_path="cts/tests/tests/gesture" build_path="cts/tests/tests/gesture"
package="com.android.cts.gesture" package="com.android.cts.gesture"
runner="android.test.InstrumentationTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-graphics" <test name="cts-graphics"
build_path="cts/tests/tests/graphics" build_path="cts/tests/tests/graphics"
package="com.android.cts.graphics" package="com.android.cts.graphics"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-hardware" <test name="cts-hardware"
build_path="cts/tests/tests/hardware" build_path="cts/tests/tests/hardware"
package="com.android.cts.hardware" package="com.android.cts.hardware"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
continuous="true" continuous="true"
suite="cts" /> suite="cts" />
@@ -328,77 +328,77 @@ See test_defs.xsd for more information.
<test name="cts-location" <test name="cts-location"
build_path="cts/tests/tests/location" build_path="cts/tests/tests/location"
package="com.android.cts.location" package="com.android.cts.location"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-media" <test name="cts-media"
build_path="cts/tests/tests/media" build_path="cts/tests/tests/media"
package="com.android.cts.media" package="com.android.cts.media"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-net" <test name="cts-net"
build_path="cts/tests/tests/net" build_path="cts/tests/tests/net"
package="com.android.cts.net" package="com.android.cts.net"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-os" <test name="cts-os"
build_path="cts/tests/tests/os" build_path="cts/tests/tests/os"
package="com.android.cts.os" package="com.android.cts.os"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-provider" <test name="cts-provider"
build_path="cts/tests/tests/provider" build_path="cts/tests/tests/provider"
package="com.android.cts.provider" package="com.android.cts.provider"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-text" <test name="cts-text"
build_path="cts/tests/tests/text" build_path="cts/tests/tests/text"
package="com.android.cts.text" package="com.android.cts.text"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-telephony" <test name="cts-telephony"
build_path="cts/tests/tests/telephony" build_path="cts/tests/tests/telephony"
package="com.android.cts.telephony" package="com.android.cts.telephony"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-util" <test name="cts-util"
build_path="cts/tests/tests/util" build_path="cts/tests/tests/util"
package="com.android.cts.util" package="com.android.cts.util"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-view" <test name="cts-view"
build_path="cts/tests/tests/view" build_path="cts/tests/tests/view"
package="com.android.cts.view" package="com.android.cts.view"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-webkit" <test name="cts-webkit"
build_path="cts/tests/tests/webkit" build_path="cts/tests/tests/webkit"
package="com.android.cts.webkit" package="com.android.cts.webkit"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />
<test name="cts-widget" <test name="cts-widget"
build_path="cts/tests/tests/widget" build_path="cts/tests/tests/widget"
package="com.android.cts.widget" package="com.android.cts.widget"
runner="android.test.InstrumentationCtsTestRunner" runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework" coverage_target="framework"
suite="cts" /> suite="cts" />