]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/222.out
iotests: Use qemu-nbd's --pid-file
[mirror_qemu.git] / tests / qemu-iotests / 222.out
1 --- Setting up images ---
2
3 Done
4
5 --- Launching VM ---
6
7 Done
8
9 --- Setting up Fleecing Graph ---
10
11 {"return": {}}
12 {"return": {}}
13
14 --- Setting up NBD Export ---
15
16 {"return": {}}
17 {"return": {}}
18
19 --- Sanity Check ---
20
21 read -P0x5d 0 64k
22 read -P0xd5 1M 64k
23 read -P0xdc 32M 64k
24 read -P0xcd 0x3ff0000 64k
25 read -P0 0x00f8000 32k
26 read -P0 0x2010000 32k
27 read -P0 0x3fe0000 64k
28
29 --- Testing COW ---
30
31 write -P0xab 0 64k
32 {"return": ""}
33 write -P0xad 0x00f8000 64k
34 {"return": ""}
35 write -P0x1d 0x2008000 64k
36 {"return": ""}
37 write -P0xea 0x3fe0000 64k
38 {"return": ""}
39
40 --- Verifying Data ---
41
42 read -P0x5d 0 64k
43 read -P0xd5 1M 64k
44 read -P0xdc 32M 64k
45 read -P0xcd 0x3ff0000 64k
46 read -P0 0x00f8000 32k
47 read -P0 0x2010000 32k
48 read -P0 0x3fe0000 64k
49
50 --- Cleanup ---
51
52 {"return": {}}
53 {"data": {"device": "drive0", "len": 67108864, "offset": 393216, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
54 {"return": {}}
55 {"return": {}}
56
57 --- Confirming writes ---
58
59 read -P0xab 0 64k
60 read -P0xad 0x00f8000 64k
61 read -P0x1d 0x2008000 64k
62 read -P0xea 0x3fe0000 64k
63 read -P0xd5 0x108000 32k
64 read -P0xdc 32M 32k
65 read -P0xcd 0x3ff0000 64k
66
67 Done