summaryrefslogtreecommitdiff
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
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)
-rw-r--r--audio_loopback_test/AndroidTest.xml1
-rw-r--r--binder_benchmark/binder_performance_systrace_test/AndroidTest.xml1
-rw-r--r--binder_benchmark/binder_performance_test/AndroidTest.xml1
-rw-r--r--binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml1
-rw-r--r--binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml1
-rw-r--r--fmq_benchmark/AndroidTest.xml1
-rw-r--r--hal_coverage_measurement/AndroidTest.xml1
-rw-r--r--hidl_trace_recorder/AndroidTest.xml1
-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
-rw-r--r--hwbinder_latency_test/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/passthrough_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml1
20 files changed, 20 insertions, 0 deletions
diff --git a/audio_loopback_test/AndroidTest.xml b/audio_loopback_test/AndroidTest.xml
index 4b2900c..1dd35af 100644
--- a/audio_loopback_test/AndroidTest.xml
+++ b/audio_loopback_test/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS Sensor Module HIDL Audio Loopback test case">
+ <option name="config-descriptor:metadata" key="plan" value="vts-misc" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
<option name="cleanup" value="true" />
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" />
diff --git a/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml b/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml
index 9183ebb..64d58f6 100644
--- a/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml
+++ b/binder_throughput_test/binder_throughput_benchmark/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS BinderThroughputBenchmark test cases">
+ <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/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml b/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml
index d655248..d4c17e4 100644
--- a/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml
+++ b/binder_throughput_test/binder_throughput_benchmark_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS BinderThroughputBenchmark test cases">
+ <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/fmq_benchmark/AndroidTest.xml b/fmq_benchmark/AndroidTest.xml
index 483f1fe..6f74c32 100644
--- a/fmq_benchmark/AndroidTest.xml
+++ b/fmq_benchmark/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS fmq 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/hal_coverage_measurement/AndroidTest.xml b/hal_coverage_measurement/AndroidTest.xml
index e7bcee6..81e830f 100644
--- a/hal_coverage_measurement/AndroidTest.xml
+++ b/hal_coverage_measurement/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for Vts Hal Coverage Measurement test case">
+ <option name="config-descriptor:metadata" key="plan" value="vts-misc" />
<target_preparer class="com.android.tradefed.targetprep.VtsCoveragePreparer" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HalHidlHostTest.push" />
diff --git a/hidl_trace_recorder/AndroidTest.xml b/hidl_trace_recorder/AndroidTest.xml
index e9771b6..512ec55 100644
--- a/hidl_trace_recorder/AndroidTest.xml
+++ b/hidl_trace_recorder/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS Sensor Module HIDL Trace Recoder test case">
+ <option name="config-descriptor:metadata" key="plan" value="vts-misc" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group-remount-system" value="true" />
<option name="push-group" value="RecordReplayTest.push" />
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" />
diff --git a/hwbinder_latency_test/binderize/AndroidTest.xml b/hwbinder_latency_test/binderize/AndroidTest.xml
index 8e07924..ee67c2c 100644
--- a/hwbinder_latency_test/binderize/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder latency tests">
+ <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_latency_test/binderize_systrace/AndroidTest.xml b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
index d7ad27f..5f618b9 100644
--- a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder latency tests with systrace">
+ <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_latency_test/passthrough/AndroidTest.xml b/hwbinder_latency_test/passthrough/AndroidTest.xml
index 99364df..68d793b 100644
--- a/hwbinder_latency_test/passthrough/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder latency tests">
+ <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_latency_test/passthrough_systrace/AndroidTest.xml b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
index 94cef5e..381d7a8 100644
--- a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS libhwbinder latency tests with systrace">
+ <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_throughput_test/binderize/AndroidTest.xml b/hwbinder_throughput_test/binderize/AndroidTest.xml
index 93593bc..0982a10 100644
--- a/hwbinder_throughput_test/binderize/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS HwBinderThroughputBenchmark test cases">
+ <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_throughput_test/binderize_systrace/AndroidTest.xml b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
index 0f70d53..e8f84a0 100644
--- a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS HwBinderThroughputBenchmark test cases">
+ <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_throughput_test/passthrough/AndroidTest.xml b/hwbinder_throughput_test/passthrough/AndroidTest.xml
index 34079e7..5993c7e 100644
--- a/hwbinder_throughput_test/passthrough/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS HwBinderThroughputBenchmark test cases">
+ <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_throughput_test/passthrough_systrace/AndroidTest.xml b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
index b9d08e5..24cf8f9 100644
--- a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for VTS HwBinderThroughputBenchmark test cases">
+ <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" />