summaryrefslogtreecommitdiff
path: root/android/scripts
AgeCommit message (Collapse)Author
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
2013-02-12Add homescreen test definition to android.Senthil Kumaran
2013-02-08Remove bits related to glmark2 tests.Senthil Kumaran
2013-02-05Make glmark2 test definition to work.Senthil Kumaran
2013-01-31Add initial version of glmark2 test definition.Senthil Kumaran
2013-01-31Add test definition for testing v8 shell. In android JB we fall back to d8.Senthil Kumaran
2013-01-23Add binder test definitions.Senthil Kumaran
2012-12-17Move test definitions to OS specific folders.Senthil Kumaran