aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc31.yaml
blob: 7306c860a919202ea3a9afb27349395cd7f02b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
metadata:
    name: TC31
    format: "Manual Test Definition 1.0"
    description: "TC31: QSPI"
    maintainer:
        - ryan.harkin@linaro.org
    os:
        - openembedded
    scope:
        - functional
    devices:
        - lces2
        - soca9
    environment:
        - manual-test

run:
    steps:
        - "#soca9:"
        - "QSPI_MTD=/dev/mtd2"
        - "#lces2: ok"
        - "QSPI_MTD=/dev/mtd9"
        - " "
        - "dd if=/dev/urandom of=/tmp/random bs=1M count=1 && time flashcp -v /tmp/random $QSPI_MTD"

    expected:
        - "flashcp completes without errors"