summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2014-09-10android: add test for running monkey with black listYongqin Liu
This test will run the monkey test on device with specified blacklist and event count. the BLACK_LIST is default to /data/juno_monkey_blacklist and the event count EVENT_COUNT is default to "30000" Change-Id: I56b111af5fb8c4e93d88ff6167df743bbaeecb64 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-09-09android: add test definition for bionic libc testYongqin Liu
this test will run the /system/bin/run-bionic-tests.sh script integrated into the build directly to do the test. Change-Id: I25445d5bd567af2fd1152da3c149d5945de9f9fc Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-09-09android: add test definitions for linaro-android-kernel-testYongqin Liu
this test will run the /system/bin/linaro-android-kernel-tests.sh script integrated into the build directly to do the test. Change-Id: Ifabb8393c1d9ad404c6760084817782443804dc8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-08-27busybox.sh: change to operate files under /data/local/tmp/Yongqin Liu
when selinux enabled, shell command will not be able to operate files/dirs under /data/directory. This change is to fix that problem by changing to operate files under /data/local/tmp directory Change-Id: Ied8e9efec7898fdf16285a8c4dbac7c505df05b8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-07-28android: add media codec function test definition2014.07Edmund Szeto
The linaro-android-userspace-test package must be included in the Android build for this test to run successfully. Example JSON fragment: { "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", "testdef": "android/media_codecs_functional_tests.yaml" } ], } } Change-Id: I901e24006132de5befbf6f448e4998f4a266a2c6 Signed-off-by: Edmund Szeto <edmund.szeto@linaro.org>
2014-07-22android: added lava-android-test wrapperMilosz Wasilewski
The lava-test-shell wrapper around lava-android-test allows to execute the lava-android-test from the KVM device type in LAVA which acts as a host. With this approach it is possible to controll the host environment and for example use different Java versions with different Android CTS branches. The test wrapper JSON fragment follows: { "command": "lava_test_shell", "parameters": { "role": "host", "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", "parameters": { "TEST_NAME": "cts", "TEST_PARAMS": "--package android.bionic --timeout 1800 --disable-reboot" }, "testdef": "android/lava-android-test-host.yaml" } ], "timeout": 7200 } }, { "command": "lava_test_shell", "parameters": { "role": "target", "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", "parameters": { "TEST_NAME": "cts", "TEST_PARAMS": "--package android.bionic --timeout 1800 --disable-reboot" }, "testdef": "android/lava-android-test-target.yaml" } ], "timeout": 7200 } } lava-android-test-host.yaml and lava-android-test-target.yaml take TEST_NAME and TEST_PARAMS. These have to be the same for each pair of test shells. Optionally lava-android-test-host.yaml takes JAVA_PACKAGE parameter which is used to define the Java version running on host. Change-Id: Ief169010a1510392c741513136cbc245ab769b7b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-06-04Android: added piglit test definitionsMilosz Wasilewski
Piglit needs to be available in the Android build that the tests run on. Change-Id: I8aab1fda205a69885698d8ffd92166a386cde199 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-03-07Typo error in mmtest yamlharigopal-gollamudi
Change-Id: Ia1bf5dceb10a9233a862de94729ac1b1f8e060c7
2014-03-03Parsing string is updated & path for media files is changedharigopal-gollamudi
Change-Id: I3e6e966e687b96f30122cd7b8dfd55035bcaf43a
2014-01-10Add Ethernet Test for Linaro AndroidBotao Sun
Test code has been validated locally on TI Panda board. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Ic10323b62932789d5078b2296c9ae8e4fc42c9dd
2014-01-09Add SD MMC Test for Linaro AndroidBotao Sun
Test code has been validated in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I4651678ee8c97483dafd70e01fe2458dd251df3f
2013-11-26Merge "Add Device Tree test for Linaro Android."Milosz Wasilewski
2013-11-21Add Gator Data Streaming test for Linaro Android.Botao Sun
Using $EXTERNAL_STORAGE instead of /mnt/sdcard Test code has been validated in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Iee74798985564c13a79d8a7699741e74502040f5
2013-11-21Add Device Tree test for Linaro Android.Botao Sun
Comments information corrected. Test code has been validated in LAVA. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I3c0eef615e01390311525c3d8796def4d27b5ba7
2013-10-14Update test definitions metadataMilosz Wasilewski
Added meta data to all test cases In some cases maintainer is assumed basing on git log Some data is still missing ubuntu rt-ltp and ltp-realtime are duplicate and rt-ltp will be removed Change-Id: I04bb1f96cf7682fb8050df12c7dc0fa04b4dea68
2013-09-12scheduler-testsuites: maintainer field fix upFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-12scheduler_testssuites.yaml : updated test suite description and metadataNaresh Kamboju
This test suite generates synthetic loads to validate the scheduler task placements functionality on big and little cores according to the load of the task. Intended to run on big.LITTLE platforms like vexpress-tc2. Currently this test running on android and execution takes around 60 minutes. Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org> LAVA-test-job: http://validation.linaro.org/scheduler/job/71911 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-21scheduler_testssuites.yaml : Adding new testNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2013-07-27Fix more typos in iozoneparser.sh script.Senthil Kumaran
2013-07-26Fix a closing quote issue in iozoneparser.shSenthil Kumaran
2013-07-26Add iozone test definition for android.Senthil Kumaran
2013-07-26Change the permissions of the memtester.sh script.Senthil Kumaran
2013-07-25Add memtester test definition to android.Senthil Kumaran
2013-07-24Change permissions of cachcoherency and ime shell scripts.Senthil Kumaran
2013-07-24Add ime test for android.Senthil Kumaran
2013-07-24Add cachecoherency test for android.Senthil Kumaran
2013-07-24Add gator test definition for android.Senthil Kumaran
2013-07-17Add mmtest for android.Senthil Kumaran
2013-06-26Fix script location for bigLITTLE test definition.Senthil Kumaran
2013-05-27Fix path in bigLITTLE script.Senthil Kumaran
2013-05-27Change the path of bigLITTLE script.Senthil Kumaran
2013-05-27Initial version of bigLITTLE test definition.Senthil Kumaran
2013-05-19Add execute permission for glmark2 shell script.Senthil Kumaran
2013-05-19Add glmark2 test for android.Senthil Kumaran
2013-05-10Initial bits for tjbench test.Senthil Kumaran
2013-04-22Cleanup unwanted comments from 0xbench script.Senthil Kumaran
2013-04-22Add missing files to 0xbench test.Senthil Kumaran
2013-04-22Add final version of 0xbench test definition to android. Fix bug #1170635Senthil Kumaran
2013-04-22Add skia test to android - Fix bug #1170629Senthil Kumaran
Contributed by: harigopal-gollamudi
2013-04-10Add executable permission for scripts in android directory.Senthil Kumaran
2013-03-22Add dalvik-vm unit tests for android.Senthil Kumaran
2013-03-21Fix parse pattern quotes in 0xbench test definition.Senthil Kumaran
2013-03-20Add 0xbench test definition and related scripts.Senthil Kumaran
Patch By: harigollamudi
2013-02-14Fix the timeout logic in homescreen test definition script.Senthil Kumaran
2013-02-12Fix the grep pattern in homescreen test definition for android.Senthil Kumaran
2013-02-12Add homescreen test definition to android.Senthil Kumaran
2013-02-08Remove unwanted bits from android test definitions and keep it simpleSenthil Kumaran
and clean.
2013-02-08Remove bits related to glmark2 tests.Senthil Kumaran
2013-02-08Get rid of unwanted lines in v8 shell test and also make the parse stringSenthil Kumaran
correct.
2013-02-05Make glmark2 test definition to work.Senthil Kumaran