Merge "Add a test definition for framework networking tests."

This commit is contained in:
Lorenzo Colitti
2016-12-09 02:58:25 +00:00
committed by Gerrit Code Review

View File

@@ -36,6 +36,13 @@ See test_defs.xsd for more information.
coverage_target="framework" coverage_target="framework"
continuous="true" /> continuous="true" />
<test name="frameworks-net"
build_path="frameworks/base/tests/net"
package="com.android.frameworks.tests.net"
runner="android.support.test.runner.AndroidJUnitRunner"
coverage_target="framework"
continuous = "true" />
<!-- will not run in the continuous test as it needs both Wifi & 3G --> <!-- will not run in the continuous test as it needs both Wifi & 3G -->
<test name="frameworks-connectivity" <test name="frameworks-connectivity"
build_path="frameworks/base/core/tests/ConnectivityManagerTest/" build_path="frameworks/base/core/tests/ConnectivityManagerTest/"