summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2024-04-03 18:23:12 +0000
committerDevin Moore <devinmoore@google.com>2024-04-03 19:04:19 +0000
commit2400b8d52bb20edbb729fcfcc303601838c42a6d (patch)
tree495e0ce8227f0c5f6e99c8cb38bc2fec273852c3
parent32d906708b270f9e603b3cdc35cd5b9e6a65bee9 (diff)
downloadhwservicemanager-2400b8d52bb20edbb729fcfcc303601838c42a6d.tar.gz
Add CtsOsTestCases:android.os.cts.HwBinderTest to postsubmits
This recently failed after a change to HIDL service management. Will promote to presubmits when the SLO checker is happy. Test: atest CtsOsTestCases:android.os.cts.HwBinderTest Bug: 332395670 Change-Id: Ie83058149a2cfb939faa51bc122b8900fd010e7e
-rw-r--r--TEST_MAPPING10
1 files changed, 10 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 052dadf..af66590 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -14,5 +14,15 @@
{
"name": "hidl_lazy_test"
}
+ ],
+ "postsubmit": [
+ {
+ "name": "CtsOsTestCases",
+ "options": [
+ {
+ "include-filter": "android.os.cts.HwBinderTest"
+ }
+ ]
+ }
]
}