Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.classpath | 06-Dec-2017 | 1.5K | |
.gitignore | 06-Dec-2017 | 59 | |
.project | 06-Dec-2017 | 1.2K | |
Android.mk | 06-Dec-2017 | 5.8K | |
atest/ | 06-Dec-2017 | ||
CleanSpec.mk | 06-Dec-2017 | 2.4K | |
error_prone_rules.mk | 06-Dec-2017 | 1.8K | |
MANIFEST.mf | 06-Dec-2017 | 61 | |
OWNERS | 06-Dec-2017 | 142 | |
PREUPLOAD.cfg | 06-Dec-2017 | 259 | |
prod-tests/ | 06-Dec-2017 | ||
proto/ | 06-Dec-2017 | ||
README.md | 06-Dec-2017 | 525 | |
remote/ | 06-Dec-2017 | ||
res/ | 06-Dec-2017 | ||
run_tf_cmd.sh | 06-Dec-2017 | 1.2K | |
script_help.sh | 06-Dec-2017 | 3.1K | |
src/ | 06-Dec-2017 | ||
tests/ | 06-Dec-2017 | ||
tradefed.sh | 06-Dec-2017 | 1.2K | |
tradefed_win.bat | 06-Dec-2017 | 2.9K | |
util-apps/ | 06-Dec-2017 | ||
verify.sh | 06-Dec-2017 | 1.2K |
1 # Trade Federation (TF / tradefed) 2 3 TF is a test harness used to drive Android automated testing. It runs on test hosts 4 and monitors the connected devices, handling test scheduling & execution and device 5 management. 6 7 Other 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 10 Building TF: 11 * source build/envsetup.sh 12 * tapas tradefed-all 13 * make -j8 14 15 More information at: 16 https://source.android.com/devices/tech/test_infra/tradefed/ 17 18