summaryrefslogtreecommitdiff
path: root/ubuntu/e2eaudiotest.yaml
blob: b642741d66bc613c524ef7909dc58e61d4b45c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
metadata:
    name: e2eaudiotest
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test e2e audio"

install:
    deps:
        - libasound2-dev
        - libfftw3-dev
        - gcc
    git-repos:
        - git://git.linaro.org/people/kurt-r-taylor/e2eaudiotest.git
    steps:
        - "cd e2eaudiotest; gcc testfreq.c utils_alsa.c -lasound -lfftw3 -o testfreq"

run:
    steps:
        - cd e2eaudiotest
        - "lava-test-case ./e2eaudiotest.sh --result pass --measurement 100 --units Hz"