summaryrefslogtreecommitdiff
path: root/android/scripts
AgeCommit message (Collapse)Author
2015-02-05android: add test case for gtest based testsChase Qi
Change-Id: I4eb94576bde8ecc4aeb59aa61ffdb0557f5928e0 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-01-14add bootchart test to collect the bootchart test data as attachmentYongqin Liu
Change-Id: Id74a254513466d4b4dbce157de9ab3fa5e76f354 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-12-09android: boot time script fixedMilosz Wasilewski
Change-Id: I9ebb9e6ec1c1511473e8b9bf85ae23012b290e18 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-11-25android: fixed boot time scriptMilosz Wasilewski
Change-Id: Ibb2a81c8b36e9265bd746be5992a47983e26096e Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-11-20android: added boot time test caseMilosz Wasilewski
The script uses dmesg and logcat to calculate time from begenning of boot till displaying home screen. Change-Id: I7ce98301da750b51b611dd48450855e56e14f257 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-11-17piglit scripts: POSIX Compliant UpdateYongqin Liu
This change is to make the test script to be POSIX compliant. Also fix the problem of using -print for busybox find command Change-Id: Id24410d3eae9d93f2e02ee630207fdd896b648ae Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-11-15busybox.yaml, v8.yaml, busybox.sh and v8.sh:Botao Sun
Add Amit Pundir <amit.pundir@linaro.org> as a maintainer for above scripts. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I4f945d3b8a12bfd1c40db5466b3b7876e14c9544
2014-11-14android piglit test: update test definitions for piglit testYongqin Liu
update the test definition files for piglit test, also rename the files' name with piglit as prefix Change-Id: I44c6b6168d6fd164d20deb8fa8dd3b077adfbd64 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-11-05run_stress_switcher_tests.sh: DeleteBotao Sun
Delete above test script from this repository, as it's maintained along with the Android image itself. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I4fe79e9ab87c9b6c9c7930cca5d7a1e58b1a1474
2014-10-20tjbench.sh, tjbenchstart.sh and tjbenchparse.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I80980308bef8bb5b2d3790baa99b9cae01f48da7
2014-10-20memtester.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I0323ce2e82cab7a643227cc193dfaffee29835eb
2014-10-20iozone.sh, iozoneparser.sh: POSIX Compliant UpdateBotao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Iee6cffa3e48112c3e742d0290e7b0da1e239d9cc
2014-10-20sd-mmc.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I9f28a92d837d0f9a0f3e66f52cd2699a449f9004
2014-10-20gator-data-streaming.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I32bf72a800a0b2167dc4ab2da418977580583ad7
2014-10-20devicetree-android.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I12d20f4d778bf65e10877fb53d9f7cb8461a890c
2014-10-20ethernet-android.sh: POSIX Compliant Update.Botao Sun
This change is to make the test script to be POSIX compliant. Original patch comes from: Lucas Dutra Nunes <ldnunes@ossystems.com.br> Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Icaba7ab2a36355dbfc4cc77379c413136e9223fc
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 definitionEdmund 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-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-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-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 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-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