Merge "Use ConnectivityCheckTargetPreparer in tethering cts"
This commit is contained in:
@@ -46,6 +46,7 @@ java_defaults {
|
|||||||
|
|
||||||
// Change to system current when TetheringManager move to bootclass path.
|
// Change to system current when TetheringManager move to bootclass path.
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
|
host_required: ["net-tests-utils-host-common"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tethering CTS tests that target the latest released SDK. These tests can be installed on release
|
// Tethering CTS tests that target the latest released SDK. These tests can be installed on release
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
<option name="cleanup-apks" value="true" />
|
<option name="cleanup-apks" value="true" />
|
||||||
<option name="test-file-name" value="{MODULE}.apk" />
|
<option name="test-file-name" value="{MODULE}.apk" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
|
<target_preparer class="com.android.testutils.ConnectivityCheckTargetPreparer">
|
||||||
|
</target_preparer>
|
||||||
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
|
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
|
||||||
<option name="package" value="android.tethering.cts" />
|
<option name="package" value="android.tethering.cts" />
|
||||||
</test>
|
</test>
|
||||||
|
|||||||
Reference in New Issue
Block a user