Bug 896545 - Associators(Role="XXX") is case sensitive
Summary: Associators(Role="XXX") is case sensitive
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pywbem
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Nalley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-17 14:18 UTC by Jan Safranek
Modified: 2013-02-08 17:03 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-08 17:03:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.