[PATCH] [TEST] Removed the unnecessary debug stmt in the 01_enum_KVMredSAP.py tc

# HG changeset patch # User Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> # Date 1233045681 28800 # Node ID 1ecdff1c152eaf2019ad9d3460f3fa5f68d54992 # Parent 4ad705c27d10d7be718ee92a9d0bdfb60563a4b5 [TEST] Removed the unnecessary debug stmt in the 01_enum_KVMredSAP.py tc. Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> diff -r 4ad705c27d10 -r 1ecdff1c152e suites/libvirt-cim/cimtest/KVMRedirectionSAP/01_enum_KVMredSAP.py --- a/suites/libvirt-cim/cimtest/KVMRedirectionSAP/01_enum_KVMredSAP.py Tue Jan 27 00:37:10 2009 -0800 +++ b/suites/libvirt-cim/cimtest/KVMRedirectionSAP/01_enum_KVMredSAP.py Tue Jan 27 00:41:21 2009 -0800 @@ -139,7 +139,6 @@ # Once complete Graphics support for LXC is in, we need to verify the # KVMRedirectionSAP for a running guest. if virt == 'LXC': - logger.error("DEBUG") vsxml.undefine(server) return status
participants (1)
-
Deepti B. Kalakeri