Update default template for suites native tests

Add the default suite tag membership to the native test.
Added the default native metric (google benchmark) config
(not used yet).

Test: build device-tests
Bug: 77904876
Change-Id: Ia8174035c410b1ebb25eb9069dc5a291913ef622
This commit is contained in:
Julien Desprez 2018-04-12 18:10:32 -07:00
parent 65ba0bf59c
commit d86b37fc2b

View File

@ -15,6 +15,8 @@
--> -->
<!-- This test config file is auto-generated. --> <!-- This test config file is auto-generated. -->
<configuration description="Runs {MODULE}."> <configuration description="Runs {MODULE}.">
<option name="test-suite-tag" value="apct" />
<option name="test-suite-tag" value="apct-native" />
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" /> <option name="cleanup" value="true" />
<option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" /> <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />