summaryrefslogtreecommitdiffstats
path: root/examples/test_power.py
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-08-27 15:01:46 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-08-28 14:37:33 +0200
commit4721a6cb186e7d6908ff1f361d0bc81e182473ad (patch)
treed63f8e7b8db9bdbfca8b6c85d21642ad237fc6eb /examples/test_power.py
parent3333004967971ad1720b74da4ce09949f023852e (diff)
downloadopenlmi-providers-4721a6cb186e7d6908ff1f361d0bc81e182473ad.tar.gz
openlmi-providers-4721a6cb186e7d6908ff1f361d0bc81e182473ad.tar.xz
openlmi-providers-4721a6cb186e7d6908ff1f361d0bc81e182473ad.zip
Rename prefix from Cura_ to LMI_
Diffstat (limited to 'examples/test_power.py')
-rwxr-xr-xexamples/test_power.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test_power.py b/examples/test_power.py
index e4d6abc..93a0bcd 100755
--- a/examples/test_power.py
+++ b/examples/test_power.py
@@ -44,7 +44,7 @@ if len(computerSystems) > 1:
print >>sys.stderr, "More than one Linux_ComputerSystem instance found, don't know which to use."
sys.exit(3)
-print cliconn.InvokeMethod("RequestPowerStateChange", "Cura_PowerManagementService",
+print cliconn.InvokeMethod("RequestPowerStateChange", "LMI_PowerManagementService",
ManagedElement=computerSystems[0].path,
TimeoutPeriod=pywbem.datetime.now(),
PowerState=pywbem.Uint16(state),