diff options
author | 2019-11-03 14:39:22 +0000 | |
---|---|---|
committer | 2019-11-04 20:47:56 +0000 | |
commit | b1e1e274f9df2d9a59c837605da267e7012f8136 (patch) | |
tree | f1616fd8118df407fa10deb1df8b77f41f1b30e5 /TEST_MAPPING | |
parent | 2f146c2b2aec7f46698750ede98232da29eb492b (diff) |
Add sanity tests for file path access with FUSE
Also add to TEST_MAPPING.
The test assumes FUSE is running, so it won't break presubmits.
(Well, unless FuseDaemon is broken)
Test: atest FuseDaemonTest
Bug: 142926859
Change-Id: I882f11c226b6d360d7ff1cecac46c26db25ddca2
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index f557089e3..2f1353b66 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -10,6 +10,9 @@ "include-filter": "android.provider.cts.media." } ] + }, + { + "name": "FuseDaemonTest" } ] } |