summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-23manual: enterprise: added bigdata spark sparkpi testMilosz Wasilewski
Change-Id: I662f86e453707937ef9b7f5310ab72f86a186881 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org> Signed-off-by: Ganesh Raju <ganesh.raju@linaro.org>
2016-11-23manual: added Linux software RAID testChase Qi
Change-Id: I6250e84a65a0d8023fd6e3b38d4c63c94bd93414 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-23automated: linux: added iperf testChase Qi
Change-Id: Ibf8bebfe78d60028ed7805f5f62080a194a2e660 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-22manual: enterprise: added bigdata hadoop terasort testNaresh Kamboju
Change-Id: Ibb739b938cbd5a6cda54ee985959b85e0c41801a Signed-off-by: Ganesh Raju <ganesh.raju@linaro.org> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-22validate.py: Fixed condition for checking metadataMilosz Wasilewski
When the YAML file is invalid there is no point in checking metadata. The condition was updated and metadata is only checked on valid YAML files. Change-Id: I12c110f0353b03f46bc7e4b0c943caca8463a6b7 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-22android boottime2: suppport to collect data from multiple bootYongqin Liu
since the the boottime optimization work is very hard, and boottime reduced will not be obvious compare to the 20s around value, so use average from multiple time is important for the boottime optimization check Change-Id: I9786dbdf5be3109eedf57a0ce0731184f5ab7826 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-11-22manual: fix IP forward test case nameChase Qi
Only the first string will be used if the strings in test case name not quoted or connected. Change-Id: Ic25bae4a978812f7c1a01f923e2e0a50d253c0ba Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-22automated: Linux network basic: improvementsNaresh Kamboju
Network basic tests improved, - Install net-tools package - Get default gateway at run time - Removed variables from test_case_id - Rename 'test' to 'test_case' Change-Id: I27347cf2bd0627dbb7708742c507f27b78787ffe Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-18Merge "automated: test-runner: added option to record manual results"Chase Qi
2016-11-18automated: test-runner: added option to record manual resultsMilosz Wasilewski
Manual test cases can now be executed using test runner. The results are recorded the same way as for automated tests. Change-Id: Ifacbc7591f81bc4468c4dbe6550be0ba1ec3fd61 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-18automated: linux: Adding pointer-tagging-testsNaresh Kamboju
Change-Id: I86a865f301727281dbff81924e349daff86eb7ce Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-18lib: Adding new function exit_on_skipNaresh Kamboju
exit_on_skip "testcase-name" "reason for skip" Change-Id: I361f8282c1201362cd89afb4961012d02c8b2bbe Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-18automated: Linux dd: improvements and bug fixesChase Qi
* enable sh argument '-e' * stop using partition and filesystem type variables in test case ID * use convert_to_mb for result calculation which support floating point * cope with shellcheck Change-Id: I8f87c296280299d103eeb6f686b3fd8fecd62eb6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-18lib: sh-test-lib: remove non POSIX 'local' keywordNaresh Kamboju
To cope with shellcheck - Non-POSIX keyword 'local' removed - variable name and keyword 'test' renamed to 'test_case' Change-Id: Idb1b4064bb82ec219c9b4fed39fd6d07d5cc9249 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-16manual: Add PXE boot testNaresh Kamboju
Change-Id: Ib27dd18ad01cd52149564967443def57320c2575 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-16httperf-runner.py: a script to test http performanceJosep Puigdemont
This script will try to find the "best" replies/s rate for a target http server. It uses httperf and a trial-and-error method to find the best rate. Change-Id: I5f76d04ae5db710869038b700d8d9e99efad5d5f Signed-off-by: Josep Puigdemont <josep.puigdemont@linaro.org>
2016-11-16Merge "automated: added Linux dsdbench test"Milosz Wasilewski
2016-11-16automated: added Linux dsdbench testChase Qi
dsdbench runs benchmarks and tests for storage driver configurations to help figure out how the configuration will perform and which known issues the daemon may be affected by in this configuration. Test suite source https://github.com/dmcgowan/dsdbench Change-Id: I68a46cb6354fbcaa880b81bb564e761f61309b6d Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-16automated: added Linux ethernet testNaresh Kamboju
Ethernet test to validate given network interface, * check interface state is up * ping to default Gateway Change-Id: I55bd54367e98aba150c01cd957fb8ca90c3a0d10 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-16manual: debian: Add manual openssl functional testsNaresh Kamboju
Change-Id: I04a6f78e6dfbb0e5f5e2bae61e96617e6794c400 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-15automated: added nginx-apache-benchMilosz Wasilewski
The test runs apache-bench against ngingx webserver Change-Id: I8f18d04dad791b4e408c71fc64db58ce2cd8a853 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-15manual: Add disk boot testNaresh Kamboju
Change-Id: I8889e1516d81f5897d575498a9f5fd02b21ddc54 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-15automated: fix fio testChase Qi
* Added more params for more control from test plan * Added readwrite and randrw test * Stop testing fio against partition, which destroy filesystem. Mount partition and enter mount point, run fio from there * Show test progress and clean output Change-Id: If63a5ca1a0485b88456a4a0f7f3ba82bcba751e0 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-10validate: update result file pathMilosz Wasilewski
Output result file can be configured using runtime parameters. Change-Id: I46d3350177f8b3f9acc2ac95f94ede9e8e7c3432 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-10test-runner: save test parameters to result.csvChase Qi
Change-Id: If6759527cb0a7cc8556c06a91b680ce46d466972 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-10manual: added manual openssl functional testsNaresh Kamboju
Change-Id: I2325bacdc1cbb48e2c9131b069ce97a91553a3c9 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-09automated: added Linux LEMP testChase Qi
Change-Id: I48d54b6c4c89e7a5c4d0bac0b30a1b48b26e3ca0 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-08Merge "manual: added manual openssh test"Milosz Wasilewski
2016-11-08automated: added apache-benchMilosz Wasilewski
This tests runs apache-bench (ab) against apache2 webserver. Change-Id: I9dc13a17d8e1db3f23f88cd77e7e89c227411025 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-08manual: updated luvos download locationMilosz Wasilewski
Change-Id: I893818e0b79cae6ef233c9ef86f80877097d7700 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-08manual: add openstack and ceph testsMilosz Wasilewski
Change-Id: I9a3a2a8dc03f2a5865bd933f6fd264f7af7b085c Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-08automated: added toolchain-smoke testMilosz Wasilewski
Simple test that check if gcc compilation works Change-Id: Ic59f75c6b4c11c9e569017ca848036cdfeb69059 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-08manual: added manual openssh testNaresh Kamboju
This is a manual test case for openssh Change-Id: I6472e508a79492c41d2fcba7086837ef3d887c87 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-08openssh-debian: adding usage()Naresh Kamboju
Change-Id: If8a1c68926a078db3a97fa72feae25d44ed6b12b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-07validate.py: emphasize pep8 unavailabilityAntonio Terceiro
Change-Id: Ic709d47287a87dd287e792605ad15a724f9788d8 Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
2016-11-07validate: fix validation return codeMilosz Wasilewski
Only return code for last checked file was returned. Now the highest return code is returned for the list of files Change-Id: I795e891b995eec121187778e4213f96e08d171b3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-07automated: test-runner: enhance result parserChase Qi
* Add test name and params to result.json * Collect all results in output/result.json * Add header and test name for output/result.csv Change-Id: Ie73af79be9e68780a8863e651dc30ed34bcbf4c3 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-07automated: send-to-lava: accept any character for measurement and unitsChase Qi
Change-Id: I61ade512f1f9f887e51cde8244ed51a40952df19 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-07linux: openssh debian testNaresh Kamboju
Change-Id: I63d8a44c0bf004da0547e1cb0b87d5afaa60a4fc Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-07Merge "automated: linux: add docker test"Milosz Wasilewski
2016-11-07validate.py: fixed exclude optionsMilosz Wasilewski
Change-Id: I833bd814ada37c3b06222b9c8f07e2c0a92e15ac Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-07validate.py: fix pep8 issuesMilosz Wasilewski
Change-Id: I8df280349720e93b9d8bdeac90dc2fde20de2a8a Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-07automated: linux: add docker testChase Qi
Change-Id: I1e1b044ed6b736f1503ec0e7288ab917625d3184 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-04manual: added manual luvos testMilosz Wasilewski
Change-Id: Icb5ea8b9a7bf19fadc0b90b720c3274237794ded Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-04android/multinode-target.yaml: sleep 5 after start adbdYongqin Liu
sleep 5s after the start of adbd, otherwise the start of adbd command will cause confusion message out, and break the process of lava-send and lava-wait Change-Id: I1cf24b91cf4d462271c60f27366886adc4b1e5ea Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-11-04automated: linux: add blogbench testChase Qi
Change-Id: I25d1d36064ac9f486713e32f734d816b04d433ee Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-04linux: network-basic: cope with shellcheckNaresh Kamboju
Change-Id: I2ff190b03a2fc457444dbfcf24296737daaca130 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-04linux: device-tree: cope with shellcheckNaresh Kamboju
Change-Id: I196d9fe9381321c6419ed5575dbfd16bdfa466e1 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-04linux: usb-smoke-test: cope with shellcheckNaresh Kamboju
Change-Id: Id213b922c7c79fbdf458ef1c74211db759436da6 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-02Merge "plans: added test plan rendering script"Milosz Wasilewski