Skip to content

Commit c1c0bfc

Browse files
committed
Add a test definition for framework networking tests.
Test: runtest frameworks-net # Runs tests. Bug: 31479480 (cherry picked from commit 5439831) Change-Id: If1357b43548620c993e4306ee19f9537830be553
1 parent 453a71d commit c1c0bfc

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)