summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Homescu <ahomescu@google.com>2024-02-02 00:41:09 +0000
committerAndrei Homescu <ahomescu@google.com>2024-03-01 06:17:21 +0000
commitd6b6b6c8efc835f5ee51c5267558b7fb45a34d30 (patch)
tree435be84fa386ac90e857200cee307029af1b4e46
parent4f292492b55941ea6bc923223a0eeef0a63b0d41 (diff)
downloadaosp-d6b6b6c8efc835f5ee51c5267558b7fb45a34d30.tar.gz
test-map: Disable vb state and vbmeta digest tests
https://r.android.com/2576910 added a couple of new tests for "verified boot state and VBMeta digest" that are failing on the emulator. Disable them for now. Bug: 322868374 Test: build.py --test "vts:keymint" Change-Id: I9d4642c02a7c55619eca0e1f0c5869c74c8a5d48
-rw-r--r--scripts/test-map4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/test-map b/scripts/test-map
index 5b4b1f5..64bfa9f 100644
--- a/scripts/test-map
+++ b/scripts/test-map
@@ -455,7 +455,9 @@
"*/NewKeyGenerationTest.EcdsaAttestationIdTags*:"
"*/NewKeyGenerationTest.EcdsaAttestationUniqueId*:"
"*/NewKeyGenerationTest.EcdsaAttestationTagNoApplicationId*:"
- "*/NewKeyGenerationTest.AttestationApplicationIDLengthProperlyEncoded*"
+ "*/NewKeyGenerationTest.AttestationApplicationIDLengthProperlyEncoded*:"
+ "*/BootloaderStateTest.VbStateIsUnverified*:"
+ "*/BootloaderStateTest.VbmetaDigest*:"
"\"",
timeout=(60 * 60)),