summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/device_read_perf.sh
AgeCommit message (Collapse)Author
2016-05-19device_read_perf: skip mmc boot and rpmb partitionsNicolas Dechesne
Change-Id: Iaf41c88f17f995a4aac6906d51ea15e09c6e5eb8 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-09-11device_read_perf: keep trying all devices even if one failsNicolas Dechesne
If reading a device fails for any reason, we don't want to stop the test, but keep going and read all the other devices. Change-Id: Id6bddb7ad9a9966607d9e6dac5cf5f7ebe8d4cff Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-27ubuntu: device_read_perf: fix bashism issuesNicolas Dechesne
A few remaining bash issues were still present in the merged script, such as device_read_perf.sh: 46: device_read_perf.sh: Syntax error: "(" unexpected (expecting "done") and the test failed in LAVA, see: https://validation.linaro.org/dashboard/attachment/1227507/view Change-Id: If7263935f1277fcc53c90a9cda3736405d072257 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-25ubuntu: Add test to get Device timings of block devices.hnaradla
- Dynamically gets all the block devices like sata, sd-card, etc,. - Perform device timing operations on each device. Test results are at https://validation.linaro.org/scheduler/job/206365 Change-Id: I861474c9409aa95f126d1b307bd49962702e2031 Signed-off-by: hnaradla <hanumantha.naradla@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>