We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b0caf + c1c0bfc commit 4449cf8Copy full SHA for 4449cf8
testrunner/test_defs.xml
@@ -36,6 +36,13 @@ See test_defs.xsd for more information.
36
coverage_target="framework"
37
continuous="true" />
38
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
+
46
<!-- will not run in the continuous test as it needs both Wifi & 3G -->
47
<test name="frameworks-connectivity"
48
build_path="frameworks/base/core/tests/ConnectivityManagerTest/"
0 commit comments