blob: 641a60c2470fab33e347b6606128a07566e85ed8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 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.
-->
<!-- Note: remove once build support can autogenerate configurations
for modules with test data. (b/117891984) -->
<configuration description="Runs apexservice_test.">
<option name="test-suite-tag" value="apct" />
<option name="test-suite-tag" value="apct-native" />
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" />
<option name="push" value="apexservice_test->/data/local/tmp/apexservice_test/apexservice_test" />
<option name="push" value="apex.apexd_test.apex->/data/local/tmp/apex_file_test/apex.apexd_test.apex" />
<option name="push" value="apex.apexd_test_v2.apex->/data/local/tmp/apex_file_test/apex.apexd_test_v2.apex" />
<option name="push" value="apex.apexd_test_preinstall.apex->/data/local/tmp/apex_file_test/apex.apexd_test_preinstall.apex" />
</target_preparer>
<!-- Temporarily disable selinux enforcement until the install flow is clear
and apexd has all rights. b/112669193 -->
<target_preparer class="com.android.tradefed.targetprep.DisableSELinuxTargetPreparer"/>
<!-- Similarly, ensure that the test runs as root to prepare the temporary
directory. b/112669193, b/119569101 -->
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp/apexservice_test" />
<option name="module-name" value="apexservice_test" />
</test>
</configuration>