Re: [PATCH v3 4/4] qga: test: Add tests for `merge-output` flag

2023-03-01 Thread Daniel P . Berrangé
On Tue, Feb 28, 2023 at 01:48:04PM -0700, Daniel Xu wrote: > This commit adds a test to ensure `merge-output` functions as expected. > We also add a negative test to ensure we haven't regressed previous > functionality. > > Signed-off-by: Daniel Xu > --- > tests/unit/test-qga.c | 157 +++

[PATCH v3 4/4] qga: test: Add tests for `merge-output` flag

2023-02-28 Thread Daniel Xu
This commit adds a test to ensure `merge-output` functions as expected. We also add a negative test to ensure we haven't regressed previous functionality. Signed-off-by: Daniel Xu --- tests/unit/test-qga.c | 157 +- 1 file changed, 140 insertions(+), 17 de