1*cf2b7170SAndroid Build Coastguard Worker<!-- 2*cf2b7170SAndroid Build Coastguard Worker Copyright (C) 2023 Google Inc. 3*cf2b7170SAndroid Build Coastguard Worker 4*cf2b7170SAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*cf2b7170SAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*cf2b7170SAndroid Build Coastguard Worker You may obtain a copy of the License at 7*cf2b7170SAndroid Build Coastguard Worker 8*cf2b7170SAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*cf2b7170SAndroid Build Coastguard Worker 10*cf2b7170SAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*cf2b7170SAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*cf2b7170SAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*cf2b7170SAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*cf2b7170SAndroid Build Coastguard Worker limitations under the License. 15*cf2b7170SAndroid Build Coastguard Worker--> 16*cf2b7170SAndroid Build Coastguard Worker<configuration description="Complete Automotive Tests - Privacy Setting Functional Tests."> 17*cf2b7170SAndroid Build Coastguard Worker <!-- Common Base --> 18*cf2b7170SAndroid Build Coastguard Worker <include name="catbox-common"/> 19*cf2b7170SAndroid Build Coastguard Worker 20*cf2b7170SAndroid Build Coastguard Worker <!-- Device Preparers --> 21*cf2b7170SAndroid Build Coastguard Worker <include name="catbox-preparer"/> 22*cf2b7170SAndroid Build Coastguard Worker 23*cf2b7170SAndroid Build Coastguard Worker <!-- Plan --> 24*cf2b7170SAndroid Build Coastguard Worker <option name="plan" value="catbox-functional-privacy-setting-ui-elements"/> 25*cf2b7170SAndroid Build Coastguard Worker 26*cf2b7170SAndroid Build Coastguard Worker <!-- Test Args --> 27*cf2b7170SAndroid Build Coastguard Worker <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:runner:androidx.test.runner.AndroidJUnitRunner" /> 28*cf2b7170SAndroid Build Coastguard Worker <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:package:android.platform.tests" /> 29*cf2b7170SAndroid Build Coastguard Worker <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:no-rerun:true" /> 30*cf2b7170SAndroid Build Coastguard Worker 31*cf2b7170SAndroid Build Coastguard Worker <!-- Tests --> 32*cf2b7170SAndroid Build Coastguard Worker <option name="compatibility:include-filter" value="AndroidAutomotiveSettingsTests android.platform.tests.PrivacySettingVerifyUIElementsTest" /> 33*cf2b7170SAndroid Build Coastguard Worker</configuration>