xref: /qemu/tests/qemu-iotests/233.out (revision b4682a63)
1QA output created by 233
2
3== preparing TLS creds ==
4Generating a self signed certificate...
5Generating a self signed certificate...
6Generating a signed certificate...
7Generating a signed certificate...
8Generating a signed certificate...
9Generating a signed certificate...
10
11== preparing image ==
12Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
13wrote 1048576/1048576 bytes at offset 1048576
141 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15
16== check TLS client to plain server fails ==
17qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Denied by server for option 5 (starttls)
18server reported: TLS not configured
19qemu-nbd: Denied by server for option 5 (starttls)
20server reported: TLS not configured
21
22== check plain client to TLS server fails ==
23qemu-img: Could not open 'nbd://localhost:PORT': TLS negotiation required before option 8 (structured reply)
24server reported: Option 0x8 not permitted before TLS
25qemu-nbd: TLS negotiation required before option 8 (structured reply)
26server reported: Option 0x8 not permitted before TLS
27
28== check TLS works ==
29image: nbd://127.0.0.1:PORT
30file format: nbd
31virtual size: 64M (67108864 bytes)
32disk size: unavailable
33image: nbd://127.0.0.1:PORT
34file format: nbd
35virtual size: 64M (67108864 bytes)
36disk size: unavailable
37exports available: 1
38 export: ''
39  size:  67108864
40  flags: 0x4ed ( flush fua trim zeroes df cache )
41  min block: 1
42  opt block: 4096
43  max block: 33554432
44  available meta contexts: 1
45   base:allocation
46
47== check TLS with different CA fails ==
48qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer
49qemu-nbd: The certificate hasn't got a known issuer
50
51== perform I/O over TLS ==
52read 1048576/1048576 bytes at offset 1048576
531 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
54wrote 1048576/1048576 bytes at offset 1048576
551 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
56read 1048576/1048576 bytes at offset 1048576
571 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
58
59== check TLS with authorization ==
60qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=10809,tls-creds=tls0': Failed to read option reply: Cannot read from TLS channel: Software caused connection abort
61qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=10809,tls-creds=tls0': Failed to read option reply: Cannot read from TLS channel: Software caused connection abort
62
63== final server log ==
64qemu-nbd: option negotiation failed: Verify failed: No certificate was found.
65qemu-nbd: option negotiation failed: Verify failed: No certificate was found.
66qemu-nbd: option negotiation failed: TLS x509 authz check for CN=localhost,O=Cthulhu Dark Lord Enterprises client1,L=R'lyeh,C=South Pacific is denied
67qemu-nbd: option negotiation failed: TLS x509 authz check for CN=localhost,O=Cthulhu Dark Lord Enterprises client3,L=R'lyeh,C=South Pacific is denied
68*** done
69