blob: 99cb80d62fdd140bb2d590ac7a2c3fbdefbcadc1 [file] [log] [blame]
Roshan Pius1dac00b2020-04-16 10:13:41 -07001// Add tests for all the mainline modules relying on this library.
2{
3 "presubmit": [
4 {
Roshan Pius1dac00b2020-04-16 10:13:41 -07005 // Unit tests for framework-wifi.jar
6 "name": "FrameworksWifiApiTests"
William Escande13f11602021-09-02 19:32:54 +02007 },
8 {
9 "name": "ModulesUtilsTests"
Roshan Pius1dac00b2020-04-16 10:13:41 -070010 }
11 // TODO: Re-enable when this is stable.
12 // {
13 // Wifi CTS tests
14 // "name": "CtsWifiTestCases"
15 // }
easoncyleefd5921a2021-04-19 12:30:14 +080016 ],
17 "presubmit-large": [
18 {
19 // Unit tests for service-wifi.jar
20 "name": "FrameworksWifiTests"
21 }
Roshan Pius1dac00b2020-04-16 10:13:41 -070022 ]
23}