summaryrefslogtreecommitdiff
path: root/json/panda-only-group.json
blob: 060bc251f33e2de11db35aa65cffdd006a868f11 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "timeout": 900,
    "job_name": "panda multinode API tests",
    "logging_level": "INFO",
    "device_group": [
        {
            "role": "criminal",
            "count": 1,
            "device_type": "panda",
            "tags": [
                "codehelp-crim"
            ]
        },
        {
            "role": "police",
            "count": 1,
            "device_type": "panda",
            "tags": [
                "codehelp-cop"
            ]
        }
    ],
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "http://releases.linaro.org/12.02/ubuntu/leb-panda/panda-ubuntu-desktop.img.gz"
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "group-tests-multinode.yaml"
                    },
                    {
                        "git-repo": "git://git.linaro.org/people/neilwilliams/multinode-yaml.git",
                        "testdef": "multinode02.yaml"
                    }
                ],
                "timeout": 1800
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/codehelp/",
                "server": "http://staging.validation.linaro.org/RPC2/"
            }
        }
    ]
}