summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2021-11-03 12:05:58 +0800
committerBowgo Tsai <bowgotsai@google.com>2021-11-03 12:24:14 +0800
commit63b9a8474faca5b5c3724490e953d0b9a632c41f (patch)
treec8fc61a62b36ccf68a1c2c3ea7277b9b7c2b8b0b
parentfcd9c509d21720d2d2582f884a08de97fb5bf67e (diff)
downloadvts-63b9a8474faca5b5c3724490e953d0b9a632c41f.tar.gz
Skips GSI verification in vts-validation plan
vts-validation runs on OEM's system.img instead of a GSI. Bug: 204430964 Test: run the following command and checks it is NOT running: `run vts-validation --include-filter "vts_security_avb_test AvbTest#SystemHashtree"` Test: run the following command and checks it is NOT running: `run vts-validation --include-filter "vts_security_avb_test AvbTest#SystemDescriptor"` Change-Id: I3232bcf991927f97f14fca16b761be24fcdbb329 (cherry picked from commit 7b7fff3b266c3ed48d99adbf91ebd5dff5425b85)
-rw-r--r--tools/vts-core-tradefed/res/config/vts-validation-exclude.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/vts-core-tradefed/res/config/vts-validation-exclude.xml b/tools/vts-core-tradefed/res/config/vts-validation-exclude.xml
index e86db6ec4..e4147dd48 100644
--- a/tools/vts-core-tradefed/res/config/vts-validation-exclude.xml
+++ b/tools/vts-core-tradefed/res/config/vts-validation-exclude.xml
@@ -41,6 +41,8 @@
<option name="compatibility:exclude-filter" value="vts_permission_validate_test" />
<option name="compatibility:exclude-filter" value="vts_ltp_test_arm_64" />
<option name="compatibility:exclude-filter" value="vts_ltp_test" />
+ <option name="compatibility:exclude-filter" value="vts_security_avb_test AvbTest#SystemHashtree" />
+ <option name="compatibility:exclude-filter" value="vts_security_avb_test AvbTest#SystemDescriptor" />
<option name="compatibility:exclude-filter" value="vts_test_binary_bow_module" />
<option name="compatibility:exclude-filter" value="vts_treble_platform_version_test" />
<option name="compatibility:exclude-filter" value="vts_treble_sys_prop_test" />