
Deepti B. Kalakeri wrote:
# HG changeset patch # User Deepti B. Kalakeri<deeptik@linux.vnet.ibm.com> # Date 1239181167 25200 # Node ID 9fc3064048044e18e14f96d12cadf7a0f8245c07 # Parent a2c6bcec55c1fb8c7a0e7ced19d6840865180297 [TEST] Adding check_mig_support() to vsmigration.py.
This check is used to verify if local migration is triggered for KVM. Tested for Xen/KVM with current sources and rpm.
Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com>
diff -r a2c6bcec55c1 -r 9fc306404804 suites/libvirt-cim/lib/XenKvmLib/vsmigrations.py
Can you rebase this on recent sources? I get the following in the reject file: --- vsmigrations.py +++ vsmigrations.py @@ -22,6 +22,7 @@ # from time import sleep +from socket import gethostbyaddr from pywbem import WBEMConnection, CIMInstanceName from CimTest.CimExt import CIMMethodClass, CIMClassMOF from CimTest.ReturnCodes import PASS, FAIL -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com