[PATCH] [TEST] update processor id in CS.41_cs_to_settingdefinestate.py

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1208161017 25200 # Node ID fad36e2dbc79278a25beb47a45696ec19705f8d1 # Parent 137e5079c73fcbfc70e6654cee0b3c3eb3c6acd2 [TEST] update processor id in CS.41_cs_to_settingdefinestate.py Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 137e5079c73f -r fad36e2dbc79 suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py --- a/suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py Fri Apr 11 16:58:23 2008 +0530 +++ b/suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py Mon Apr 14 01:16:57 2008 -0700 @@ -84,7 +84,7 @@ def rasd_init_list(): Creating the lists that will be used for comparisons. """ proc_rasd = { - "InstanceID" : '%s/%s' %(test_dom,0),\ + "InstanceID" : '%s/%s' %(test_dom, "proc"),\ "ResourceType" : 3,\ }
participants (1)
-
Guo Lian Yun