summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorman Cheung <normancheung@google.com>2021-10-21 17:34:24 +0000
committerRoss Yeh <rossyeh@google.com>2021-11-03 00:04:51 +0000
commit2329ff6129c4ec03df456380066332c7121e229c (patch)
treedf7618c07e7c1a38b92d04e8a212b88a7c1b7237
parent95593da9b830e3d016c492776f5632c74711fe4a (diff)
downloadvts-2329ff6129c4ec03df456380066332c7121e229c.tar.gz
Reorder option tag to have the plan name correctly show for vts-validation test plan
Bug: 203734679 Change-Id: I843beac865bff5db9ca06fcc8bdeee4f96fa95c7 (cherry picked from commit b4bfea79711ab1b800a2878353b4836606f76cb0)
-rw-r--r--tools/vts-core-tradefed/res/config/vts-validation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vts-core-tradefed/res/config/vts-validation.xml b/tools/vts-core-tradefed/res/config/vts-validation.xml
index 14167c7a4..92a87deb8 100644
--- a/tools/vts-core-tradefed/res/config/vts-validation.xml
+++ b/tools/vts-core-tradefed/res/config/vts-validation.xml
@@ -14,8 +14,8 @@
limitations under the License.
-->
<configuration description="Runs a subset of VTS tests using a general kernel image (GKI)">
- <option name="plan" value="vts-validation" />
<option name="result-attribute" key="GKI" value="1" />
<include name="vts" />
<include name="vts-validation-exclude" />
+ <option name="plan" value="vts-validation" />
</configuration>