From patchwork Fri Apr 8 01:23:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 693911 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p388EDtJ003611 for ; Fri, 8 Apr 2011 08:15:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757272Ab1DHBXf (ORCPT ); Thu, 7 Apr 2011 21:23:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7436 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757258Ab1DHBXe (ORCPT ); Thu, 7 Apr 2011 21:23:34 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p381NXdH015472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Apr 2011 21:23:33 -0400 Received: from freedom.redhat.com (vpn-8-92.rdu.redhat.com [10.11.8.92]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p381NVxn015818; Thu, 7 Apr 2011 21:23:32 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: Revert the default test set conditions to be rtl8139/ide Date: Thu, 7 Apr 2011 22:23:30 -0300 Message-Id: <1302225810-8978-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 08 Apr 2011 08:15:14 +0000 (UTC) The qemu-kvm version shipped by Fedora 14 does not support booting from virtio disks directly, while qemu-kvm upstream doesn't. We recently removed image_boot = yes from the virtio variant, so this was causing a lot of KVM autotest newcomers to have the boot tests failed. So unfortunately, we'll have to revert the default test set to use rtl8139 as the nw card and ide as the block bus. Signed-off-by: Lucas Meneghel Rodrigues --- client/tests/kvm/tests.cfg.sample | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index 4b3b965..02a7002 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -74,8 +74,8 @@ variants: qemu_binary = /usr/bin/qemu-kvm qemu_img_binary = /usr/bin/qemu-img only qcow2 - only virtio_net - only virtio_blk + only rtl8139 + only ide only smp2 only no_pci_assignable only smallpages