diff options
| -rw-r--r-- | tools/mts-tradefed/res/config/mts-user-sep.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/mts-tradefed/res/config/mts-user-sep.xml b/tools/mts-tradefed/res/config/mts-user-sep.xml new file mode 100644 index 0000000..f3a239a --- /dev/null +++ b/tools/mts-tradefed/res/config/mts-user-sep.xml @@ -0,0 +1,35 @@ +<?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="Test plan for 2020-09 train."> + <include name="mts" /> + + <option name="plan" value="mts-user-sep" /> + + <include name="mts-cellbroadcast-oem-tests-list" /> + <include name="mts-documentsUI-oem-tests-list" /> + <include name="mts-dnsresolver-tests-list-user" /> + <include name="mts-ipsec-tests-list" /> + <include name="mts-media-tests-list" /> + <include name="mts-network-tests-list" /> + <include name="mts-neuralnetworks-tests-list" /> + <include name="mts-permission-tests-list" /> + <include name="mts-preload-verify-tests-list" /> + <include name="mts-sdkextensions-tests-list" /> + <include name="mts-statsd-tests-list-user" /> + <include name="mts-tethering-tests-list" /> + <include name="mts-wifi-tests-list" /> +</configuration> + |
