~tyler-baker/+junk/lava-tests

« back to all changes in this revision

Viewing changes to fastmodel-armv7-device-config-uefi.json

  • Committer: Tyler Baker
  • Date: 2013-08-21 20:38:48 UTC
  • Revision ID: tyler.baker@linaro.org-20130821203848-i010mepuiemlbuoe
Add UEFI and AXF test cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "device_type": "rtsm_ve-a15x1-a7x1",
 
3
  "actions": [
 
4
    {
 
5
      "command": "deploy_linaro_image",
 
6
      "parameters": {
 
7
        "hwpack": "http://community.validation.linaro.org/images/armv7-fastmodel/hwpack_linaro-vexpress_20130811-427_armhf_supported.tar.gz",
 
8
        "rootfs": "http://community.validation.linaro.org/images/armv7-fastmodel/linaro-raring-nano-lava-20130811-459.tar.gz",
 
9
        "bootloader": "uefi"
 
10
      }
 
11
    },
 
12
    {
 
13
      "command": "boot_linaro_image"
 
14
    },
 
15
    {
 
16
      "command": "submit_results",
 
17
      "parameters": {
 
18
        "stream": "/anonymous/rtsm_ve-a15x1-a7x1/",
 
19
        "server": "http://community.validation.linaro.org/RPC2/"
 
20
      }
 
21
    }
 
22
  ],
 
23
  "timeout": 20000,
 
24
  "job_name": "fastmodel-armv7-device-config-uefi"
 
25
}