Re: [Qemu-devel] [PATCH] crypto: fix initialization of crypto in tests

2016-10-04 Thread Eric Blake
On 10/04/2016 08:38 AM, Daniel P. Berrange wrote: > The test-io-channel-tls test was missing a call to qcrypto_init > and test-crypto-hash was initializing it multiple times, > > Signed-off-by: Daniel P. Berrange > --- > tests/test-crypto-hash.c| 12 ++-- > tests/test-io-channel-tls.

Re: [Qemu-devel] [PATCH] crypto: fix initialization of crypto in tests

2016-10-04 Thread Daniel P. Berrange
On Tue, Oct 04, 2016 at 04:21:03PM +0100, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > The test-io-channel-tls test was missing a call to qcrypto_init > > and test-crypto-hash was initializing it multiple times, > > > > Signed-off-by: Daniel P. Berrange >

Re: [Qemu-devel] [PATCH] crypto: fix initialization of crypto in tests

2016-10-04 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > The test-io-channel-tls test was missing a call to qcrypto_init > and test-crypto-hash was initializing it multiple times, > > Signed-off-by: Daniel P. Berrange I still seem to have a failure on rhel6 with this; but not everytime, maybe it's pa

[Qemu-devel] [PATCH] crypto: fix initialization of crypto in tests

2016-10-04 Thread Daniel P. Berrange
The test-io-channel-tls test was missing a call to qcrypto_init and test-crypto-hash was initializing it multiple times, Signed-off-by: Daniel P. Berrange --- tests/test-crypto-hash.c| 12 ++-- tests/test-io-channel-tls.c | 3 +++ 2 files changed, 5 insertions(+), 10 deletions(-) d