From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: Include start_vm = yes on nic_bonding Date: Fri, 18 Feb 2011 17:34:32 -0200 Message-ID: <1298057672-27428-1-git-send-email-lmr@redhat.com> Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues To: autotest@test.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47060 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145Ab1BRTeh (ORCPT ); Fri, 18 Feb 2011 14:34:37 -0500 Sender: kvm-owner@vger.kernel.org List-ID: So the VM can be restarted to include the new NICs required for the test. Signed-off-by: Lucas Meneghel Rodrigues --- client/tests/kvm/tests_base.cfg.sample | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 816a94f..cfe343d 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -703,6 +703,7 @@ variants: - nic_bonding: type = nic_bonding nics += ' nic2 nic3 nic4' + start_vm = yes image_snapshot = yes serial_login = yes test_timeout = 1000 -- 1.7.4