From adb2970e867de3b5142ea0b0bfa9104373b0d3b7 Mon Sep 17 00:00:00 2001 From: Yiqiao Pu Date: Mon, 27 May 2013 10:41:37 +0800 Subject: [PATCH] qemu.tests.cfg.cdrom_test: Add lock check case when media is not present changes from v1: - Disable this case for RHEL 5 host Signed-off-by: Yiqiao Pu Signed-off-by: Qingtang Zhou --- qemu/tests/cfg/cdrom_test.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qemu/tests/cfg/cdrom_test.cfg b/qemu/tests/cfg/cdrom_test.cfg index f7c3fe43..b9b7e9f1 100644 --- a/qemu/tests/cfg/cdrom_test.cfg +++ b/qemu/tests/cfg/cdrom_test.cfg @@ -23,6 +23,12 @@ cdrom_test_locked = yes Host_RHEL.5: cdrom_test_locked = no + - cdrom_not_insert: + no Host_RHEL.5 + cdroms = cd1 + cdrom_cd1 = "" + not_insert_at_start = yes + cdrom_without_file = yes - guest_s3: cdrom_test_locked = no sub_test = guest_suspend -- GitLab