From ea26a7cc5ddd2a7b01b1f96f4876c1fdb7783e5f Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Wed, 19 Apr 2017 15:49:27 +0800 Subject: Rename test directory for disk partitioning test Change-Id: Idcd83a16e0f2f938f31eb312eccaa344b634512c Signed-off-by: Chase Qi --- .../linux/disk-partitioning/disk-partitioning.yaml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 automated/linux/disk-partitioning/disk-partitioning.yaml (limited to 'automated/linux/disk-partitioning/disk-partitioning.yaml') diff --git a/automated/linux/disk-partitioning/disk-partitioning.yaml b/automated/linux/disk-partitioning/disk-partitioning.yaml new file mode 100644 index 0000000..c48b52a --- /dev/null +++ b/automated/linux/disk-partitioning/disk-partitioning.yaml @@ -0,0 +1,34 @@ +metadata: + name: disk-partitioning-test + format: "Lava-Test-Shell Test Definition 1.0" + description: "Disk partitioning test." + maintainer: + - chase.qi@linaro.org + os: + - debian + - ubuntu + - fedora + - centos + devices: + - mustang + - hi6220-hikey + - apq8016-sbc + scope: + - functional + environment: + - lava-test-shell + +params: + # The existing disk label on the device will be destroyed, + # and all data on this disk will be lost. + DEVICE: "" + # Supported labels: msdos and gpt + DISKLABEL: "gpt" + FILESYSTEM: "ext4" + SKIP_INSTALL: "False" + +run: + steps: + - cd ./automated/linux/disk/ + - ./disk-partitioning.sh -d "${DEVICE}" -l "${DISKLABEL}" -f "${FILESYSTEM}" -s "${SKIP_INSTALL}" + - ../../utils/send-to-lava.sh ./output/result.txt -- cgit v1.2.3