-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautotest.json
More file actions
44 lines (44 loc) · 784 Bytes
/
Copy pathautotest.json
File metadata and controls
44 lines (44 loc) · 784 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
44
{
"transfer_files":
[
"bin/f7.8xp"
],
"target":
{
"name": "f7",
"isASM": true
},
"sequence":
[
"action|launch",
"hashWait|1",
"key|enter",
"hashWait|2",
"key|enter",
"hashWait|3"
],
"hashes":
{
"1":
{
"description": "Test black screen",
"start": "vram_start",
"size": "vram_8_size",
"expected_CRCs": [ "AF74BFCB" ]
},
"2":
{
"description": "Test red screen",
"start": "vram_start",
"size": "vram_8_size",
"expected_CRCs": [ "D2E7DAC8" ]
},
"3":
{
"description": "Test program exit",
"start": "vram_start",
"size": "vram_16_size",
"expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44", "A32840C8", "349F4775" ]
}
}
}