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:
Martijn Coenen 2020-02-10 08:57:30 +01:00
parent ba9868bd78
commit b77ad3a4cc

10
TEST_MAPPING Normal file
View file

@ -0,0 +1,10 @@
{
"presubmit": [
{
"name": "FuseDaemonHostTest"
},
{
"name": "AdoptableHostTest"
}
]
}