summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelka Chang <felkachang@google.com>2022-01-04 18:53:43 +0800
committerFelka Chang <felkachang@google.com>2022-01-05 00:39:51 +0800
commit97b96ae58eb8b8ba4edbdba1f2282b9e353af993 (patch)
tree8b4b5c30ecba4327ba05845126ebb2b59579c560
parentac76d28190822585bd4de440df0bb7e5e8f7fe3b (diff)
downloadincremental_delivery-97b96ae58eb8b8ba4edbdba1f2282b9e353af993.tar.gz
Organize incremental test plan for PackageManager
When developers submit patches to modify libincfs, it's better to verify the functionality of downstream components. i.e. PackageManager incremental install. Test: atest -p system/incremental_delivery/incfs http://ab/I24700010005521991 Bug: 180650365 Change-Id: I3b9f6c84aecd7614a61890de12e87f434ba8a726
-rw-r--r--incfs/Android.bp4
-rw-r--r--incfs/TEST_MAPPING7
2 files changed, 11 insertions, 0 deletions
diff --git a/incfs/Android.bp b/incfs/Android.bp
index 75f7acc..30c7d03 100644
--- a/incfs/Android.bp
+++ b/incfs/Android.bp
@@ -161,6 +161,10 @@ cc_test {
"tests/MountRegistry_test.cpp",
],
require_root: true,
+ test_suites: [
+ "general-tests",
+ "device-tests",
+ ],
}
cc_benchmark {
diff --git a/incfs/TEST_MAPPING b/incfs/TEST_MAPPING
new file mode 100644
index 0000000..2444098
--- /dev/null
+++ b/incfs/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "imports": [
+ {
+ "path": "frameworks/base/services/incremental"
+ }
+ ]
+}