From mboxrd@z Thu Jan 1 00:00:00 1970 From: tangchen Subject: Re: [PATCH 3/3] Add migration function and test for libvirt. Date: Tue, 17 Jan 2012 11:25:31 +0800 Message-ID: <4F14EA2B.9040108@cn.fujitsu.com> References: <4F14E93A.1080902@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lucas Meneghel Rodrigues , autotest@test.kernel.org, kvm@vger.kernel.org Return-path: In-Reply-To: <4F14E93A.1080902@cn.fujitsu.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org This adds configuration for "virsh migrate" test. Signed-off-by: Tang Chen --- client/virt/subtests.cfg.sample | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/client/virt/subtests.cfg.sample b/client/virt/subtests.cfg.sample index 843de30..97e62e9 100644 --- a/client/virt/subtests.cfg.sample +++ b/client/virt/subtests.cfg.sample @@ -323,6 +323,19 @@ variants: create_image_stg = yes image_size_stg = 10M + - virsh_migrate: install setup image_copy unattended_install.cdrom + type = virsh_migrate + live = yes + verbose = yes + desturi = qemu+ssh://Destination Host IP/system + destuser = Destination Host Username + destpwd = Destination Host Password + destip = Destination Host IP + destprompt = "#" + timeout = 30 + variants: + - live: + - migrate: install setup image_copy unattended_install.cdrom type = migration migration_test_command = help -- 1.7.3.1 -- Best Regards, Tang chen