Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
FuncFuzzerTest.push | 05-Oct-2017 | 369 | |
HalHidlHostProfilingTest.push | 05-Oct-2017 | 57 | |
HalHidlHostTest.push | 05-Oct-2017 | 37 | |
HalHidlTargetProfilingTest.push | 05-Oct-2017 | 39 | |
HalHidlTargetTest.push | 05-Oct-2017 | 19 | |
HostDrivenTest.push | 05-Oct-2017 | 37 | |
IfaceFuzzerTest.push | 05-Oct-2017 | 545 | |
LLVMFuzzerTest.push | 05-Oct-2017 | 218 | |
README.md | 05-Oct-2017 | 1.1K | |
RecordReplayTest.push | 05-Oct-2017 | 18.2K | |
VtsAgent.push | 05-Oct-2017 | 949 | |
VtsDriverHal.push | 05-Oct-2017 | 587 | |
VtsDriverShell.push | 05-Oct-2017 | 148 | |
VtsProfilerHal.push | 05-Oct-2017 | 139 | |
VtsSpec.push | 05-Oct-2017 | 2.9K |
1 # VTS File Push Groups 2 3 As part of the test setup procedure, a VTS test can push a set of files to 4 a target device. A list of files can be defined as a push group (i.e., a `.push` 5 file in this directory). 6 7 A 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 15 Based on those, the following push groups are defined where each group is for a 16 particular 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 24 The other push groups are fuzzing and record-and-replay tests: 25 26 - LLVMFuzzerTest.push 27 - IfaceFuzzerTest.push 28 - RecordReplayTest.push 29