• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

aoa_helper/15-Dec-2024-1,9341,217

atest_proto/15-Dec-2024-201168

clearcut_client/15-Dec-2024-706487

common_util/15-Dec-2024-13,4137,455

device_build_interfaces/15-Dec-2024-8,4083,259

external_dependencies/15-Dec-2024-22962

global_configuration/15-Dec-2024-3,5751,973

invocation_interfaces/15-Dec-2024-3,5941,816

isolation/15-Dec-2024-757588

javatests/15-Dec-2024-174,507131,581

lite/15-Dec-2024-370247

proto/15-Dec-2024-996866

reference_tests/15-Dec-2024-385221

remote/15-Dec-2024-879592

res/15-Dec-2024-1,763987

src/15-Dec-2024-136,97591,460

test_framework/15-Dec-2024-37,94726,099

test_observatory/15-Dec-2024-1,372977

test_result_interfaces/15-Dec-2024-1,351681

tools/15-Dec-2024-458357

util_apps/15-Dec-2024-2,4111,576

.classpathD15-Dec-20247.1 KiB6362

.gitignoreD15-Dec-2024122 1310

.projectD15-Dec-20241.2 KiB4645

Android.bpD15-Dec-20249 KiB342321

Android.mkD15-Dec-20243.8 KiB7835

CleanSpec.mkD15-Dec-20242.6 KiB574

MANIFEST.mfD15-Dec-202454 32

MULTIUSER_OWNERSD15-Dec-2024129 53

OWNERSD15-Dec-2024367 1210

PREUPLOAD.cfgD15-Dec-2024513 1310

README.mdD15-Dec-20241.2 KiB3322

TEST_MAPPINGD15-Dec-2024915 3332

aosp_sha.shD15-Dec-2024755 2520

atest_tradefed.shD15-Dec-20242.5 KiB6330

error_prone_rules.mkD15-Dec-20243 KiB5840

pylintrcD15-Dec-2024594 2717

run_tf_cmd.shD15-Dec-20241.2 KiB304

script_help.shD15-Dec-20244.2 KiB12368

tradefed.shD15-Dec-20242 KiB5728

tradefed_win.batD15-Dec-20242.8 KiB9981

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
10### Building TF:
11
12  * source build/envsetup.sh
13  * tapas tradefed-all
14  * make -j8
15
16### Getting Code Reviewed
17
18    1. Create your change in Gerrit
19    2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com)
20    3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
21    4. GWSQ should add a couple of people from the team to review your code and give feedback.
22
23### More information
24
25More information at:
26https://source.android.com/docs/core/tests/tradefed/
27
28See more details about Tradefed Architecture at:
29https://source.android.com/docs/core/tests/tradefed/architecture
30
31If you are a tests writer you should start looking in the test_framework/
32component which contains everything needed to write a tests in Tradefed.
33