blob: 903947a4c65cd1575f03ef776de1e9e5e9d926b9 [file] [log] [blame]
Chris Kay3d807882022-08-31 16:00:02 +01001metadata:
2 test_config: {TEST_CONFIG}
3 fvp_model: {MODEL}
4 build_url: ${BUILD_URL}
5${gerrit_meta}
6
7device_type: fvp
8job_name: {TEST_CONFIG}
9
10timeouts:
11 job:
12 minutes: 30
13 action:
14 minutes: 20
15 actions:
16 auto-login-action:
17 seconds: 300
18 lava-test-monitor:
19 minutes: 7
20 lava-test-interactive:
21 minutes: 15
22 lava-test-shell:
23 seconds: 300
24 lava-test-retry:
25 seconds: 300
26 http-download:
27 seconds: 120
28 download-retry:
29 seconds: 120
30 fvp-deploy:
31 seconds: 300
32 connection:
33 seconds: 10
34 connections:
35 lava-test-retry:
36 seconds: 300
37 lava-test-monitor:
38 seconds: 300
39 lava-test-shell:
40 seconds: 300
41 bootloader-action:
42 seconds: 300
43 bootloader-retry:
44 seconds: 300
45
46priority: medium
47visibility: public
48
49actions:
50- deploy:
51 to: fvp
52 images:
53 backup_fip:
54 url: {BACKUP_FIP}
55 bl1:
56 url: {BL1}
57 bl2:
58 url: {BL2}
59 bl31:
60 url: {BL31}
61 bl32:
62 url: {BL32}
63 busybox:
64 url: {BUSYBOX}
65 compression: gz
66 cactus_primary:
67 url: {CACTUS_PRIMARY}
68 cactus_secondary:
69 url: {CACTUS_SECONDARY}
70 cactus_tertiary:
71 url: {CACTUS_TERTIARY}
72 coverage_trace_plugin:
73 url: {COVERAGE_TRACE_PLUGIN}
74 dtb:
75 url: {DTB}
76 el3_payload:
77 url: {EL3_PAYLOAD}
78 fvp_spmc_manifest_dtb:
79 url: {FVP_SPMC_MANIFEST_DTB}
80 fip:
81 url: {FIP}
82 fip_gpt:
83 url: {FIP_GPT}
84 fwu_fip:
85 url: {FWU_FIP}
86 generic_trace:
87 url: {GENERIC_TRACE}
88 hafnium:
89 url: {HAFNIUM}
90 image:
91 url: {IMAGE}
92 ivy:
93 url: {IVY}
94 manifest_dtb:
95 url: {MANIFEST_DTB}
96 mcp_rom:
97 url: {MCP_ROM}
98 mcp_rom_hyphen:
99 url: {MCP_ROM_HYPHEN}
100 ns_bl1u:
101 url: {NS_BL1U}
102 ns_bl2u:
103 url: {NS_BL2U}
104 ramdisk:
105 url: {RAMDISK}
106 romlib:
107 url: {ROMLIB}
108 rootfs:
109 url: {ROOTFS}
110 compression: gz
111 secure_hafnium:
112 url: {SECURE_HAFNIUM}
113 scp_ram:
114 url: {SCP_RAM}
115 scp_ram_hyphen:
116 url: {SCP_RAM_HYPHEN}
117 scp_rom:
118 url: {SCP_ROM}
119 scp_rom_hyphen:
120 url: {SCP_ROM_HYPHEN}
121 spm:
122 url: {SPM}
123 tftf:
124 url: {TFTF}
125 tmp:
126 url: {TMP}
127 uboot:
128 url: {UBOOT}
129
130- boot:
131 method: fvp
132 license_variable: ARMLMD_LICENSE_FILE={ARMLMD_LICENSE_FILE}
133 docker:
134 name: {BOOT_DOCKER_NAME}
135 local: true
136 image: {BOOT_IMAGE_DIR}/{BOOT_IMAGE_BIN}
137 version_string: {BOOT_VERSION_STRING}
138 console_string: 'terminal_0: Listening for serial connection on port (?P<PORT>\d+)'
139 feedbacks:
140 - '(?P<NAME>terminal_1): Listening for serial connection on port (?P<PORT>\d+)'
141 - '(?P<NAME>terminal_2): Listening for serial connection on port (?P<PORT>\d+)'
142 - '(?P<NAME>terminal_3): Listening for serial connection on port (?P<PORT>\d+)'
143 arguments:
144{BOOT_ARGUMENTS}