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

am: 4449cf857d

Change-Id: I46aa7f78ee01c5be4d6b2ac9ce8f78443521ba2c
This commit is contained in:
Lorenzo Colitti
2016-12-09 03:06:12 +00:00
committed by android-build-merger

View File

@@ -36,6 +36,13 @@ See test_defs.xsd for more information.
coverage_target="framework"
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 -->
<test name="frameworks-connectivity"
build_path="frameworks/base/core/tests/ConnectivityManagerTest/"