aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInsaf Latypov <saferif@google.com>2017-08-30 14:41:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-08-30 14:41:24 +0000
commit863f4dad0e8c227aa7ed026ccad9d013aecffdf1 (patch)
tree1a2e6b8a9d84fa6d7e0baeb73205d7a98c53c7db
parent7994106de85e35f222ad0fdd9533a56ec28dbd5c (diff)
parent858c7ba16a8a5d594e97c887b768eb744d65ca14 (diff)
downloadAfwTestHarness-afw-test-harness-oreo-dev.tar.gz
Merge "Increase version number." into oc-devafw-test-harness-3.1afw-test-harness-oreo-dev
-rw-r--r--tools/tradefed-host/Android.mk2
-rw-r--r--tools/tradefed-host/res/config/afw-userdebug-build.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/tradefed-host/Android.mk b/tools/tradefed-host/Android.mk
index e3ff91a..b2d488b 100644
--- a/tools/tradefed-host/Android.mk
+++ b/tools/tradefed-host/Android.mk
@@ -39,7 +39,7 @@ LOCAL_SUITE_BUILD_NUMBER := $(BUILD_NUMBER_FROM_FILE)
LOCAL_SUITE_TARGET_ARCH := $(TARGET_ARCH)
LOCAL_SUITE_NAME := CTS
LOCAL_SUITE_FULLNAME := "for Work Test Harness"
-LOCAL_SUITE_VERSION := 3.0.1
+LOCAL_SUITE_VERSION := 3.1
include $(BUILD_COMPATIBILITY_SUITE)
diff --git a/tools/tradefed-host/res/config/afw-userdebug-build.xml b/tools/tradefed-host/res/config/afw-userdebug-build.xml
index cfa845b..a13903f 100644
--- a/tools/tradefed-host/res/config/afw-userdebug-build.xml
+++ b/tools/tradefed-host/res/config/afw-userdebug-build.xml
@@ -22,5 +22,6 @@
<option name="compatibility:include-filter" value="AfwTestNfcProvisioningTestCases" />
<option name="compatibility:include-filter" value="AfwTestQRCodeProvisioningTestCases" />
<option name="compatibility:include-filter" value="AfwTestSuwDoProvisioningTestCases" />
+ <option name="compatibility:include-filter" value="AfwTestSuwPoProvisioningTestCases" />
</configuration>