The Selectors specified for TransferGet of class CIM_IndicationFilter is wrong.

Bug ID:230
Project:Opentestman
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The Selectors specified for TransferGet of class CIM_IndicationFilter is wrong. Like,
<wsman:SelectorSet>
<wsman:Selector Name="__cimnamespace">root/interop</wsman:Selector>
<wsman:Selector Name="SystemCreationClassName">CIM_ComputerSystem</wsman:Selector>
<wsman:Selector Name="SystemName">localhost.localdomain</wsman:Selector>
<wsman:Selector Name="CreationClassName">CIM_IndicationFilter</wsman:Selector>
<wsman:Selector Name="Name">SELECT AUTHORS COPYING debug etc INSTALL opentestman.sh output.tmp README reference.tmp results Results results.zip temp_impl.tmp testlog.dbg tests trunk VERSION FROM CIM_AlertIndication WHERE PerceivedSeverity=6</wsman:Selector>
</wsman:SelectorSet>

Updates

#1 submitted by akash_malhotra on Wed, 08/13/2008 - 11:31

Can you specify the test case(s) where this behaviour is observed

#2 submitted by akash_malhotra on Mon, 09/08/2008 - 02:44

Is this behavior still seen in Latest OTM?

#3 submitted by akash_malhotra on Fri, 09/12/2008 - 03:04
Status:active» closed

Closing since there is no update on this issue

#4 submitted by akash_malhotra on Fri, 09/12/2008 - 13:43

The instance might be containing a wrong information. Name property of the instance seem to be containing the "CQL" or "SQL" statement instead of Filter name. Please perform a enumeration on IndicationFilter instances and verify whether "Query" property and "Name" property are having relevant values. Let me know if the instance data is not an issue.

#5 submitted by indhupriya on Mon, 09/22/2008 - 11:30

CIM_IndicationFilter.SystemCreationClassName="CIM_ComputerSystem",SystemName="localhost.localdomain",CreationClassName="CIM_IndicationFilter",Name="SELECT * FROM CIM_AlertIndication"
-QueryLanguage="WQL"
-Query="SELECT * FROM CIM_AlertIndication"
-SourceNamespace="root/cimv2"
-Name="SELECT * FROM CIM_AlertIndication"
-CreationClassName="CIM_IndicationFilter"
-SystemName="localhost.localdomain"
-SystemCreationClassName="CIM_ComputerSystem"
-Caption
-Description
-ElementName

Query and Name property of CIM_IndicationFilter are correct, Still this behaviour is seen.

#6 submitted by akash_malhotra on Mon, 09/22/2008 - 11:48

The Name property of the instance contains Query which should not be the case. As per the DSP1054 V1.0.0a, Section 7.4.8

"If an instance of CIM_IndicationFilter is created, the Name property shall be populated with a properly formed : structured value as defined in the MOF class definition for CIM_IndicationFilter.

For instances of CIM_IndicationFilter defined by DMTF profiles, the value shall be formatted as follows:

“DMTF:” ":" "

Examples of CIM_IndicationFilter instance information is being specified in the Object diagrams. Does anywhere in the specification mention that the Name property may contain the Query itself as its name? If so please refer.

With Rev -2956 same issue is seen.

With the rev -2956 the selector values are same as mentioned in the sample request above.

Testcases for the bug posted.

This is occuring mostly for all the DynamicFilter testcases.