From mboxrd@z Thu Jan 1 00:00:00 1970 From: tangchen Subject: [PATCH 0/3] Add migration function and test for libvirt. Date: Tue, 17 Jan 2012 11:21:30 +0800 Message-ID: <4F14E93A.1080902@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: Lucas Meneghel Rodrigues , autotest@test.kernel.org, kvm@vger.kernel.org Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:55133 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750758Ab2AQDT1 (ORCPT ); Mon, 16 Jan 2012 22:19:27 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Hi~ 1. There is no muigrate() function in class VM in libvirt_vm.py. 2. There is no tests for libvirt in client/tests/libvirt. So, I would like to add some tests for libvirt. Here are three patches, 1. Add a migrate() function for class VM in libvirt_vm.py, which encapsulates "virsh migrate" command. 2. Add a "tests" directory in client/tests/libvirt/, and a test for "virsh migrate" command. 3. Add configuration for this test. -- Best Regards, Tang chen