summaryrefslogtreecommitdiff
path: root/hwbinder_benchmark
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2017-12-21 18:21:40 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2018-01-26 10:37:15 +0000
commit9e90540cbc74c93ec4a33955b9e6db38a564a083 (patch)
tree57ffee01960482d250eb97e911b74ccd3eeab78b /hwbinder_benchmark
parentc5ca8363d18c442ea403721438888717236f6d1c (diff)
downloadperformance-9e90540cbc74c93ec4a33955b9e6db38a564a083.tar.gz
Add metadata to modules in test/vts-testcase/performance
Add metadata. key="plan"; value="vts-performance", "vts-performance-systrace", or "vts-misc". Test: vts-tradefed run commandAndExit vts --include-filter VtsHalBootV1_0Target Bug: 70485967 Change-Id: I7b387cc25679b21a82691cbad0ec3e3f3b5aa5a6 Merged-In: I7b387cc25679b21a82691cbad0ec3e3f3b5aa5a6 (cherry picked from commit 8530bb51f54708e684a84c5509ada35fe773b617)
Diffstat (limited to 'hwbinder_benchmark')
-rw-r--r--hwbinder_benchmark/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/passthrough_systrace/AndroidTest.xml1
4 files changed, 4 insertions, 0 deletions
diff --git a/hwbinder_benchmark/binderize/AndroidTest.xml b/hwbinder_benchmark/binderize/AndroidTest.xml
index bfd178d..f29a41b 100644
--- a/hwbinder_benchmark/binderize/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder performance benchmarks">
+ <option name="config-descriptor:metadata" key="plan" value="vts-performance" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="abort-on-push-failure" value="false" />
<option name="push-group" value="HostDrivenTest.push" />
diff --git a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
index cc2f05d..892ac55 100644
--- a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder performance benchmarks">
+ <option name="config-descriptor:metadata" key="plan" value="vts-performance-systrace" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="abort-on-push-failure" value="false" />
<option name="push-group" value="HostDrivenTest.push" />
diff --git a/hwbinder_benchmark/passthrough/AndroidTest.xml b/hwbinder_benchmark/passthrough/AndroidTest.xml
index 413c1e8..bac628c 100644
--- a/hwbinder_benchmark/passthrough/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder performance benchmarks">
+ <option name="config-descriptor:metadata" key="plan" value="vts-performance" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="abort-on-push-failure" value="false" />
<option name="push-group" value="HostDrivenTest.push" />
diff --git a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
index b962159..ac936e4 100644
--- a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder performance benchmarks">
+ <option name="config-descriptor:metadata" key="plan" value="vts-performance-systrace" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="abort-on-push-failure" value="false" />
<option name="push-group" value="HostDrivenTest.push" />