summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_hosted_software_collection.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-04-03 13:42:59 +0200
committerMichal Minar <miminar@redhat.com>2013-04-11 13:52:19 +0200
commit4483f46e192a63d5281acd9a381f1772bbec8a2c (patch)
tree79734f479c1fd258ff700bb27bff6f3a767e9d15 /src/software/test/test_hosted_software_collection.py
parent7c0c3eeb54e177499d164dc9df6b3e1368934a0d (diff)
downloadopenlmi-providers-4483f46e192a63d5281acd9a381f1772bbec8a2c.tar.gz
openlmi-providers-4483f46e192a63d5281acd9a381f1772bbec8a2c.tar.xz
openlmi-providers-4483f46e192a63d5281acd9a381f1772bbec8a2c.zip
added LMI_ to classnames prefix for to key properties
previous pattern of key properties: LMI:ShortClassName:* replaces with LMI:FullClassName:* where FullClassName = "LMI_" + ShortClassName
Diffstat (limited to 'src/software/test/test_hosted_software_collection.py')
-rwxr-xr-xsrc/software/test/test_hosted_software_collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_hosted_software_collection.py b/src/software/test/test_hosted_software_collection.py
index ccd00b8..c260210 100755
--- a/src/software/test/test_hosted_software_collection.py
+++ b/src/software/test/test_hosted_software_collection.py
@@ -57,7 +57,7 @@ class TestHostedSoftwareCollection(base.SoftwareBaseTestCase):
classname="LMI_SystemSoftwareCollection",
namespace="root/cimv2",
keybindings=pywbem.NocaseDict({
- "InstanceID" : "LMI:SystemSoftwareCollection"
+ "InstanceID" : "LMI:LMI_SystemSoftwareCollection"
}))
return objpath