From 5a94674795f6ac0140f595c9687ae3c485095f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 21 Nov 2017 18:13:18 +0100 Subject: [PATCH] Increase check in live_snapshot_chain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test allows to check all snapshots, but currently only checks the main image and last snapshot. Let's check one of the middle snapshots as well to see it behaves correctly. Signed-off-by: Lukáš Doktor --- qemu/tests/cfg/live_snapshot_chain.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu/tests/cfg/live_snapshot_chain.cfg b/qemu/tests/cfg/live_snapshot_chain.cfg index 88e9224f..641af047 100644 --- a/qemu/tests/cfg/live_snapshot_chain.cfg +++ b/qemu/tests/cfg/live_snapshot_chain.cfg @@ -38,6 +38,8 @@ - long_chain: need_reboot = yes file_create = yes + # Check base, middle and last (set in code) images check_base_image_image1 = yes + check_base_image_sn32 = yes snapshot_chain = "image1" snapshot_num = 64 -- GitLab