Skip to content

Commit 4449cf8

Browse files
lcolittiGerrit Code Review
authored andcommitted
Merge "Add a test definition for framework networking tests."
2 parents 35b0caf + c1c0bfc commit 4449cf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testrunner/test_defs.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ See test_defs.xsd for more information.
3636
coverage_target="framework"
3737
continuous="true" />
3838

39+
<test name="frameworks-net"
40+
build_path="frameworks/base/tests/net"
41+
package="com.android.frameworks.tests.net"
42+
runner="android.support.test.runner.AndroidJUnitRunner"
43+
coverage_target="framework"
44+
continuous = "true" />
45+
3946
<!-- will not run in the continuous test as it needs both Wifi & 3G -->
4047
<test name="frameworks-connectivity"
4148
build_path="frameworks/base/core/tests/ConnectivityManagerTest/"

0 commit comments

Comments
 (0)