summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2018-02-09 16:48:24 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2018-05-29 17:07:04 +0100
commitd24d4b86b25a3c3e65840b7a02fa709690992332 (patch)
treea6403bdd504d91aa7f44165c71ef6c1777517dfc /automated
parentbf0dbeb368b91a27c4f70b85851211f6dea7612e (diff)
mbl_gyro_present.yaml: added
Diffstat (limited to 'automated')
-rw-r--r--automated/linux/mbl/mbl_gyro_present.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/automated/linux/mbl/mbl_gyro_present.yaml b/automated/linux/mbl/mbl_gyro_present.yaml
new file mode 100644
index 0000000..3c0e54f
--- /dev/null
+++ b/automated/linux/mbl/mbl_gyro_present.yaml
@@ -0,0 +1,25 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: mbl_gyro_present
+ description: "Check the gyro device is present."
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - imx7s-warp
+ - raspberrypi3
+
+params:
+ SKIP_INSTALL: "False"
+
+run:
+ steps:
+ - cd ./automated/linux/mbl/
+ - mkdir output
+ - ./mbl_gyro_present.sh -s "${SKIP_INSTALL}"
+ - if [[ $? == 0 ]]; then RESULT=pass; else RESULT=fail; fi
+ - echo "mbl_gyro_present $RESULT" > output/result.txt
+ - ../../utils/send-to-lava.sh ./output/result.txt