metadata: name: sata-partition-rw format: "Lava-Test-Shell Test Definition 1.0" description: "SATA Partition, Read and Write Test on Linux Linaro ubuntu. 1) The target Device ID is possible to be set in JSON. 2) This script is using dd with iflag and oflag set to direct to test read and write performance. In this way it can provide the real output without cache involved. 3) For more information, please refer to dd GNU web page." maintainer: - milosz.wasilewski@linaro.org os: - ubuntu devices: - d01 - panda - panda-es - arndale scope: - functional environment: - lava-test-shell install: deps: - parted - python params: DeviceID: /dev/sda run: steps: - "cd ubuntu/scripts; ./sata-partition-rw.py $DeviceID" parse: pattern: '^(?Psata_\w+):\s(?P\w+)\s(?P[0-9.]+)\s(?P[a-zA-Z/]+)'