• Home
Name Date Size #Lines LOC

..--

atest/03-May-2024-9337

prod-tests/03-May-2024-28,56118,736

proto/03-May-2024-162125

remote/03-May-2024-2,1441,061

res/03-May-2024-26499

src/com/android/tradefed/03-May-2024-90,03949,842

tests/03-May-2024-64,91544,614

util-apps/03-May-2024-1,323745

.classpathD03-May-20241.5 KiB2221

.gitignoreD03-May-202459 86

.projectD03-May-20241.2 KiB4544

Android.mkD03-May-20245.8 KiB15787

CleanSpec.mkD03-May-20242.4 KiB532

MANIFEST.mfD03-May-202461 32

OWNERSD03-May-2024142 98

PREUPLOAD.cfgD03-May-2024259 75

README.mdD03-May-2024525 1812

error_prone_rules.mkD03-May-20241.8 KiB3820

run_tf_cmd.shD03-May-20241.2 KiB304

script_help.shD03-May-20243.1 KiB9849

tradefed.shD03-May-20241.2 KiB305

tradefed_win.batD03-May-20242.9 KiB10485

verify.shD03-May-20241.2 KiB304

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