Bug 896545

Summary: Associators(Role="XXX") is case sensitive
Product: [Fedora] Fedora Reporter: Jan Safranek <jsafrane>
Component: pywbemAssignee: David Nalley <david>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: david, dmalcolm, miminar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-08 17:03:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Safranek 2013-01-17 14:18:56 UTC
I have python provider of LMI_HostedStorageService association class (association between CIM_OperatingSystem and LMI_StorageService). If I call CIM_OperatingSystem.Associators with Role argument, I get empty result. Investigation shows, that Result argument is compared case-sensitive while it should be case-insensitive.

Version-Release number of selected component (if applicable):
pywbem-0.7.0-7.fc18.noarch

Reproducer (in lmishell):
os=root.Linux_ComputerSystem.first_instance()
os.associators(Role='Antecedent')
>>>returns []
os.associators(Role='antecedent')
>>>returns [_LmiInstance(classname='LMI_StorageConfigurationService', ...)]

Comment 1 Jan Safranek 2013-01-17 14:22:30 UTC
Patch sent upstream: http://sourceforge.net/mailarchive/message.php?msg_id=30364423

Comment 2 Jan Safranek 2013-01-21 11:52:04 UTC
I pushed the patch upstream, SVN rev. 612.

Comment 3 Fedora Update System 2013-01-28 14:29:06 UTC
pywbem-0.7.0-8.20130128svn613.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/pywbem-0.7.0-8.20130128svn613.fc18

Comment 4 Fedora Update System 2013-01-30 00:49:23 UTC
pywbem-0.7.0-8.20130128svn613.fc18 has been pushed to the Fedora 18 testing repository.

Comment 5 Fedora Update System 2013-02-08 17:03:14 UTC
pywbem-0.7.0-8.20130128svn613.fc18 has been pushed to the Fedora 18 stable repository.