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 3.6K open
text source-manifest.xml 12-Jan-2018 10:14 4.1K open
application/x-tar tests_system.tar.bz2 26-Feb-2018 17:21 17.1M open
application/x-tar tests_userdata.tar.bz2 12-Jan-2018 10:14 72.0K 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

These tests can not be run over adb as the cpu hotplug test intefers with the adb connection. The commands can be run in, for instance, a serial console.

Execute the following on the target:

$ run_stress_switcher_tests.sh -a

For more options run:

$ run_stress_switcher_tests.sh -a