summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-04kselftest: looks goodHEADmasterNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-05-03kselftest: fix file permissionsNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-05-03kselftest: debugNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-05-03kselftests: fix path and run stepsNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-05-03kselftests-static.yaml: no output fileNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-04-29fix up kselftests pathNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-04-29ls tmpNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-04-29removed install stepsNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-04-29kselftests-static.yaml: Adding kselftests from minimal buildrootNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-04-22android: Increase heap size for CTS hostMilosz Wasilewski
The default value for KVM devices in LAVA is ~250M of heap. This patch increases the value to 350M. KVMs are allocated only 512M of total memory, so it's the maximum safe value. Change-Id: Ib58f3913d80ec450820cd5c832245692752e7ebc Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-04-21Ubuntu: added blogbench testChase Qi
Change-Id: I1f9f0b6e66b016108d9578827439938890196176 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-04-14ubuntu: add odp-validationAnders Roxell
Change-Id: Ic72c53c82e41d6b8fcedba86bcbc199be26d6d7d Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2016-04-01Add support for the ltp-ddt testsuites for UbuntuEsla
Change-Id: I0d3c94e3dface54a586b303ddc358f5c31780e7b
2016-03-31Clean out unnecessary comments relating to ltp-ddtEsla
Change-Id: Icec5506e644848b6f3f1a56c32244a519d121825
2016-03-18Merge "microbenchmarks add mode support for nexus5x"2016.03Naresh Kamboju
2016-03-18microbenchmarks add mode support for nexus5xVishal Bhoj
Change-Id: Iaf0803a14b15e3576d8a1c7c5cc3dbd2d37ab2a7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-03-15android boottime: call -v time for logcat explicitlyYongqin Liu
Change-Id: I908f73ce095b36031ce345e60cea48afdd0611b8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-02-25test-kvm: fixesRiku Voipio
1. We need curl -L for the new S3 redirect 2. Parsing dmesg may not work as systemd might flood the buffer. Test that kvm dev exists, which is udev will only create if kvm is properly started 3. Update to latest UEFI Change-Id: Ie36b391a41dcd9deca1effa90aa94d2a1198e73e Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-02-24kvm-lava: shut down via poststartRiku Voipio
The old ExecStop=shutdown method caused systemd wait for forever to shut down. ExecStartPost seems to work. Change-Id: I3ba593a47c64de75f08c2b0e8527f424c09dcc83 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-02-12android: added binutils to art-microbenchmarks depsMilosz Wasilewski
Change-Id: I66ca39e04b4da58573913508564f5bcb5ee2beb0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-02-04update meminfo test with dumpsys meminfo informationYongqin Liu
also attach the raw data from the command Change-Id: I1042382814f77552e622823a30022d291c851ecb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-02-03LTP: fix skipfile for acl_test01Naresh Kamboju
acl_test01 in skipfile was causing unwanted prints in test results This patch will fix this problem. Problem: cl_test01[ FAIL 2 Connectors PASS 0 cl_test01[ FAIL 2 Change-Id: Ia31954e1f30077c2d63368027d8e4b83aede7503 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-01-22android/art-microbenchmarks: fix battery stats dump2016.01Vishal Bhoj
Change-Id: Idcfcf052628acd6192520c0e64ea1df9505c4431 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-01-22android: add meminfo test for collect information in /proc/memino after bootYongqin Liu
Change-Id: I0173ce32974b03d1447e48bb97adb5d10ec6bfea Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-01-22android/art-microbenchmarks: dump battery status before and after testsVishal Bhoj
Change-Id: I344cb8bef2a4d4641cfe2871bb70044a0d26637b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-01-21android: fix failing art-microbenchmarks adbMilosz Wasilewski
adb sometimes fails when executing command on target device in the setup phase of the test. The failure doesn't looks as preventing the test from continuing, so adding a workaround for bad return code. This will make LAVA not to stop test-shell. Change-Id: Id28d3323bed1f73506413e00340a492ad1d380e9 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-01-21android: add verbose output to ART configure scriptsMilosz Wasilewski
Change-Id: Ie85f802a67f3003167711e4288058a6028aa4e3b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-01-19Ubuntu/Openembedded: Fixed missing metadataAmit Khare
Change-Id: I10a9e6c6944ab1288114b63c2e014970a08b775f Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-01-12Ubuntu: moved rt-tests-parser.sh to common, to be used by other OS'esRavineet Singh
also updated test definitions pointing to old path. OE: added pmqtest definition Change-Id: Ie9aa8a39fbc4025d477a6368decbe33fa80b94d0 Signed-off-by: Ravineet Singh <ravineet.singh@linaro.org>
2016-01-12Ubuntu: Added maintainer to openssl-bases fileAmit Khare
Change-Id: If8faf1768acf1d67b1ade91017b2a763e5c29e87
2016-01-12Android: add dependency on python3 to art-microbenchmarksMilosz Wasilewski
Change-Id: I8a8c929bb5114c8e657c6ca2e21da4df95515424 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-01-07Fedora: updated metadata for build.yaml fileAmit Khare
Change-Id: I7f198786060aa639eb3a8caf612b8b6ce3c53bba
2016-01-07android/pm-qa: Update metadataLisa Nguyen
Fill in the missing parts of the metadata inside the pm-qa test definition for Android. Change-Id: I01ba95246044567ee5cb4605227bd140fd361f44 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2016-01-07OE: added maintainer to perf.yaml fileAmit Khare
Change-Id: Ib60c4607549e18ec224915f206037e184689b0b8
2016-01-07OE: Added maintainer to lshw.yaml fileAmit Khare
Change-Id: I55771e29e43143804ef9956a2e34e420eccd9c9d
2016-01-06Common: Added maintainer to dmidecode.yaml filesAmit Khare
Change-Id: I13002f6790d9ee9650436cee4e066de3b9a5642c
2015-12-10common: scheduler_testssuites: update test suite URLNaresh Kamboju
test suite URL can be passed from LAVA test job json file. Change-Id: Ie30f95927f66a1a2e05c9736242fd6a99f96d46e Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-12-07android: changed output for art-microbenchmarksMilosz Wasilewski
Output files are named with --output-pkl and --output-json options. This makes the test immune to any path changes that run.py might introduce. Change-Id: Iff77e27ce2a88a4821ade0b9ccba4477e6ab2ec0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-12-03Android: CTS: Use Pexpect for Fast ModelsChase Qi
* On Fast Models, cts-tradefed will exit abnormally when pipe used. Use Pexpect as a work around. * Fix some pep8 issues. Change-Id: I38f1fd314fbc882d8fcce0c9a7213a3f8d7fd2c6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-12-02Android: Generalize art-microbenchmarks for N9/N5X.Daniel Díaz
Because Nexus 5X is introduced, so is the configuration script for benchmarks. Change-Id: I728ce64eb2304216f4a3c0bfa426cec08f4e1099 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2015-12-02install-deps.sh : fix apt-get install with -y optionNaresh Kamboju
Change-Id: I16e6b598c90ea6741dc70ebabaec9d2b4c47b15f Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-11-27Android: CTS: Install dependency packages on hostNaresh Kamboju
Install dependency packages on host side. install-deps.sh script will look for apt-get lock and install packages when the lock is free. The advantages of this patch is - Do not install if the package is already present - Installation should not fail because of parallel installation of packages - if apt-get is already locked wait 5 sec and try installation again till it get successful Change-Id: I802cbc7ba988060f930aff36e904bf1a3a343fa7 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-11-25Android: added check for tmp file existence in multinode-target2015.11Milosz Wasilewski
When the tmp file dissapears or is not created, test fails to complete. This patch fixes the issue. Change-Id: Iac2e8e90fdd745d1df48053318a3359d9cbe81a3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-11-25Android: art-microbenchmarks install dependency packagesNaresh Kamboju
art-microbenchmarks test is been updated to install dependency packages at runtime on host side. Change-Id: I719430c24d7e3a54c1fb64f4bbe97a9f7835b222 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-11-20pwrmgmt: Update the release numberLisa Nguyen
Update the release number for PM-QA to v0.5.1. Change-Id: Ie03fc35e01179b923a5388e1995f29f66850dc40 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-11-20android/scripts/pm-qa: Update pm-qa.sh scriptLisa Nguyen
Remove unused variables. Also add check to kill all pids associated with the cpuidle_killer program used in the cpuidle subtests, so PM-QA results can be shown in LAVA. Change-Id: I8885651499ca09bb5b17e234865e95c77e4fe4f0 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-11-19android: art-microbenchmarks: fixed .pkl file pathMilosz Wasilewski
Fixed path for .pkl file. Added support for .json attachment Change-Id: I198df6fa347b2def33af5896fd5d4c006b268915 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-11-18android: art-microbenchmarks: fixed git URL scheme to httpsMilosz Wasilewski
Change-Id: Ie507195471026f00d2f065a2a892859e63aafac3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-11-13android: cts: optimize adb device checkChase Qi
* Print adb device after it is online. * Increase adb_ping timeout to 10 seconds to adapte to slow environment. Change-Id: Ie6ff14c5d8cfed50143f023b824f83154fc15789 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-11-06nexus9: microbenchmarks: reduce operating frequencyVishal Bhoj
Change-Id: Id31351b008e289493e494fccbd2baa1fd3dc72db Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>