[PATCH 0/3] Add migration function and test for libvirt.

2012-01-16 Thread tangchen
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

Re: [Autotest] [PATCH 0/3] Add migration function and test for libvirt.

2012-01-16 Thread tangchen
This patch tests the virsh migrate command with --live parameter. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com --- client/tests/libvirt/tests/virsh_migrate.py | 33 +++ 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644