summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dipankar Bhardwaj <dipankarb@google.com> 2024-09-03 10:23:29 +0000
committer Dipankar Bhardwaj <dipankarb@google.com> 2024-09-04 11:39:53 +0000
commit7029bd2d384c19c9b46b8acbb4ff1260763259b3 (patch)
tree456c27bd984f8b1af9412ca8acf49210d3effd37
parenta0a823aac973d339fb46dd5d3832144248be5473 (diff)
Add StorageManagerTest to TEST_MAPPING
Change-Id: I9198f0138f8cfc4ae0f9eedec09b473c8cedf8ca Test:n/a Bug:364201004 Flag: EXEMPT test change
-rw-r--r--services/core/java/com/android/server/TEST_MAPPING9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING
index dd4239cdd37e..556fae31fd8f 100644
--- a/services/core/java/com/android/server/TEST_MAPPING
+++ b/services/core/java/com/android/server/TEST_MAPPING
@@ -201,6 +201,15 @@
"include-filter": "com.android.server.wm.BackgroundActivityStart*"
}
]
+ },
+ {
+ "name": "CtsOsTestCases",
+ "file_patterns": ["StorageManagerService\\.java"],
+ "options": [
+ {
+ "include-filter": "android.os.storage.cts.StorageManagerTest"
+ }
+ ]
}
]
}