diff options
author | Matt Lee <matthewhlee@google.com> | 2022-12-06 21:38:20 -0800 |
---|---|---|
committer | Matt Lee <matthewhlee@google.com> | 2022-12-06 21:38:20 -0800 |
commit | 3cdda9badd55710864ebaade7a4b8446adee38a6 (patch) | |
tree | 142a3767bf6b65065cde85b8917a869ef74c4c6b /sensors | |
parent | a9ebb32149d2717dcfb3a9d1ea80dbe08be5c47b (diff) | |
parent | 972d05917e37e520229d71881940dcdeb11e2964 (diff) |
Merge t-qpr-2022-12
Change-Id: I86a901f08eb87588bd2163cf8287e7dacea699b6
Diffstat (limited to 'sensors')
-rw-r--r-- | sensors/aidl/vts/AndroidTest.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sensors/aidl/vts/AndroidTest.xml b/sensors/aidl/vts/AndroidTest.xml new file mode 100644 index 0000000000..99caf28422 --- /dev/null +++ b/sensors/aidl/vts/AndroidTest.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2022 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="Runs VtsAidlHalSensorsTargetTest."> + <option name="test-suite-tag" value="apct" /> + <option name="test-suite-tag" value="apct-native" /> + + <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> + <target_preparer class="com.android.tradefed.targetprep.StopServicesSetup"/> + + <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> + <option name="cleanup" value="true" /> + <option name="push" value="VtsAidlHalSensorsTargetTest->/data/local/tmp/VtsAidlHalSensorsTargetTest" /> + </target_preparer> + + <test class="com.android.tradefed.testtype.GTest" > + <option name="native-test-timeout" value="900000" /> + <option name="runtime-hint" value="300000"/> + <option name="native-test-device-path" value="/data/local/tmp" /> + <option name="module-name" value="VtsAidlHalSensorsTargetTest" /> + </test> +</configuration> |