diff options
| author | Chen Zhu <chenzhu@google.com> | 2020-07-16 17:19:31 -0700 |
|---|---|---|
| committer | Chen Zhu <chenzhu@google.com> | 2020-07-16 18:10:50 -0700 |
| commit | cb688ba8c3a8431ff4b82e3d8b4a3cae9a635251 (patch) | |
| tree | d7edbb6da44484654c10f5dacf4113a05877546a | |
| parent | 00469ca460efa445d6fbc5d51045c0b30c956e4b (diff) | |
| download | platform_test_mts-android11-dev.tar.gz platform_test_mts-android11-dev.tar.bz2 platform_test_mts-android11-dev.zip | |
Add test plan mts-user-sep for 2020-sep-train.android11-dev
Bug: 161494402
Bug: 161171947
Test: m mts && mts-tradefed run mts-sep-user
Change-Id: I568329b3fc5aae9167db62259558e446e9669f54
| -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> + |
