From 9ec77eef2df973373b45e3c3faf52121fc1dfd67 Mon Sep 17 00:00:00 2001 From: Sebastian Mitterle Date: Tue, 22 Sep 2020 11:57:39 +0000 Subject: qemuxml2argvtest: Test expected error messages When an error is expected, the error message will be checked. This is expressed by creating an additional ".err" file containing the expected error message. It is added in order to make sure the expected errors are not masked by other errors during test execution while leveraging the existing framework. In order to keep it simple, an input file cannot be reused anymore to cover several expected error cases configured in the test code. An input file can still be reused by creating a test case specific symlink. For consistency, the mock needs to report an error now, too, as every failure must have an error; otherwise a test case will fail. Require LC_ALL=C explicitly to make sure error messages are not localized for testing. Signed-off-by: Sebastian Mitterle Suggested-by: Peter Krempa Reviewed-by: Peter Krempa --- tests/testutilsqemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testutilsqemu.h') diff --git a/tests/testutilsqemu.h b/tests/testutilsqemu.h index e7c5032012..66f9cef48e 100644 --- a/tests/testutilsqemu.h +++ b/tests/testutilsqemu.h @@ -58,6 +58,7 @@ struct testQemuInfo { const char *name; char *infile; char *outfile; + char *errfile; virQEMUCapsPtr qemuCaps; const char *migrateFrom; int migrateFd; -- cgit v1.2.1