NameLast modifiedSizeLicense

Parent Directory Parent Directory


This build produces a set of artifacts:

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

Test suite description

The goal of this test suite is to test big.LITTLE switching functionality and stress tests. The main focus is to test big.LITTLE switching while system switches it cores from A15 to A7 and vice versa. It is compatible on Android.

Install the testsuite with dependencies on a running device

Scroll up

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

On the serial console of the target:

  $ run_stress_switcher_tests.sh -a
  $ run_stress_switcher_tests.sh (for more options)