Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
FuncFuzzerTest.push | D | 03-May-2024 | 393 | 6 | 4 | |
HalHidlHostTest.push | D | 03-May-2024 | 37 | 2 | 2 | |
HalHidlTargetTest.push | D | 03-May-2024 | 19 | 1 | 1 | |
HostDrivenTest.push | D | 03-May-2024 | 37 | 2 | 2 | |
IfaceFuzzerTest.push | D | 03-May-2024 | 2.1 KiB | 36 | 24 | |
LLVMFuzzerTest.push | D | 03-May-2024 | 218 | 6 | 3 | |
README.md | D | 03-May-2024 | 962 | 27 | 20 | |
VtsAgent.push | D | 03-May-2024 | 1.4 KiB | 29 | 19 | |
VtsDriverHal.push | D | 03-May-2024 | 620 | 14 | 9 | |
VtsDriverShell.push | D | 03-May-2024 | 148 | 4 | 3 | |
VtsHalReplayTest.push | D | 03-May-2024 | 337 | 8 | 6 | |
VtsSpec.push | D | 03-May-2024 | 2.9 KiB | 32 | 30 |
README.md
1# VTS File Push Groups 2 3As part of the test setup procedure, a VTS test can push a set of files to 4a target device. A list of files can be defined as a push group (i.e., a `.push` 5file in this directory). 6 7A list of the predefined, basic push groups is as follows: 8 9- VtsAgent.push: VTS agent files. 10- VtsDriverShell.push: VTS shell driver files. 11- VtsDriverHal.push: VTS HAL driver files. 12- VtsProfilerHal.push: VTS HAL profiler files. 13- VtsSpec.push: VTS specification files for all HIDL HALs. 14 15Based on those, the following push groups are defined where each group is for a 16particular test type: 17 18- HalHidlTargetTest.push: For target-side HIDL HAL test. 19- HalHidlHostTest.push: For host-driven HIDL HAL test. 20- HostDrivenTest.push: For host-driven test (both HIDL HAL and other system-level components). 21 22The other push groups are fuzzing and record-and-replay tests: 23 24- FuncFuzzerTest.push 25- LLVMFuzzerTest.push 26- IfaceFuzzerTest.push 27- VtsHalReplayTest.push