Re: [PATCH v2 00/18] tests: introduce testing coverage for TLS with migration

2022-04-21 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > This significantly expands the migration test suite to cover testing > with TLS over TCP and UNIX sockets, with both PSK (pre shared keys) > and x509 credentials, and for both single and multifd scenarios. > > It identified one bug in handling PS

Re: [PATCH v2 00/18] tests: introduce testing coverage for TLS with migration

2022-03-30 Thread Juan Quintela
Daniel P. Berrangé wrote: > Juan, > > would you be able to include at least patch 6 in a migration > pull before release ? Yeap, will do tomorrow. Later, Juan. > On Fri, Mar 11, 2022 at 09:58:24AM +0800, Peter Xu wrote: >> On Thu, Mar 10, 2022 at 05:18:03PM +, Daniel P. Berrangé wrote: >> >

Re: [PATCH v2 00/18] tests: introduce testing coverage for TLS with migration

2022-03-30 Thread Daniel P . Berrangé
Juan, would you be able to include at least patch 6 in a migration pull before release ? On Fri, Mar 11, 2022 at 09:58:24AM +0800, Peter Xu wrote: > On Thu, Mar 10, 2022 at 05:18:03PM +, Daniel P. Berrangé wrote: > > This significantly expands the migration test suite to cover testing > > wit

Re: [PATCH v2 00/18] tests: introduce testing coverage for TLS with migration

2022-03-10 Thread Peter Xu
On Thu, Mar 10, 2022 at 05:18:03PM +, Daniel P. Berrangé wrote: > This significantly expands the migration test suite to cover testing > with TLS over TCP and UNIX sockets, with both PSK (pre shared keys) > and x509 credentials, and for both single and multifd scenarios. > > It identified one