50 lines
2.7 KiB
XML
50 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2020 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="List MTS tests for extservices.">
|
|
|
|
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
|
|
<option name="run-command" value="device_config put textclassifier textclassifier_service_package_override com.google.android.ext.services" />
|
|
<option name="teardown-command" value="device_config delete textclassifier textclassifier_service_package_override" />
|
|
</target_preparer>
|
|
|
|
<!-- for Watchdog -->
|
|
<option name="compatibility:include-filter" value="CtsPackageWatchdogTestCases" />
|
|
<!-- for TextClassifier -->
|
|
<option name="compatibility:include-filter" value="CtsTextClassifierTestCases" />
|
|
|
|
<option name="compatibility:include-filter" value="ExtServicesUnitTests" />
|
|
<option name="compatibility:include-filter" value="TextClassifierNotificationTests" />
|
|
<option name="compatibility:include-filter" value="TextClassifierServiceTest" />
|
|
|
|
<!-- for TextClassifier native -->
|
|
<option name="compatibility:include-filter" value="libtextclassifier_tests" />
|
|
<option name="compatibility:include-filter" value="libtextclassifier_java_tests" />
|
|
|
|
<!-- for Displayhash native -->
|
|
<option name="compatibility:include-filter" value="libextservices_test" />
|
|
|
|
<!-- Enable MainlineTestModuleController. -->
|
|
<option name="compatibility:module-arg" value="CtsPackageWatchdogTestCases:enable:true" />
|
|
<option name="compatibility:module-arg" value="CtsTextClassifierTestCases:enable:true" />
|
|
<option name="compatibility:module-arg" value="ExtServicesUnitTests:enable:true" />
|
|
<option name="compatibility:module-arg" value="TextClassifierNotificationTests:enable:true" />
|
|
<option name="compatibility:module-arg" value="TextClassifierServiceTest:enable:true" />
|
|
<option name="compatibility:module-arg" value="libtextclassifier_tests:enable:true" />
|
|
<option name="compatibility:module-arg" value="libtextclassifier_java_tests:enable:true" />
|
|
<option name="compatibility:module-arg" value="libextservices_test:enable:true" />
|
|
|
|
</configuration>
|