summaryrefslogtreecommitdiff
path: root/automated/linux/isolate-task/isolate-task.yaml
blob: 2b428e016f68d4a0b9f079a5d8ab366163bde916 (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
28
29
metadata:
    name: verify_isolation
    version: "1.0"
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Verify kernel configuration. Isolate application and verify
                  that kernel tick/resch interrups do not occur more than 1/sec."
    maintainer:
        - ravineet.singh@linaro.org
    os:
        - debian
        - ubuntu
    devices:
        - juno
        - arndale
        - x86
    scope:
        - functional
    environment:
        - lava-test-shell

params:
    ISOL_CORES:   "2,3"
    SKIP_INSTALL: "False"
    GIT_TAG:      "v0.2"
run:
    steps:
      - cd automated/linux/isolate-task
      - ./isolate-task-verify.sh  -c "${ISOL_CORES}" -s "${SKIP_INSTALL}" -t "${GIT_TAG}"
      - ../../utils/send-to-lava.sh ./output/result.txt