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