summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/examples/fileio_rename/autotester.json
blob: 5b454c9f5cd38a8d29713839230d768593a15c74 (plain)
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
{
  "rom": "84pce_515.rom",
  "transfer_files": [
    "bin/DEMO.8xp"
  ],
  "target": {
    "name": "DEMO",
    "isASM": true
  },
  "sequence": [
    "action|launch",
    "delay|1000",
    "hash|1",
    "key|enter",
    "delay|200",
    "hashWait|2"
  ],
  "hashes": {
    "1": {
      "description": "Assert that the rename was succesful",
      "start": "vram_start",
      "size": "vram_16_size",
      "expected_CRCs": [ "94538693" ]
    },
    "2": {
      "description": "Back to the home screen (exit check)",
      "start": "vram_start",
      "size": "vram_16_size",
      "expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
    }
  }
}