Re: [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups

2023-08-29 Thread Philippe Mathieu-Daudé
On 25/8/23 19:15, Peter Xu wrote: Add a test for StrOrNull parameters (tls-*). Reviewed-by: Fabiano Rosas Signed-off-by: Peter Xu --- tests/qtest/migration-test.c | 21 + 1 file changed, 21 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-

Re: [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups

2023-08-25 Thread Peter Xu
On Fri, Aug 25, 2023 at 07:33:23PM +0200, Thomas Huth wrote: > On 25/08/2023 19.15, Peter Xu wrote: > > Add a test for StrOrNull parameters (tls-*). > > > > Reviewed-by: Fabiano Rosas > > Signed-off-by: Peter Xu > > --- > > tests/qtest/migration-test.c | 21 + > > 1 file c

Re: [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups

2023-08-25 Thread Thomas Huth
On 25/08/2023 19.15, Peter Xu wrote: Add a test for StrOrNull parameters (tls-*). Reviewed-by: Fabiano Rosas Signed-off-by: Peter Xu --- tests/qtest/migration-test.c | 21 + 1 file changed, 21 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migrati

[PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups

2023-08-25 Thread Peter Xu
Add a test for StrOrNull parameters (tls-*). Reviewed-by: Fabiano Rosas Signed-off-by: Peter Xu --- tests/qtest/migration-test.c | 21 + 1 file changed, 21 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 62d3f37021..64efee8b04 10