# HG changeset patch
# User Deepti B. Kalakeri<deeptik(a)linux.vnet.ibm.com>
# Date 1268816098 14400
# Node ID 930746e12eb08c3e5a262f70391ad312ba31fab0
# Parent a576cb1c855a8f507d7ec38c49467bfb018b46b7
[TEST] Fixing the syntax err in VSMS/26_definesystem_nic_dev.py
Tested has been verified with KVM Libvirt-CIM Sources.
Signed-off-by: Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
diff -r a576cb1c855a -r 930746e12eb0
suites/libvirt-cim/cimtest/VirtualSystemManagementService/26_definesystem_nic_dev.py
---
a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/26_definesystem_nic_dev.py Tue
Feb 02 12:30:20 2010 -0800
+++
b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/26_definesystem_nic_dev.py Wed
Mar 17 04:54:58 2010 -0400
@@ -95,7 +95,7 @@
return PASS
- do_main(sup_types)
+@do_main(sup_types)
def main():
options = main.options