Our QEMU commandline generation testsuite has still quite a few test
cases based on fake capabilities. This might be okay in many cases but
comparably doesn't scale with any real use case.
I propose we add a DO_TEST_CAPS_LATEST case for every test case we have
(currently this patch does it only for DO_TEST_NOCAPS as example). In
this instance since we are keeping the old test too we can approach it
IMO by just trusting that they are okay.
The DO_TEST_NOCAPS were simple enough for now, but DO_TEST caused few
more problems, thus I'm keeping this open for discussion or potentially
somebody stepping up and fixing another set of test cases as I've did
with 'disk'-related cases.
Peter Krempa (1):
qemuxml2argvtest: Add 'latest' test case for each DO_TEST_NOCAPS case