[PATCH] [TEST] Modify VirtualSystemSnapshotServiceCapabilities/01_enum.py to call new EnumNames

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1223969074 25200 # Node ID cf9bea2069bd6f692d443281bb86d3e56936b985 # Parent c7eaf17bd591f313b93ff2b2087cee11b25789e0 [TEST] Modify VirtualSystemSnapshotServiceCapabilities/01_enum.py to call new EnumNames Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r c7eaf17bd591 -r cf9bea2069bd suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py --- a/suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py Fri Oct 10 03:08:12 2008 -0700 +++ b/suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py Tue Oct 14 00:24:34 2008 -0700 @@ -42,9 +42,7 @@ def main(): instid = 'SnapshotCapabilities' try: - vs_sservicecap = enumclass.enumerate_inst(options.ip, - "VirtualSystemSnapshotServiceCapabilities", - options.virt) + vs_sservicecap = enumclass.EnumNames(options.ip, cn) except Exception, detail: logger.error(CIM_ERROR_ENUMERATE, cn) logger.error("Exception: %s", detail)

+1 for me. yunguol@cn.ibm.com wrote:
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1223969074 25200 # Node ID cf9bea2069bd6f692d443281bb86d3e56936b985 # Parent c7eaf17bd591f313b93ff2b2087cee11b25789e0 [TEST] Modify VirtualSystemSnapshotServiceCapabilities/01_enum.py to call new EnumNames
Signed-off-by: Guolian Yun <yunguol@cn.ibm.com>
diff -r c7eaf17bd591 -r cf9bea2069bd suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py --- a/suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py Fri Oct 10 03:08:12 2008 -0700 +++ b/suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py Tue Oct 14 00:24:34 2008 -0700 @@ -42,9 +42,7 @@ def main(): instid = 'SnapshotCapabilities'
try: - vs_sservicecap = enumclass.enumerate_inst(options.ip, - "VirtualSystemSnapshotServiceCapabilities", - options.virt) + vs_sservicecap = enumclass.EnumNames(options.ip, cn) except Exception, detail: logger.error(CIM_ERROR_ENUMERATE, cn) logger.error("Exception: %s", detail)
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim

yunguol@cn.ibm.com wrote:
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1223969074 25200 # Node ID cf9bea2069bd6f692d443281bb86d3e56936b985 # Parent c7eaf17bd591f313b93ff2b2087cee11b25789e0 [TEST] Modify VirtualSystemSnapshotServiceCapabilities/01_enum.py to call new EnumNames
Signed-off-by: Guolian Yun <yunguol@cn.ibm.com>
diff -r c7eaf17bd591 -r cf9bea2069bd suites/libvirt-cim/cimtest/VirtualSystemSnapshotServiceCapabilities/01_enum.py
This fix has already been applied. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (3)
-
Deepti B Kalakeri
-
Kaitlin Rupert
-
yunguol@cn.ibm.com