Adding postsubmit tests for JobScheduler.

Enabling postsubmit tests for the JobScheduler files
in the JobScheduler mainline module.

Bug: 146453470
Test: cd to directory and run "atest"
Change-Id: Ie2536591f8b0e53790f16f15b27628a1f1690c4f
(cherry picked from commit 888fe19c4b4f91419db2955059cec925513d25e0)
This commit is contained in:
Kweku Adams
2020-01-14 14:19:20 -08:00
parent 21e618d9ba
commit dbcb0378d1

View File

@@ -0,0 +1,19 @@
{
"postsubmit": [
{
"name": "CtsJobSchedulerTestCases"
},
{
"name": "FrameworksMockingServicesTests",
"options": [
{"include-filter": "com.android.server.job"}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "com.android.server.job"}
]
}
]
}