summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2016-08-15collect dmesg log into the zip fileYongqin Liu
Change-Id: I956b2869c4eca7f7ea6468a0dd03b72f11306920 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-02-22common/common2.sh: fix the problem with sort command on ubuntuYongqin Liu
by default, the sort command on ubuntu will ignore non blank and alphanumeric characters, this would cause messy on the output like this: andebenchpro2015_Storage,1107.217163,points andebenchpro2015_Storage_256K_RS,8998,KB/s andebenchpro2015_Storage,496.601318,points andebenchpro2015_Storage_4K_RR,2987,KB/s andebenchpro2015_Storage_512B_WS,41.93,KB/s andebenchpro2015_Storage,596.601318,points so specified LC_ALL=C here to make it use native byte values to get the traditional sort order Change-Id: I31af1ab3063e938e51603e28609261c8aabc1a98 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-01-18common: change to set all cpus to performance governor policyYongqin Liu
we only set for cpu0 and cpu1 before, but we have more cpus on juno and hikey now, so it's better to set all of the cpus to use the performance governor policy for benchmark test Change-Id: I2f356841ac22fc079cdb35c5b3e738422f385881 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-01-18common.sh: fix problem when there are multiple device connectedYongqin Liu
the ANDROID_SERIAL export operation is done in function func_prepare_environment, but there are some adb commands are run in the init function, so we need to change to call the the func_prepare_environment function before the init function, so that we can run with passing --serial option to run on the host which has multiple adb connections Change-Id: I4f1e2e7a4ce12a2efd100f77bb3bc2d1b54e5fe9 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-08-26add test for collect the MemFree infoYongqin Liu
Change-Id: I3241a28b90821922a055a39ce725b42265023ab3 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-06-11Add support for output the standard deviationYongqin Liu
Add the prefix for all the tests And output the standard deviation and standard error for each test item Except the GFCBench3, all other tests have been verified on LAVA. Change-Id: I54dc04cdbf3ed9e36e996264d56a3634e722a0b1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-04-07add test for antutu5.6.2Yongqin Liu
Change-Id: I803e2d42667d10acb762a45a42ae00ae5c4b045e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-27add quadrant pro testYongqin Liu
Change-Id: Idf091772f75a4e63991f8dc380b815240f7b863e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-20add flag to indicate if the we record the result in the local csv fileYongqin Liu
test locally with several apks, and update javawhetstone and scimark for 5.1 Change-Id: Idd58bc3f2ac9f142ae662f39844c5c1cb0b7c8a6 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-16Add support to run multiple benchmarks togetherYongqin Liu
Change-Id: I38500396f976630a80b011d73c0bed62b6a7d7bd Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-07merge of application-benchmark test and android-apk automation testYongqin Liu
create one framework for both application-benchmark and android-apk-automation test Change-Id: I2d710365d6c6426dbfeed2b39f221185a508278f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-15common: fixed timout loggingMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-10-09common: changed base_url to testdata.validation.l.oMilosz Wasilewski
testdata.validation.linaro.org/apks is the official home of the 3rd party Android apks used for testing in Linaro Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-08-19common: added support for stock appsMilosz Wasilewski
If the app is already intalled, the apk_file_name should be set to empty value. The script will not try to install/uninstall the apk. Instead it will force stopping the main activity of the package. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-08-15Added default timeout of 10 minutesMilosz Wasilewski
Override the default by setting the 'timeout' variable in execute.sh script after importing common.sh Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-08-13common: value returned by automation script becomes test resultMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-08-07coremark: added automation and result collectionMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>