|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| AdasLocationTestApp/ | | 25-Apr-2025 | - | 491 | 353 |
| BugReportApp/ | | 25-Apr-2025 | - | 11,743 | 8,091 |
| CarBuiltinLibUnitTest/ | | 25-Apr-2025 | - | 579 | 343 |
| CarCtsFakeLauncher/ | | 25-Apr-2025 | - | 236 | 140 |
| CarEvsCameraPreviewApp/ | | 25-Apr-2025 | - | 951 | 604 |
| CarEvsMultiCameraPreviewApp/ | | 25-Apr-2025 | - | 1,490 | 1,022 |
| CarFrameworkPackageStubsTest/ | | 25-Apr-2025 | - | 378 | 255 |
| CarLibHostUnitTest/ | | 25-Apr-2025 | - | 665 | 603 |
| CarLibTests/ | | 25-Apr-2025 | - | 637 | 462 |
| CarLibUnitTest/ | | 25-Apr-2025 | - | 23,121 | 17,405 |
| CarServiceTest/ | | 25-Apr-2025 | - | 23,002 | 17,335 |
| CarTelemetryApp/ | | 25-Apr-2025 | - | 2,836 | 2,298 |
| CarTestDpc/ | | 25-Apr-2025 | - | 1,457 | 984 |
| CarTestLibUnitTest/ | | 25-Apr-2025 | - | 2,042 | 1,412 |
| CarVoiceServiceTriggerApp/ | | 25-Apr-2025 | - | 137 | 65 |
| CarWatchdogLibUnitTest/ | | 25-Apr-2025 | - | 469 | 337 |
| ConcurrentHotwordDetector/ | | 25-Apr-2025 | - | 369 | 295 |
| ConcurrentHotwordDetectorOne/ | | 25-Apr-2025 | - | 110 | 61 |
| CustomizationTool/ | | 25-Apr-2025 | - | 6,315 | 3,487 |
| DefaultStorageMonitoringCompanionApp/ | | 25-Apr-2025 | - | 329 | 236 |
| DiagnosticTools/ | | 25-Apr-2025 | - | 5,106 | 2,403 |
| EmbeddedKitchenSinkApp/ | | 25-Apr-2025 | - | 45,428 | 34,372 |
| GarageModeTestApp/ | | 25-Apr-2025 | - | 1,898 | 1,367 |
| KitchenSinkServerlessRemoteTaskClientRRO/ | | 25-Apr-2025 | - | 89 | 51 |
| LaunchOnPrivateDisplayTestApp/ | | 25-Apr-2025 | - | 359 | 178 |
| MultiDisplaySecondaryHomeTestLauncher/ | | 25-Apr-2025 | - | 4,469 | 2,281 |
| MultiDisplayTest/ | | 25-Apr-2025 | - | 5,926 | 3,480 |
| MultiDisplayTestHelloActivity/ | | 25-Apr-2025 | - | 2,129 | 669 |
| NetworkPreferenceApp/ | | 25-Apr-2025 | - | 2,061 | 1,448 |
| OccupantAwareness/ | | 25-Apr-2025 | - | 226 | 140 |
| OemCarServiceTestApp/ | | 25-Apr-2025 | - | 2,803 | 2,100 |
| ProcFsInspector/ | | 25-Apr-2025 | - | 167 | 108 |
| RailwayReferenceApp/ | | 25-Apr-2025 | - | 1,156 | 843 |
| SampleCustomInputService/ | | 25-Apr-2025 | - | 1,211 | 833 |
| SampleRearViewCamera/ | | 25-Apr-2025 | - | 764 | 467 |
| SampleVoiceAssistInputService/ | | 25-Apr-2025 | - | 542 | 345 |
| ThemePlayground/ | | 25-Apr-2025 | - | 3,238 | 2,270 |
| UserSwitchMonitorApp/ | | 25-Apr-2025 | - | 565 | 412 |
| UxRestrictionsSample/ | | 25-Apr-2025 | - | 991 | 729 |
| VendorServiceReferenceApp/ | | 25-Apr-2025 | - | 258 | 138 |
| android_car_api_test/ | | 25-Apr-2025 | - | 13,554 | 9,543 |
| carservice_unit_test/ | | 25-Apr-2025 | - | 151,154 | 116,280 |
| common_utils/ | | 25-Apr-2025 | - | 751 | 501 |
| fixed_activity_mode_test/ | | 25-Apr-2025 | - | 45 | 35 |
| obd2_app/ | | 25-Apr-2025 | - | 889 | 522 |
| obd2_test/ | | 25-Apr-2025 | - | 762 | 516 |
| usb/ | | 25-Apr-2025 | - | 1,165 | 835 |
| vehiclehal_test/ | | 25-Apr-2025 | - | 4,672 | 4,201 |
| README.md | D | 25-Apr-2025 | 2 KiB | 52 | 26 |
README.md
1<!--
2 Copyright (C) 2021 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License
15 -->
16
17# Car Services Tests and Test Apps
18
19This directory contains unit tests, instrumentation tests and sample apps.
20
21## Structure
22
23```
24android_car_api_test/ - Car API instrumentation tests, they use the real services
25CarSecurityPermissionTest/ - Car API permission tests
26carservice_test/ - Car API instrumentation tests, mocks VHAL
27carservice_unit_test/ - Car services instrumented unit tests
28common_utils/ - Shared utility library
29
30# The following test directories are located relative to $ANDROID_BUILD_TOP
31cts/hostsidetests/car/ - Host-driven CTS tests
32cts/tests/tests/car/ - CTS tests (prefer this over hostsidetests)
33frameworks/hardware/interfaces/automotive/ - Contains `vts/` folders for tests
34hardware/interfaces/automotive/ - Contains `vts/` folders for tests
35test/vts-testcase/hal/automotive/ - Host-side VTS tests
36```
37
38## Where to add tests
39
40Add necessary tests to all the test suits, and also don't forget to add ATS/CTS/VTS. See
41https://source.android.com/compatibility/tests to learn more about CTS/VTS.
42
43Try not to repeat the same test in multiple suits, as it creates unnecessary test maintenance.
44
45Add tests using these priorities:
46
471. CTS/VTS
482. `CarSecurityPermissionTest`
493. `android_car_api_test` - if CTS doesn't cover
504. `carservice_test` - if CTS doesn't cover
515. `carservice_unit_test`
52