Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
atest/ | 03-May-2024 | - | 93 | 37 | ||
prod-tests/ | 03-May-2024 | - | 28,561 | 18,736 | ||
proto/ | 03-May-2024 | - | 162 | 125 | ||
remote/ | 03-May-2024 | - | 2,144 | 1,061 | ||
res/ | 03-May-2024 | - | 264 | 99 | ||
src/com/android/tradefed/ | 03-May-2024 | - | 90,039 | 49,842 | ||
tests/ | 03-May-2024 | - | 64,915 | 44,614 | ||
util-apps/ | 03-May-2024 | - | 1,323 | 745 | ||
.classpath | D | 03-May-2024 | 1.5 KiB | 22 | 21 | |
.gitignore | D | 03-May-2024 | 59 | 8 | 6 | |
.project | D | 03-May-2024 | 1.2 KiB | 45 | 44 | |
Android.mk | D | 03-May-2024 | 5.8 KiB | 157 | 87 | |
CleanSpec.mk | D | 03-May-2024 | 2.4 KiB | 53 | 2 | |
MANIFEST.mf | D | 03-May-2024 | 61 | 3 | 2 | |
OWNERS | D | 03-May-2024 | 142 | 9 | 8 | |
PREUPLOAD.cfg | D | 03-May-2024 | 259 | 7 | 5 | |
README.md | D | 03-May-2024 | 525 | 18 | 12 | |
error_prone_rules.mk | D | 03-May-2024 | 1.8 KiB | 38 | 20 | |
run_tf_cmd.sh | D | 03-May-2024 | 1.2 KiB | 30 | 4 | |
script_help.sh | D | 03-May-2024 | 3.1 KiB | 98 | 49 | |
tradefed.sh | D | 03-May-2024 | 1.2 KiB | 30 | 5 | |
tradefed_win.bat | D | 03-May-2024 | 2.9 KiB | 104 | 85 | |
verify.sh | D | 03-May-2024 | 1.2 KiB | 30 | 4 |
README.md
1# Trade Federation (TF / tradefed) 2 3TF is a test harness used to drive Android automated testing. It runs on test hosts 4and monitors the connected devices, handling test scheduling & execution and device 5management. 6 7Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite 8(VTS) use TF as a basis and extend it for their particular needs. 9 10Building TF: 11 * source build/envsetup.sh 12 * tapas tradefed-all 13 * make -j8 14 15More information at: 16https://source.android.com/devices/tech/test_infra/tradefed/ 17 18