-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathautotest.json
More file actions
43 lines (43 loc) · 772 Bytes
/
autotest.json
File metadata and controls
43 lines (43 loc) · 772 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
38
39
40
41
42
43
{
"transfer_files": [
"bin/DEMO.8xp"
],
"target": {
"name": "DEMO",
"isASM": true
},
"sequence": [
"action|launch",
"delay|1000",
"hashWait|1",
"key|enter",
"delay|300",
"hashWait|2"
],
"hashes": {
"1": {
"description": "All tests passed or GDB1 error",
"timeout": 5000,
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [
"38E2AD5A",
"2C812DC2"
]
},
"2": {
"description": "Exit or GDB1 error",
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [
"FFAF89BA",
"101734A5",
"9DA19F44",
"A32840C8",
"349F4775",
"271A9FBF",
"82FD0B1E"
]
}
}
}