]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/158.out
qcow2: fix encryption during cow of sectors
[mirror_qemu.git] / tests / qemu-iotests / 158.out
1 QA output created by 158
2 == create base ==
3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 encryption=on
4
5 == writing whole image ==
6 Disk image 'TEST_DIR/t.qcow2.base' is encrypted.
7 password:
8 wrote 134217728/134217728 bytes at offset 0
9 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10
11 == verify pattern ==
12 Disk image 'TEST_DIR/t.qcow2.base' is encrypted.
13 password:
14 read 134217728/134217728 bytes at offset 0
15 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16 == create overlay ==
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base encryption=on
18
19 == writing part of a cluster ==
20 Disk image 'TEST_DIR/t.qcow2' is encrypted.
21 password:
22 wrote 1024/1024 bytes at offset 0
23 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24
25 == verify pattern ==
26 Disk image 'TEST_DIR/t.qcow2' is encrypted.
27 password:
28 read 1024/1024 bytes at offset 0
29 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
30
31 == verify pattern ==
32 Disk image 'TEST_DIR/t.qcow2' is encrypted.
33 password:
34 read 64512/64512 bytes at offset 1024
35 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
36 *** done