
21 Aug
2023
21 Aug
'23
2:51 p.m.
On a Thursday in 2023, Peter Krempa wrote:
The output files from 'qemuxml2argvtest' may have the real capability suffix e.g. 'pci-rom-disabled-invalid.x86_64-latest.xml' which would not be detected as being invalid and thus causing a test failure.
Change the logic to find '-invalid.' so that we can properly use 'virschematest' with test cases using real capabilities.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/virschematest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano