~tyler-baker/+junk/lava-tests

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
{
  "device_type": "rtsm_ve-a15x1-a7x1",
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "hwpack": "http://community.validation.linaro.org/images/armv7-fastmodel/hwpack_linaro-vexpress_20130811-427_armhf_supported.tar.gz",
        "rootfs": "http://community.validation.linaro.org/images/armv7-fastmodel/linaro-raring-nano-lava-20130811-459.tar.gz",
        "bootloader": "uefi"
      }
    },
    {
      "command": "boot_linaro_image"
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "testdef": "ubuntu/dmidecode.yaml"
          }
        ],
        "timeout": 9600
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "/anonymous/rtsm_ve-a15x1-a7x1/",
        "server": "http://community.validation.linaro.org/RPC2/"
      }
    }
  ],
  "timeout": 20000,
  "job_name": "fastmodel-armv7-device-config-lava-test-shell-uefi"
}