forked from akbennett/lava-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjob10.yaml
More file actions
37 lines (33 loc) · 786 Bytes
/
job10.yaml
File metadata and controls
37 lines (33 loc) · 786 Bytes
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
# Zephyr JOB definition for nxp-k64f
device_type: nxp-k64f
job_name: nxp-k64f-kernel-rand32-test
timeouts:
job:
minutes: 6
action:
minutes: 2
priority: medium
visibility: public
actions:
- deploy:
timeout:
minutes: 3
to: tmpfs
type: monitor
images:
zephyr:
image_arg: '{zephyr}'
url: http://snapshots.linaro.org/components/kernel/zephyr/gccarmemb/frdm_k64f/latest/tests/kernel/test_rand32/test/zephyr.bin
- boot:
method: monitor
timeout:
minutes: 2
- test:
monitors:
- name: Test Random Number Generation
start: Starting random number tests
end: PROJECT EXECUTION
pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+)
fixupdict:
PASS: pass
FAIL: fail