]> Git Repo - qemu.git/blob - tests/qemu-iotests/263.out
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190919-pull-request' into...
[qemu.git] / tests / qemu-iotests / 263.out
1 QA output created by 263
2
3 testing LUKS qcow2 encryption
4
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
6 == reading the whole image ==
7 read 1048576/1048576 bytes at offset 0
8 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9
10 == write two 512 byte sectors on a cluster boundary ==
11 wrote 1024/1024 bytes at offset 65024
12 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13
14 == verify that the rest of the image is not changed ==
15 read 65024/65024 bytes at offset 0
16 63.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 read 1024/1024 bytes at offset 65024
18 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 read 982528/982528 bytes at offset 66048
20 959.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21
22 testing legacy AES qcow2 encryption
23
24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=aes encrypt.key-secret=sec0
25 == reading the whole image ==
26 read 1048576/1048576 bytes at offset 0
27 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
28
29 == write two 512 byte sectors on a cluster boundary ==
30 wrote 1024/1024 bytes at offset 65024
31 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
32
33 == verify that the rest of the image is not changed ==
34 read 65024/65024 bytes at offset 0
35 63.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
36 read 1024/1024 bytes at offset 65024
37 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 read 982528/982528 bytes at offset 66048
39 959.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 *** done
This page took 0.027114 seconds and 4 git commands to generate.