summaryrefslogtreecommitdiff
path: root/hwbinder_benchmark/passthrough_systrace
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 /hwbinder_benchmark/passthrough_systrace
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
Diffstat (limited to 'hwbinder_benchmark/passthrough_systrace')
-rw-r--r--hwbinder_benchmark/passthrough_systrace/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
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>