summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-04-03 21:24:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-03 21:24:39 +0000
commit4e36c87e7470d01fbbff3e3d27d1ee671126ccea (patch)
tree77a94254f8b0a29bdf947807a9d1e70b8fa0342b
parent798c7b062b4ee011e7d5f78008b68c7c7e814252 (diff)
parentb69bd5321876d45cfdac5a4917d1a26aef9e65c6 (diff)
downloadcts-4e36c87e7470d01fbbff3e3d27d1ee671126ccea.tar.gz
Merge "Change the order of test plan option" into android13-tests-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-system.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/cts-tradefed/res/config/cts-system.xml b/tools/cts-tradefed/res/config/cts-system.xml
index 530fe79beb6..c8307012f89 100644
--- a/tools/cts-tradefed/res/config/cts-system.xml
+++ b/tools/cts-tradefed/res/config/cts-system.xml
@@ -15,11 +15,12 @@
-->
<configuration description="Runs a subset of CTS tests when vendor image is not changed">
- <option name="plan" value="cts-system" />
- <option name="result-attribute" key="system" value="1" />
<include name="cts" />
+ <option name="plan" value="cts-system" />
+ <option name="result-attribute" key="system" value="1" />
+
<!-- dEQP tests to be included in this plan-->
<option name="compatibility:module-arg" value="CtsDeqpTestCases:include-filter:dEQP-EGL.*" />
<option name="compatibility:module-arg" value="CtsDeqpTestCases:include-filter:dEQP-VK.wsi.*" />