xref: /qemu/tests/qemu-iotests/198.out (revision 5b76dd13)
1QA output created by 198
2== create base ==
3Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=16777216 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
4
5== writing whole image base ==
6wrote 16777216/16777216 bytes at offset 0
716 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8== create overlay ==
9Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=16777216 backing_file=TEST_DIR/t.IMGFMT.base encrypt.format=luks encrypt.key-secret=sec1 encrypt.iter-time=10
10
11== writing whole image layer ==
12wrote 16777216/16777216 bytes at offset 0
1316 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14
15== verify pattern base ==
16read 16777216/16777216 bytes at offset 0
1716 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18
19== verify pattern layer ==
20read 16777216/16777216 bytes at offset 0
2116 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
22
23== committing layer into base ==
24Image committed.
25
26== verify pattern base ==
27read 16777216/16777216 bytes at offset 0
2816 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29
30== verify pattern layer ==
31read 16777216/16777216 bytes at offset 0
3216 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
33
34== checking image base ==
35image: json:{"encrypt.key-secret": "sec0", "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.base"}}
36file format: IMGFMT
37virtual size: 16M (16777216 bytes)
38Format specific information:
39    encrypt:
40        ivgen alg: plain64
41        hash alg: sha256
42        cipher alg: aes-256
43        uuid: 00000000-0000-0000-0000-000000000000
44        format: luks
45        cipher mode: xts
46        slots:
47            [0]:
48                active: true
49                iters: 1024
50                key offset: 4096
51                stripes: 4000
52            [1]:
53                active: false
54                key offset: 262144
55            [2]:
56                active: false
57                key offset: 520192
58            [3]:
59                active: false
60                key offset: 778240
61            [4]:
62                active: false
63                key offset: 1036288
64            [5]:
65                active: false
66                key offset: 1294336
67            [6]:
68                active: false
69                key offset: 1552384
70            [7]:
71                active: false
72                key offset: 1810432
73        payload offset: 2068480
74        master key iters: 1024
75
76== checking image layer ==
77image: json:{"encrypt.key-secret": "sec1", "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}}
78file format: IMGFMT
79virtual size: 16M (16777216 bytes)
80backing file: TEST_DIR/t.IMGFMT.base
81Format specific information:
82    encrypt:
83        ivgen alg: plain64
84        hash alg: sha256
85        cipher alg: aes-256
86        uuid: 00000000-0000-0000-0000-000000000000
87        format: luks
88        cipher mode: xts
89        slots:
90            [0]:
91                active: true
92                iters: 1024
93                key offset: 4096
94                stripes: 4000
95            [1]:
96                active: false
97                key offset: 262144
98            [2]:
99                active: false
100                key offset: 520192
101            [3]:
102                active: false
103                key offset: 778240
104            [4]:
105                active: false
106                key offset: 1036288
107            [5]:
108                active: false
109                key offset: 1294336
110            [6]:
111                active: false
112                key offset: 1552384
113            [7]:
114                active: false
115                key offset: 1810432
116        payload offset: 2068480
117        master key iters: 1024
118*** done
119