summaryrefslogtreecommitdiff
path: root/json/imx53-only-group.json
blob: 16f14bbbc966c5ac06947ef1e1a882194f3ac6b3 (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
{
    "timeout": 18000,
    "job_name": "codehelp multinode API tests",
    "logging_level": "INFO",
    "device_group": [
        {
            "role": "tom",
            "count": 2,
            "device_type": "mx53loco",
            "tags": [
                "codehelp-cat"
            ]
        },
        {
            "role": "jerry",
            "count": 2,
            "device_type": "mx53loco",
            "tags": [
                "codehelp-mouse"
            ]
        }
    ],
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "image": "file:///home/codehelp/images/mx53loco-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"
                    }
                ],
                "timeout": 1800
            }
        },
        {
            "command": "submit_results_on_host",
            "parameters": {
                "stream": "/anonymous/instance-manager/",
                "server": "http://localhost/RPC2/"
            }
        }
    ]
}