Deepti B. Kalakeri wrote:
# HG changeset patch
# User Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
# Date 1208857816 -19800
# Node ID 1369fdc3f3a9f10207a3b2e1966e6908c1af3fb8
# Parent cc4b76d02e85e970d3df8c837dbe5722132b568d
[TEST] Updating 05_reverse_vsmcap.py tc in SettingsDefineCapabilities
1) To support KVM and XenFV
2) To adapt to the new infrastructure changes
Signed-off-by: Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
diff -r cc4b76d02e85 -r 1369fdc3f3a9
suites/libvirt-cim/cimtest/SettingsDefineCapabilities/05_reverse_vsmcap.py
-from CimTest.Globals import CIM_ERROR_ASSOCIATORS, logger, do_main
+from CimTest.Globals import log_param, CIM_ERROR_ASSOCIATORS, logger
+
+@do_main(platform_sup)
def main():
options = main.options
+ log_param()
We don't need to include log_param() anymore. Zhengang submitted a
patch that adds the log_param() call to the do_try() (do_main()) call.
Otherwise, this is fine. Thanks!
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com