forked from openkylin/platform_build
Update the base autogenerated config template for instru
For APCT auto-generated configuration, the template will include the test-suite-tag that will allow it to be picked up automatically. Test: none Bug: 74440293 Change-Id: Ia82e8287f212f4daec97523394517bfbbe7a86d3
This commit is contained in:
parent
1988d976ec
commit
b8f85204a6
|
@ -15,7 +15,10 @@
|
|||
-->
|
||||
<!-- This test config file is auto-generated. -->
|
||||
<configuration description="Runs {LABEL}.">
|
||||
<option name="test-suite-tag" value="apct" />
|
||||
<option name="test-suite-tag" value="apct-instrumentation" />
|
||||
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
|
||||
<option name="cleanup-apks" value="true" />
|
||||
<option name="test-file-name" value="{MODULE}.apk" />
|
||||
</target_preparer>
|
||||
|
||||
|
|
Loading…
Reference in New Issue