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:01:46 +0000
commitfe954e651ca0e7ae7df4c17377cacbf4f9b94a06 (patch)
treed1dbce7ac2b48697addc9acdf8b2f4dce8b5749f
parentb923abfb740799a0d966f1138183fe91e207ae5c (diff)
downloadlibhidl-fe954e651ca0e7ae7df4c17377cacbf4f9b94a06.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 4e330d8..a9ce2a2 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -24,5 +24,15 @@
{
"name": "hidl_test"
}
+ ],
+ "postsubmit": [
+ {
+ "name": "CtsOsTestCases",
+ "options": [
+ {
+ "include-filter": "android.os.cts.HwBinderTest"
+ }
+ ]
+ }
]
}