tests/qtest: add scenario for -readconfig handling
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 5 Aug 2022 11:55:29 +0000 (12:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Aug 2022 12:54:56 +0000 (14:54 +0200)
commitf6a5f380627ab2af384bf2f2940d29386dea11ff
treec0a10129af023a68147e396f6a0a299a5e566570
parent69c05a23787e9f5cdddbf3688c2e309a92a20af4
tests/qtest: add scenario for -readconfig handling

This test of -readconfig validates the last three regressions we
have fixed with -readconfig:

 * Interpretation of memory size units as MiB not bytes
 * Allow use of [spice]
 * Allow use of [object]

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220805115529.124544-2-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/meson.build
tests/qtest/readconfig-test.c [new file with mode: 0644]