mbox series

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

Message ID 20220805115529.124544-1-berrange@redhat.com (mailing list archive)
Headers show
Series tests/qtest: add testing coverage of -readconfig | expand

Message

Daniel P. Berrangé Aug. 5, 2022, 11:55 a.m. UTC
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