aboutsummaryrefslogtreecommitdiff
path: root/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
blob: b828c5b4b67b8052f3167bd1e55d0780c9e6de13 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "bootloadertype": "uefi",
        "customize": {
          "boot:/fvp": [
            "delete"
          ],
          "${STARTUP_NSH}": [
            "boot:/EFI/BOOT/startup.nsh"
          ],
          "${BL1_URL}": [
            "boot:/fvp_bl1.bin"
          ],
          "${FIP_URL}": [
            "boot:/fvp_fip.bin"
          ]
        },
        "image": "${IMAGE_URL}"
      },
      "metadata": {
        "build id": "${BUILD_NUMBER}",
        "git URL": "${GIT_URL}",
        "git branch": "${GIT_BRANCH}",
        "git commit": "${GIT_COMMIT}",
        "template": "acpi"
      }
    },
    {
      "command": "boot_linaro_image",
      "parameters": {
        "boot_cmds": [
          "sendline ",
          "expect Start:",
          "sendline 2",
          "expect or any other key to continue.",
          "sendline "
        ],
        "options": [
          "bp.pl011_uart0.untimed_fifos=0",
          "bp.pl011_uart0.revision=r1p5"
        ]
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "revision": "fa1becee63a5b5047c89cac29d292d6a56f81497",
            "testdef": "openembedded/acpi-smoke-test.yaml"
          }
        ],
        "timeout": 900
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "revision": "fa1becee63a5b5047c89cac29d292d6a56f81497",
            "testdef": "common/fwts.yaml"
          }
        ],
        "skip_install": "deps",
        "timeout": 900
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "revision": "fa1becee63a5b5047c89cac29d292d6a56f81497",
            "testdef": "common/dmidecode.yaml"
          }
        ],
        "skip_install": "deps",
        "timeout": 900
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "revision": "fa1becee63a5b5047c89cac29d292d6a56f81497",
            "testdef": "openembedded/lshw.yaml"
          }
        ],
        "timeout": 900
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "server": "http://${LAVA_SERVER}",
        "stream": "${BUNDLE_STREAM_NAME}"
      }
    }
  ],
  "device_type": "${DEVICE_TYPE}",
  "job_name": "${BUILD_URL}",
  "timeout": 20000
}