Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-25 Thread Daniel P. Berrange
On Fri, Jul 22, 2011 at 11:55:02PM +0200, Matthias Bolte wrote: 2011/7/22 Eric Blake ebl...@redhat.com: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. --- Something in gnutls 2.8.5 (RHEL 6) was more leniant than gnutls 2.8.6 (Fedora 14).  This still doesn't solve the

Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-25 Thread Matthias Bolte
2011/7/25 Daniel P. Berrange berra...@redhat.com: On Fri, Jul 22, 2011 at 11:55:02PM +0200, Matthias Bolte wrote: 2011/7/22 Eric Blake ebl...@redhat.com: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. --- Something in gnutls 2.8.5 (RHEL 6) was more leniant than gnutls

Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-25 Thread Daniel P. Berrange
On Mon, Jul 25, 2011 at 05:47:25PM +0200, Matthias Bolte wrote: 2011/7/25 Daniel P. Berrange berra...@redhat.com: On Fri, Jul 22, 2011 at 11:55:02PM +0200, Matthias Bolte wrote: 2011/7/22 Eric Blake ebl...@redhat.com: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. ---

Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-25 Thread Daniel P. Berrange
On Mon, Jul 25, 2011 at 05:47:25PM +0200, Matthias Bolte wrote: 2011/7/25 Daniel P. Berrange berra...@redhat.com: On Fri, Jul 22, 2011 at 11:55:02PM +0200, Matthias Bolte wrote: 2011/7/22 Eric Blake ebl...@redhat.com: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. ---

Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-24 Thread Wen Congyang
At 07/23/2011 04:13 AM, Eric Blake Write: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. --- Something in gnutls 2.8.5 (RHEL 6) was more leniant than gnutls 2.8.6 (Fedora 14). This still doesn't solve the failure, but at least gets us to see that newer

[libvirt] [PATCH] tests: detect gnutls errors

2011-07-22 Thread Eric Blake
* tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. --- Something in gnutls 2.8.5 (RHEL 6) was more leniant than gnutls 2.8.6 (Fedora 14). This still doesn't solve the failure, but at least gets us to see that newer gnutls_x509_privkey_import doesn't like our define of PRIVATE_KEY.

Re: [libvirt] [PATCH] tests: detect gnutls errors

2011-07-22 Thread Matthias Bolte
2011/7/22 Eric Blake ebl...@redhat.com: * tests/virnettlscontexttest.c (testTLSLoadKey): Report errors. --- Something in gnutls 2.8.5 (RHEL 6) was more leniant than gnutls 2.8.6 (Fedora 14).  This still doesn't solve the failure, but at least gets us to see that newer