Name | Last modified | Size | License | |
---|---|---|---|---|
Parent Directory | ||||
MANIFEST | 12-Jan-2018 09:33 | 185 | open | |
lava-job-info | 12-Jan-2018 09:33 | 62 | open | |
pinned-manifest.xml | 12-Jan-2018 09:33 | 2.7K | open | |
source-manifest.xml | 12-Jan-2018 09:33 | 3.0K | open | |
tests_system.tar.bz2 | 12-Jan-2018 09:33 | 20.8K | open | |
tests_userdata.tar.bz2 | 12-Jan-2018 09:33 | 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