Clone this repo:
  1. 7692f71 Wakeup screen before dismissing keyguard am: f97924d826 by Simon Wingrove · 7 weeks ago main master
  2. f97924d Wakeup screen before dismissing keyguard by Simon Wingrove · 7 weeks ago
  3. 295935b Log additional details for hardlink failure am: b6b127696f by Frank Feng · 7 weeks ago
  4. b6b1276 Log additional details for hardlink failure by Frank Feng · 7 weeks ago
  5. 46b2cb2 Fix forward aosp/3520410 am: 54b2941b49 by Sergio Andres Rodriguez Orama · 7 weeks ago

Trade Federation (TF / Tradefed)

TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.

Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.

Building TF:

  • source build/envsetup.sh
  • tapas tradefed-all
  • make -j8

Getting Code Reviewed

1. Create your change in Gerrit
2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google.com.iam.gserviceaccount.com)
3. Review the code review guidance at go/tf-guidelines and go/tradefed-code-reviews
4. GWSQ should add a couple of people from the team to review your code and give feedback.

More information

More information at: https://source.android.com/docs/core/tests/tradefed/

See more details about Tradefed Architecture at: https://source.android.com/docs/core/tests/tradefed/architecture

If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.