-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjob6.yaml
45 lines (40 loc) · 925 Bytes
/
job6.yaml
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
# Zephyr JOB definition for QEMU
device_type: qemu
job_name: qemu-cortex-m3-zephyr-crypto-test-hmac-rfc4231-vectors
timeouts:
job:
minutes: 6
action:
minutes: 2
priority: medium
visibility: public
context:
arch: arm
cpu: cortex-m3
machine: lm3s6965evb
model: 'model=stellaris'
serial: '-serial mon:stdio'
vga: '-vga none'
actions:
- deploy:
timeout:
minutes: 3
to: tmpfs
type: monitor
images:
zephyr:
image_arg: -kernel {zephyr}
url: http://snapshots.linaro.org/components/kernel/zephyr/zephyr/qemu_cortex_m3/latest/tests/crypto/test_hmac/test/zephyr.bin
- boot:
method: monitor
timeout:
minutes: 2
- test:
monitors:
- name: Test HMAC RFC4231 vectors
start: tc_start()
end: PROJECT EXECUTION
pattern: (?P<result>(PASS|FAIL))\s-\s(?P<test_case_id>\w+)
fixupdict:
PASS: pass
FAIL: fail