aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2019-12-02 16:23:40 -0800
committerYuexi Ma <yuexima@google.com>2019-12-03 18:45:51 +0000
commit385e9b3df1c7d7dc69d552f39f939e01e9f5481a (patch)
treecfd0945ac010424e020e0a489eae7d260462c346
parent44aae30f16cdf1866b3b011002fa8c5aed7dae6e (diff)
downloadcsuite-385e9b3df1c7d7dc69d552f39f939e01e9f5481a.tar.gz
Configure C-Suite to only run on one suite ABI
Configure the suite to only run tests for the device's primary ABI since the framework runs on Java and does not contain architecture-dependent code. If not set, the suite's tests are needlessly rerun on all available ABIs. Note that this change does not impact which ABI tested apps use. Test: make csuite, csuite run launch Change-Id: Idddf8194c3c1b116eac566516b110c8f5feca107 Fix: 144936076
-rw-r--r--harness/src/main/resources/config/csuite-base.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/harness/src/main/resources/config/csuite-base.xml b/harness/src/main/resources/config/csuite-base.xml
index 6892c8b..9d022ec 100644
--- a/harness/src/main/resources/config/csuite-base.xml
+++ b/harness/src/main/resources/config/csuite-base.xml
@@ -21,6 +21,8 @@
<option name="enable-root" value="true" />
<option name="max-log-size" value="200" />
+ <option name="compatibility:primary-abi-only" value="true" />
+
<template-include name="reporters" default="basic-reporters" />
<result_reporter class="com.android.compatibility.common.tradefed.result.ConsoleReporter" />
<result_reporter class="com.android.compatibility.common.tradefed.result.suite.CompatibilityProtoResultReporter" />