commit | b77ad3a4ccdca0a7cb81602a6c1dd235ec7b9ed2 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Mon Feb 10 08:57:30 2020 +0100 |
committer | Martijn Coenen <maco@google.com> | Mon Feb 10 08:57:30 2020 +0100 |
tree | 4c4e30bc3dbcdaaa2bc7e7b2a48731c209a0cb2e | |
parent | ba9868bd783b1c515a76f382bd5622f84187234f [diff] [blame] |
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
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..e1f3653 --- /dev/null +++ b/TEST_MAPPING
@@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "FuseDaemonHostTest" + }, + { + "name": "AdoptableHostTest" + } + ] +}