NameLast modifiedSizeLicense

Parent Directory Parent Directory
other MANIFEST 12-Jan-2018 10:14 185 open
other lava-job-info 12-Jan-2018 10:14 62 open
text pinned-manifest.xml 12-Jan-2018 10:14 2.7K open
text source-manifest.xml 12-Jan-2018 10:14 3.0K open
application/x-tar tests_system.tar.bz2 12-Jan-2018 10:15 20.7K open
application/x-tar tests_userdata.tar.bz2 12-Jan-2018 10:15 3.1M open


This build produces two sets of artifacts:

1. Tarballs with the testsuite in question and any dependencies, organized to fit an android filesystem. These are named tests_system.tar.bz2 and tests_data.tar.bz2

2. Tarballs with the testsuite bundled together with a complete android build. These are named boot.tar.bz2, system.tar.bz2, userdata.tar.bz2
To see exactly which android build the tests have been bundled with, look at ANDROID_PREBUILT_URL in the build configuration for this build.

Install just the testsuite with dependencies on a running device

Scroll down to the ‘Downloads’ section

Click on each link to download:

  • tests_system.tar.bz2
  • tests_userdata.tar.bz2

Unpack somewhere and run:

  $ adb remount
  $ adb push <path_to_unpacked_tarball>/data /data
  $ adb push <path_to_unpacked_tarball>/system /system

Install the bundled android images

Scroll down to the ‘Downloads’ section

Click on each link to download:

  • boot.tar.bz2
  • system.tar.bz2
  • userdata.tar.bz2

Install the images to the device following the normal linaro instructions for that device, typically involving linaro-android-media-create and a sdcard.

Run the tests

To run all the tests:

$ adb shell /data/local/fts/run_sched_tests.sh