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

..--

aoa_helper/25-Apr-2025-1,9331,218

atest_proto/25-Apr-2025-201168

avd_util/25-Apr-2025-5,0114,223

clearcut_client/25-Apr-2025-706487

common_util/25-Apr-2025-15,0928,503

device_build_interfaces/25-Apr-2025-8,6003,317

external_dependencies/25-Apr-2025-22962

global_configuration/25-Apr-2025-3,5731,972

invocation_interfaces/25-Apr-2025-4,0922,164

isolation/25-Apr-2025-798622

javatests/25-Apr-2025-177,873134,090

lite/25-Apr-2025-370247

proto/25-Apr-2025-3,0222,603

reference_tests/25-Apr-2025-385221

remote/25-Apr-2025-879592

res/25-Apr-2025-1,766990

src/25-Apr-2025-140,39294,239

test_framework/25-Apr-2025-39,21727,063

test_observatory/25-Apr-2025-1,6891,196

test_result_interfaces/25-Apr-2025-1,351681

tools/25-Apr-2025-661519

util_apps/25-Apr-2025-2,4121,576

.classpathD25-Apr-20258.2 KiB6968

.gitignoreD25-Apr-2025122 1310

.projectD25-Apr-20251.2 KiB4645

Android.bpD25-Apr-202512 KiB463436

CleanSpec.mkD25-Apr-20252.6 KiB574

MANIFEST.mfD25-Apr-202554 32

MULTIUSER_OWNERSD25-Apr-2025129 53

OWNERSD25-Apr-2025367 1210

PREUPLOAD.cfgD25-Apr-2025513 1310

README.mdD25-Apr-20251.2 KiB3322

TEST_MAPPINGD25-Apr-2025915 3332

aosp_sha.shD25-Apr-2025755 2520

atest_tradefed.shD25-Apr-20252.5 KiB6330

error_prone_rules.mkD25-Apr-20253 KiB5840

pylintrcD25-Apr-2025564 2717

run_tf_cmd.shD25-Apr-20251.2 KiB304

script_help.shD25-Apr-20254.2 KiB12368

tradefed.shD25-Apr-20252 KiB5728

tradefed_win.batD25-Apr-20252.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