summaryrefslogtreecommitdiff
path: root/hwbinder_throughput_test/passthrough/AndroidTest.xml
diff options
context:
space:
mode:
authorZhuoyao Zhang <zhuoyao@google.com>2016-11-23 16:38:33 -0800
committerZhuoyao Zhang <zhuoyao@google.com>2016-11-23 16:38:33 -0800
commitb5680925739cccf27ad253eb61cdbb18f60c7330 (patch)
treee271387cea21c1bee688ad7358653eb91d6c0242 /hwbinder_throughput_test/passthrough/AndroidTest.xml
parent0f0a6fdbf07fa9772a345691751014354d2e3b70 (diff)
downloadperformance-b5680925739cccf27ad253eb61cdbb18f60c7330.tar.gz
Move performance tests under /test/vts-testcase/
Bug:32783461 Test: run vts-serving-staging-hal-hidl Change-Id: I779645044b9f0b5f7cde2542c9f4f00e3f5dc479
Diffstat (limited to 'hwbinder_throughput_test/passthrough/AndroidTest.xml')
-rw-r--r--hwbinder_throughput_test/passthrough/AndroidTest.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/hwbinder_throughput_test/passthrough/AndroidTest.xml b/hwbinder_throughput_test/passthrough/AndroidTest.xml
new file mode 100644
index 0000000..37f7adf
--- /dev/null
+++ b/hwbinder_throughput_test/passthrough/AndroidTest.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<configuration description="Config for VTS HwBinderThroughputBenchmark test cases">
+ <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
+ <option name="push-group" value="HostDrivenTest.push" />
+ <option name="cleanup" value="true" />
+ <option name="push" value="DATA/nativetest/hwbinderThroughputTest/hwbinderThroughputTest->/data/local/tmp/32/hwbinderThroughputTest32" />
+ <option name="push" value="DATA/nativetest64/hwbinderThroughputTest/hwbinderThroughputTest->/data/local/tmp/64/hwbinderThroughputTest64" />
+ </target_preparer>
+ <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
+ </target_preparer>
+ <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" />
+ </test>
+</configuration>