summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2017-12-21 18:31:47 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2017-12-25 13:57:54 +0800
commite3516a3f3b060e486f077374b288dacbb114844f (patch)
treecf517908811d0a232ea5c245cb53cbb8ba5d3cd7
parent7ae0b40a4f8a2fc65ae6ce0256abe0966665e711 (diff)
downloadvndk-e3516a3f3b060e486f077374b288dacbb114844f.tar.gz
Add metadata to modules in test/vts-testcase/vndk
Add metadata. key="plan"; value="vts-vndk". Test: vts-tradefed run commandAndExit vts --include-filter VtsHalBootV1_0Target Bug: 70485967 Change-Id: Ieb5a985d7a76b085e262813e357980b4781fdf52 Merged-In: Ie1018276d06d48346c2ead8a15702955fd33259d
-rw-r--r--abi/AndroidTest.xml1
-rw-r--r--dependency/AndroidTest.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/abi/AndroidTest.xml b/abi/AndroidTest.xml
index 5dd21e0..bacd272 100644
--- a/abi/AndroidTest.xml
+++ b/abi/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS VNDK ABI test cases">
+ <option name="config-descriptor:metadata" key="plan" value="vts-vndk" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>
diff --git a/dependency/AndroidTest.xml b/dependency/AndroidTest.xml
index b0f462f..8d583f1 100644
--- a/dependency/AndroidTest.xml
+++ b/dependency/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS VNDK dependency test cases">
+ <option name="config-descriptor:metadata" key="plan" value="vts-vndk" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>