~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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "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",
       "parameters": {
          "interactive_boot_cmds": true,
          "options": ["sendline a",
                      "expect Choice:",
                      "sendline 1",
                      "expect Select the Boot Device:",
                      "sendline 2",
                      "expect File path of the EFI Application or the kernel:",
                      "sendline uImage",
                      "expect [a/g/l]",
                      "sendline l",
                      "expect Add an initrd: [y/n]",
                      "sendline y",
                      "expect File path of the initrd:",
                      "sendline uInitrd",
                      "expect Arguments to pass to the binary:",
                      "sendline console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait ro mem=1024M earlyprink",
                      "expect File path of the local FDT:",
                      "sendline rtsm\\rtsm_ve-ca15x1-ca7x1.dtb",
                      "expect Description for this new Entry:",
                      "sendline Test Image",
                      "expect Choice:",
                      "sendline 5",
                      "expect Start:",
                      "sendline 2"]
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "/anonymous/rtsm_ve-a15x1-a7x1/",
        "server": "http://community.validation.linaro.org/RPC2/"
      }
    }
  ],
  "timeout": 20000,
  "job_name": "fastmodel-armv7-job-defined-uefi"
}