Merge "add component metadata to all CTS module configs" into oc-dev

am: 43596249b5

Change-Id: Idaada8414d62bf7d84d40b532ec7464e7230bd37
This commit is contained in:
Guang Zhu
2017-06-06 19:29:09 +00:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
limitations under the License. limitations under the License.
--> -->
<configuration description="Config for CTS net host test cases"> <configuration description="Config for CTS net host test cases">
<option name="config-descriptor:metadata" key="component" value="networking" />
<test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" >
<option name="jar" value="CtsHostsideNetworkTests.jar" /> <option name="jar" value="CtsHostsideNetworkTests.jar" />
<option name="runtime-hint" value="3m56s" /> <option name="runtime-hint" value="3m56s" />

View File

@@ -13,6 +13,7 @@
limitations under the License. limitations under the License.
--> -->
<configuration description="Config for CTS Net test cases"> <configuration description="Config for CTS Net test cases">
<option name="config-descriptor:metadata" key="component" value="networking" />
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" /> <option name="cleanup-apks" value="true" />
<option name="test-file-name" value="CtsNetTestCases.apk" /> <option name="test-file-name" value="CtsNetTestCases.apk" />