summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2018-04-20 16:33:51 -0700
committerYuexi Ma <yuexima@google.com>2018-04-21 01:00:16 -0700
commitb79e0005236f2966a05d0ee6648c479501dcec22 (patch)
tree5e96822dec89ed96b31aca3486c67689be6eab9b
parentc516d40902b753f73362951e769bcec16b55baaa (diff)
downloadperformance-b79e0005236f2966a05d0ee6648c479501dcec22.tar.gz
Use .runner_config instead of .config
CTS TF started to read subdir .config file converted from AT.xml in the new suite impl. This conflicts with our runner config's file extension. Test: run vts-selftest Change-Id: Id234dcb11ce31c92ab841081ca5d9ee6686bc2c2 Merged-In: Id234dcb11ce31c92ab841081ca5d9ee6686bc2c2
-rw-r--r--hwbinder_benchmark/binderize/AndroidTest.xml2
-rw-r--r--hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.runner_conf (renamed from hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config)0
-rw-r--r--hwbinder_benchmark/binderize_systrace/AndroidTest.xml2
-rw-r--r--hwbinder_benchmark/passthrough/AndroidTest.xml2
-rw-r--r--hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.runner_conf (renamed from hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config)0
-rw-r--r--hwbinder_benchmark/passthrough_systrace/AndroidTest.xml2
-rw-r--r--hwbinder_latency_test/binderize/AndroidTest.xml2
-rw-r--r--hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.runner_conf (renamed from hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config)0
-rw-r--r--hwbinder_latency_test/binderize_systrace/AndroidTest.xml2
-rw-r--r--hwbinder_latency_test/passthrough/AndroidTest.xml2
-rw-r--r--hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.runner_conf (renamed from hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config)0
-rw-r--r--hwbinder_latency_test/passthrough_systrace/AndroidTest.xml2
-rw-r--r--hwbinder_throughput_test/binderize/AndroidTest.xml2
-rw-r--r--hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.runner_conf (renamed from hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config)0
-rw-r--r--hwbinder_throughput_test/binderize_systrace/AndroidTest.xml2
-rw-r--r--hwbinder_throughput_test/passthrough/AndroidTest.xml2
-rw-r--r--hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.runner_conf (renamed from hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config)0
-rw-r--r--hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml2
18 files changed, 12 insertions, 12 deletions
diff --git a/hwbinder_benchmark/binderize/AndroidTest.xml b/hwbinder_benchmark/binderize/AndroidTest.xml
index d75004d..7903c7b 100644
--- a/hwbinder_benchmark/binderize/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizePerformanceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config b/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.runner_conf
index fc792a7..fc792a7 100644
--- a/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config
+++ b/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.runner_conf
diff --git a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
index 5cfd9e8..6c99360 100644
--- a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizePerformanceSystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>
diff --git a/hwbinder_benchmark/passthrough/AndroidTest.xml b/hwbinder_benchmark/passthrough/AndroidTest.xml
index 5f414e7..cd0f91e 100644
--- a/hwbinder_benchmark/passthrough/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughPerformanceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config b/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.runner_conf
index 54d9875..54d9875 100644
--- a/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config
+++ b/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.runner_conf
diff --git a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
index 74841e3..cc0e1b0 100644
--- a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughPerformanceSystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>
diff --git a/hwbinder_latency_test/binderize/AndroidTest.xml b/hwbinder_latency_test/binderize/AndroidTest.xml
index b63a2d4..ac998bc 100644
--- a/hwbinder_latency_test/binderize/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizeLatencyTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config b/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.runner_conf
index fc792a7..fc792a7 100644
--- a/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config
+++ b/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.runner_conf
diff --git a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
index 3fa6163..f8aeec5 100644
--- a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizeLatencySystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>
diff --git a/hwbinder_latency_test/passthrough/AndroidTest.xml b/hwbinder_latency_test/passthrough/AndroidTest.xml
index 7ecc4eb..a4430ab 100644
--- a/hwbinder_latency_test/passthrough/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughLatencyTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config b/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.runner_conf
index 54d9875..54d9875 100644
--- a/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config
+++ b/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.runner_conf
diff --git a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
index 56244e5..ed79b04 100644
--- a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughLatencySystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>
diff --git a/hwbinder_throughput_test/binderize/AndroidTest.xml b/hwbinder_throughput_test/binderize/AndroidTest.xml
index 2bfbecd..b1e1cd9 100644
--- a/hwbinder_throughput_test/binderize/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizeThroughputTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config b/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.runner_conf
index fc792a7..fc792a7 100644
--- a/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config
+++ b/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.runner_conf
diff --git a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
index 265dcb6..3e6782e 100644
--- a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderBinderizeThroughputSystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>
diff --git a/hwbinder_throughput_test/passthrough/AndroidTest.xml b/hwbinder_throughput_test/passthrough/AndroidTest.xml
index bbaab79..8d606c5 100644
--- a/hwbinder_throughput_test/passthrough/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughThroughputTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.runner_conf" />
<option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config b/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.runner_conf
index 54d9875..54d9875 100644
--- a/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config
+++ b/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.runner_conf
diff --git a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
index 5afa1e3..fd1c5db 100644
--- a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
@@ -27,7 +27,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="HwBinderPassthroughThroughputSystraceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
- <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config" />
+ <option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.runner_conf" />
<option name="enable-systrace" value="true" />
<option name="test-timeout" value="5m"/>
</test>