Home | History | Annotate | only in /tools/tradefederation/core
Up to higher level directory
NameDateSize
.classpath21-Aug-20181.9K
.project21-Aug-20181.2K
Android.bp21-Aug-201823
Android.mk21-Aug-20185.9K
atest/21-Aug-2018
atest_tradefed.sh21-Aug-20181.7K
CleanSpec.mk21-Aug-20182.4K
error_prone_rules.mk21-Aug-20182K
MANIFEST.mf21-Aug-201861
OWNERS21-Aug-2018142
PREUPLOAD.cfg21-Aug-2018469
prod-tests/21-Aug-2018
proto/21-Aug-2018
pylintrc21-Aug-2018580
python-lib/21-Aug-2018
README.md21-Aug-2018525
remote/21-Aug-2018
res/21-Aug-2018
run_tf_cmd.sh21-Aug-20181.2K
script_help.sh21-Aug-20183.2K
src/21-Aug-2018
TEST_MAPPING21-Aug-2018203
tests/21-Aug-2018
tradefed.sh21-Aug-20181.2K
tradefed_win.bat21-Aug-20182.8K
util-apps/21-Aug-2018
verify.sh21-Aug-20181.2K

README.md

      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