From 300515b414b61bb40236b7a99f94603431cb7baa Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 4 Jun 2018 09:36:24 +0200 Subject: [PATCH] tests: virstoragetest: Add complementary test case for QED format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have a test case for QED disk image with autodetection but not with the format explicitly specified. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- tests/virstoragetest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/virstoragetest.c b/tests/virstoragetest.c index 5221e82ad2..f3fd507f42 100644 --- a/tests/virstoragetest.c +++ b/tests/virstoragetest.c @@ -949,6 +949,9 @@ mymain(void) .type = VIR_STORAGE_TYPE_FILE, .format = VIR_STORAGE_FILE_RAW, }; + TEST_CHAIN(absqed, VIR_STORAGE_FILE_QED, + (&qed, &raw), EXP_PASS, + (&qed, &raw), ALLOW_PROBE | EXP_PASS); TEST_CHAIN(absqed, VIR_STORAGE_FILE_AUTO, (&qed_as_raw), EXP_PASS, (&qed, &raw), ALLOW_PROBE | EXP_PASS); -- GitLab