diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-08-04 19:03:30 +0100 |
---|---|---|
committer | Hanna Reitz <hreitz@redhat.com> | 2021-08-09 17:32:43 +0200 |
commit | a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9 (patch) | |
tree | 7191d4268c9a8c71b5e066f52f1b4cdb8b783016 /tests/qemu-iotests/233.out | |
parent | 50482fda98bd62e072c30b7ea73c985c4e9d9bbb (diff) | |
download | qemu-a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9.zip qemu-a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9.tar.gz qemu-a6d2bb25cf945cd16f29a575055c6f1a1f9cf6c9.tar.bz2 |
tests: filter out TLS distinguished name in certificate checks
The version of GNUTLS in Fedora 34 has changed the order in which encodes
fields when generating new TLS certificates. This in turn changes the
order seen when querying the distinguished name. This ultimately breaks
the expected output in the NBD TLS iotests. We don't need to be
comparing the exact distinguished name text for the purpose of the test
though, so it is fine to filter it out.
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210804180330.3469683-1-berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/233.out')
-rw-r--r-- | tests/qemu-iotests/233.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/233.out b/tests/qemu-iotests/233.out index c3c3448..4b1f6a0 100644 --- a/tests/qemu-iotests/233.out +++ b/tests/qemu-iotests/233.out @@ -65,6 +65,6 @@ qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': F == final server log == qemu-nbd: option negotiation failed: Verify failed: No certificate was found. qemu-nbd: option negotiation failed: Verify failed: No certificate was found. -qemu-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 -qemu-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 +qemu-nbd: option negotiation failed: TLS x509 authz check for DISTINGUISHED-NAME is denied +qemu-nbd: option negotiation failed: TLS x509 authz check for DISTINGUISHED-NAME is denied *** done |