diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-18 01:36:36 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-18 01:36:36 +0000 |
| commit | b4cedd090ee8c783af67303b70545865e2cedf39 (patch) | |
| tree | d7edbb6da44484654c10f5dacf4113a05877546a | |
| parent | fb0ef5edfeac0f25c21940c376a209199684b2e8 (diff) | |
| parent | 36c4ecf0a2331edc457e386a7f01e04d329facee (diff) | |
| download | platform_test_mts-android11-gsi.tar.gz platform_test_mts-android11-gsi.tar.bz2 platform_test_mts-android11-gsi.zip | |
Snap for 6690197 from cb688ba8c3a8431ff4b82e3d8b4a3cae9a635251 to rvc-release am: 36c4ecf0a2android11-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/test/mts/+/12183226
Change-Id: Iab88f688eca123a2a6fa8269955286d9b5af79eb
| -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> + |
