summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-31 10:56:04 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-31 10:56:04 +0200
commit2c830a0bafaa573f005246195071076dac468ccd (patch)
tree876f19d4863950913e882445573dfe31b960538b /examples
parent81550f470d8224582867054a221445626393d58b (diff)
downloadopenlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.tar.gz
openlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.tar.xz
openlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.zip
Replace all Linux_ prefixes with Cura_ prefixes.
Diffstat (limited to 'examples')
-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 43d32f2..e4d6abc 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", "Linux_PowerManagementService",
+print cliconn.InvokeMethod("RequestPowerStateChange", "Cura_PowerManagementService",
ManagedElement=computerSystems[0].path,
TimeoutPeriod=pywbem.datetime.now(),
PowerState=pywbem.Uint16(state),