aboutsummaryrefslogtreecommitdiff
path: root/tests/TestPlanDef.xml
diff options
context:
space:
mode:
authorJinhui Wang <jinhuiw@google.com>2016-06-14 16:37:03 -0700
committerJinhui Wang <jinhuiw@google.com>2016-06-21 06:57:39 -0700
commitd5cdcbcea9d25bd3d0c4ccbe5fca0560338aba33 (patch)
tree1fb5e6af1312d1174fe6610ca2878b4a5ad35b25 /tests/TestPlanDef.xml
parent2e8c262068ccf34de556967679083d72626c7876 (diff)
downloadAfwTestHarness-d5cdcbcea9d25bd3d0c4ccbe5fca0560338aba33.tar.gz
Import test packages
Imported 4 test packages: - NfcProvisioning - NonSuwPoProvisioning - SuwDoProvisioning - SuwPoProvisioning Change-Id: I170baaf684ed13c925510ef575b6ea2da6498b8a
Diffstat (limited to 'tests/TestPlanDef.xml')
-rw-r--r--tests/TestPlanDef.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/TestPlanDef.xml b/tests/TestPlanDef.xml
new file mode 100644
index 0000000..d064d1f
--- /dev/null
+++ b/tests/TestPlanDef.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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 definitions">
+ <!-- For user debug build-->
+ <plan name="afw-userdebug-build">
+ <package name="AfwTestNfcProvisioningTestCases"/>
+ <package name="AfwTestSuwDoProvisioningTestCases"/>
+ <package name="AfwTestSuwPoProvisioningTestCases"/>
+ </plan>
+
+ <!-- For user build-->
+ <plan name="afw-user-build">
+ <package name="AfwTestNonSuwPoProvisioningTestCases"/>
+ </plan>
+
+</configuration>
+