[PATCH 0/1] tests/qtest: add testing coverage of -readconfig

Daniel P. Berrangé posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220805115529.124544-1-berrange@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/meson.build       |   1 +
tests/qtest/readconfig-test.c | 195 ++++++++++++++++++++++++++++++++++
2 files changed, 196 insertions(+)
create mode 100644 tests/qtest/readconfig-test.c
[PATCH 0/1] tests/qtest: add testing coverage of -readconfig
Posted by Daniel P. Berrangé 1 year, 8 months ago
I reviewing Paolo's latest fix for -readconfig I noticed that we have
absolutely zero coverage of -readconfig under tests/, which makes it
way too easy for regressions to slip in.

This following patch doesn't do much, but it tests the last three
regressions we've had and gives a starting point for more testing
of -readconfig.

Daniel P. Berrangé (1):
  tests/qtest: add scenario for -readconfig handling

 tests/qtest/meson.build       |   1 +
 tests/qtest/readconfig-test.c | 195 ++++++++++++++++++++++++++++++++++
 2 files changed, 196 insertions(+)
 create mode 100644 tests/qtest/readconfig-test.c

-- 
2.37.1