
On Mon, Feb 04, 2019 at 04:46:44PM +0100, Peter Krempa wrote:
Testing that the cachemode is properly recorded to the configuration after startup does not add much value and overcomplicates the xml2argv test.
Remove the 'disk-shared' test with old capabilities, which would be done along as well as the test with real capabilities covers it sufficiently.
-EPARSE s/along //
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/qemuxml2argvdata/disk-shared.args | 31 ---------- tests/qemuxml2argvtest.c | 1 - .../qemuxml2startupxmloutdata/disk-shared.xml | 56 ------------------- 3 files changed, 88 deletions(-) delete mode 100644 tests/qemuxml2argvdata/disk-shared.args delete mode 100644 tests/qemuxml2startupxmloutdata/disk-shared.xml
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano