summaryrefslogtreecommitdiff
path: root/ubuntu/gatortests.yaml
blob: abd432e15f58367d6e6062bf86a89e73633a5340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
metadata:
    name: gatortests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Gator tests for ubuntu."

install:
    deps:
        - gatortests

run:
    steps:
        - gatortests

parse:
    pattern: "^\\*\\*\\*(?P<test_case_id>\\w+):\\s(?P<result>\\w+)\\*\\*\\*"