From patchwork Thu Jun 2 04:23:09 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: 842642 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p524VU7n006572 for ; Thu, 2 Jun 2011 04:31:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752402Ab1FBEXi (ORCPT ); Thu, 2 Jun 2011 00:23:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1623 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752291Ab1FBEXh (ORCPT ); Thu, 2 Jun 2011 00:23:37 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p524NavG006789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 2 Jun 2011 00:23:36 -0400 Received: from justice.redhat.com (vpn-11-207.rdu.redhat.com [10.11.11.207]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p524NBq0014756; Thu, 2 Jun 2011 00:23:34 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH 5/5] KVM test: Changing KVM autotest default to private bridge Date: Thu, 2 Jun 2011 01:23:09 -0300 Message-Id: <1306988589-17085-6-git-send-email-lmr@redhat.com> In-Reply-To: <1306988589-17085-1-git-send-email-lmr@redhat.com> References: <1306988589-17085-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 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 (demeter2.kernel.org [140.211.167.43]); Thu, 02 Jun 2011 04:31:31 +0000 (UTC) Rather than the unsupported userspace mode, which still is an option. This way we are giving users a default setup much closer to a real world usage scenario, and enable people to run all the network tests that don't work properly in user mode. Signed-off-by: Lucas Meneghel Rodrigues --- client/tests/kvm/tests_base.cfg.sample | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 6dd1755..2b68221 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -57,10 +57,13 @@ redirs = remote_shell guest_port_remote_shell = 22 # NIC parameters -nic_mode = user -#nic_mode = tap -nic_script = scripts/qemu-ifup -#nic_script = scripts/qemu-ifup-ipv6 +#nic_mode = user +nic_mode = tap +bridge = private +# You can set bridge to +# be a specific bridge +# name, such as 'virbr0' +#bridge = virbr0 run_tcpdump = yes # Misc @@ -117,7 +120,6 @@ variants: # Install guest from cdrom - cdrom: medium = cdrom - nic_mode = user redirs += " unattended_install" # Install guest from http/ftp url - url: