Add TEST_MAPPING for vold.
Start with FuseDaemonHostTest and AdoptableHostTest, since these heavily rely on functionality implemented in FUSE to work correctly. Bug: 149095627 Test: run atest in system/vold Change-Id: Ia583505aae260584897b0ea80c419b0e34f04735
This commit is contained in:
parent
ba9868bd78
commit
b77ad3a4cc
1 changed files with 10 additions and 0 deletions
10
TEST_MAPPING
Normal file
10
TEST_MAPPING
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "FuseDaemonHostTest"
|
||||
},
|
||||
{
|
||||
"name": "AdoptableHostTest"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue