summaryrefslogtreecommitdiff
path: root/binder_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 /binder_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 'binder_benchmark')
-rw-r--r--binder_benchmark/binder_performance_systrace_test/AndroidTest.xml1
-rw-r--r--binder_benchmark/binder_performance_test/AndroidTest.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml b/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml
index 7a9063f..8ad82e7 100644
--- a/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml
+++ b/binder_benchmark/binder_performance_systrace_test/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libbinder performance benchmarks with systrace">
+ <option name="config-descriptor:metadata" key="plan" value="vts-misc" />
<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/binder_benchmark/binder_performance_test/AndroidTest.xml b/binder_benchmark/binder_performance_test/AndroidTest.xml
index 679eaa6..98e22d1 100644
--- a/binder_benchmark/binder_performance_test/AndroidTest.xml
+++ b/binder_benchmark/binder_performance_test/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libbinder 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" />