summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
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