aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc21.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tc21.yaml')
-rw-r--r--manual/se/tc21.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/se/tc21.yaml b/manual/se/tc21.yaml
new file mode 100644
index 0000000..9e116f9
--- /dev/null
+++ b/manual/se/tc21.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: TC21
+ format: "Manual Test Definition 1.0"
+ description: "TC21: I2C detect"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "#soca9: ok"
+ - "dev=0"
+ - "#lces2: ok"
+ - "dev=1"
+ - " "
+ - "i2cdetect -y -r ${dev}"
+
+ expected:
+ - "I2C device detected"