• Home
Name Date Size #Lines LOC

..--

FuncFuzzerTest.pushD03-May-2024369 64

HalHidlHostProfilingTest.pushD03-May-202457 33

HalHidlHostTest.pushD03-May-202437 22

HalHidlTargetProfilingTest.pushD03-May-202439 22

HalHidlTargetTest.pushD03-May-202419 11

HostDrivenTest.pushD03-May-202437 22

IfaceFuzzerTest.pushD03-May-2024545 117

LLVMFuzzerTest.pushD03-May-2024218 63

README.mdD03-May-20241.1 KiB2921

RecordReplayTest.pushD03-May-202418.2 KiB240157

VtsAgent.pushD03-May-2024949 1913

VtsDriverHal.pushD03-May-2024587 139

VtsDriverShell.pushD03-May-2024148 43

VtsProfilerHal.pushD03-May-2024139 22

VtsSpec.pushD03-May-20242.9 KiB3230

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- HalHidlTargetProfilingTest.push: For target-side, HIDL HAL profiling test.
20- HalHidlHostTest.push: For host-driven HIDL HAL test.
21- HalHidlHostProfilingTest.push: For host-driven, HIDL HAL profiling test.
22- HostDrivenTest.push: For host-driven test (both HIDL HAL and other system-level components).
23
24The other push groups are fuzzing and record-and-replay tests:
25
26- LLVMFuzzerTest.push
27- IfaceFuzzerTest.push
28- RecordReplayTest.push
29