summaryrefslogtreecommitdiff
path: root/def.json
blob: d716d422f7ed08ec791a109e49e8501a5f526649 (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
55
56
57
{
  "timeout": 1800,
  "device_group": [
    {
      "count": 1,
      "role": "host",
      "device_type": "kvm"
    },
    {
      "count": 1,
      "role": "target-kvm",
      "device_type": "kvm"
    }
  ],
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz"
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "role": "host",
        "timeout": 1800,
        "testdef_repos": [
          {
            "testdef": "host-session.yaml",
            "git-repo": "https://git.linaro.org/people/bernie.ogden/multinode-repro"
          }
        ]
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "role": "target-kvm",
        "timeout": 1800,
        "testdef_repos": [
          {
            "testdef": "host-session.yaml",
            "git-repo": "https://git.linaro.org/people/bernie.ogden/multinode-repro"
          }
        ]
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "/anonymous/bogden/",
        "server": "https://validation.linaro.org/RPC2/"
      }
    }
  ],
  "job_name": "multinode-repro"
}