blob: 16e54a458953da6aa14fbfef00e43bbe6ae1633b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Brian Reistad (Microsoft) -->
<WSManInteropScenarios>
<URLs>
<HTTP>http://192.168.0.12:8889/wsman</HTTP>
<HTTPS/>
</URLs>
<Credentials SecurityProfile="Basic">
<Username>wsman</Username>
<Password>secret</Password>
</Credentials>
<Scenario Description="6.1 Identify" Supported="true"/>
<Scenario Description="6.1.1 Anonymous Identify" Supported="false"/>
<Scenario Description="6.2 Get" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
<SelectorSet>
<Selector Name="CreationClassName">OMC_UnitaryComputerSystem</Selector>
<Selector Name="Name">anashif-mobl.ims.intel.com</Selector>
</SelectorSet>
</Input>
<Response>
<!-- output goes here-->
</Response>
</Scenario>
<Scenario Description="6.3 Get failure - invalid resoure URI" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystemx</ResourceURI>
</Input>
</Scenario>
<Scenario Description="6.4 Get failure (MaxEnvelop exceeded)" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
<SelectorSet>
<Selector Name="CreationClassName">OMC_UnitaryComputerSystem</Selector>
<Selector Name="Name">anashif-mobl.ims.intel.com</Selector>
</SelectorSet>
<MaxEnvelope/>
</Input>
</Scenario>
<Scenario Description="6.5 Get failure - invalid selectors" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
<SelectorSet>
<Selector Name="CreationClassName">OMC_UnitaryComputerSystem</Selector>
<Selector Name="Namex">anashif-mobl.ims.intel.com</Selector>
</SelectorSet>
</Input>
</Scenario>
<Scenario Description="6.6 Get failure - operation timeout" Supported="false">
<Input>
<ResourceURI/>
<SelectorSet/>
<Timeout/>
</Input>
</Scenario>
<Scenario Description="6.7 Fragment Get" Supported="false">
<Input>
<ResourceURI/>
<SelectorSet/>
<Dialect/>
<Expression/>
</Input>
<Response>
<w:XmlFragment xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
<!-- output goes here -->
</w:XmlFragment>
</Response>
</Scenario>
<Scenario Description="7.1 Enumerate" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
</Input>
<Response>
<Item/>
<Item/>
</Response>
</Scenario>
<Scenario Description="7.2 Optimized Enumerate" Supported="true">
<Input>
<!-- data same as for scenario 7.1 -->
</Input>
</Scenario>
<Scenario Description="7.3 Enumerate failure" Supported="true">
<Input>
<!-- data same as for scenario 7.1 -->
</Input>
</Scenario>
<Scenario Description="7.4 Enumerate ObjectAndEPR" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
</Input>
<Response>
<Item>
<Obj/>
<EPR/>
</Item>
<Item>
<Obj/>
<EPR/>
</Item>
</Response>
</Scenario>
<Scenario Description="7.5 Enumerate w/ XPath" Supported="false">
<Input>
<ResourceURI/>
<Expression/>
</Input>
<Response>
<Item/>
<Item/>
</Response>
</Scenario>
<Scenario Description="7.6 Enumerate w/ SelectorFilter" Supported="false">
<Input>
<ResourceURI/>
<Expression/>
</Input>
<Response>
<Item/>
<Item/>
</Response>
</Scenario>
<Scenario Description="7.7 Enumerate w/ Other Dialect" Supported="false">
<Input>
<ResourceURI/>
<Dialect/>
<Expression/>
</Input>
<Response>
<Item/>
<Item/>
</Response>
</Scenario>
<Scenario Description="7.8 Enumerate w/ transform and EPR" Supported="false">
<Input>
<ResourceURI/>
<Dialect/>
<Expression/>
</Input>
<Response>
<Item>
<Obj/>
<EPR/>
</Item>
<Item>
<Obj/>
<EPR/>
</Item>
</Response>
</Scenario>
<Scenario Description="7.9 Enumerate Polymorphism" Supported="true">
<Input>
<ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI>
</Input>
<Response>
<Item/>
<Item/>
</Response>
</Scenario>
<Scenario Description="8.1 Invoke" Supported="true">
<Input>
<ResourceURI>http://schema.omc-project.org/wbem/wscim/1/cim-schema/2/OMC_InitdService</ResourceURI>
<SelectorSet>
<Selector Name="SystemCreationClassName">OMC_UnitaryComputerSystem</Selector>
<Selector Name="SystemName">anashif-mobl.ims.intel.com</Selector>
<Selector Name="Name">nfsserver</Selector>
</SelectorSet>
<MethodName>ServiceStatus</MethodName>
<InputMsg/>
</Input>
<Response>
<OutputMsg/>
</Response>
</Scenario>
<Scenario Description="9.1 Put " Supported="true">
<Input>
<ResourceURI>http://schema.omc-project.org/wbem/wscim/1/cim-schema/2/OMC_TimeZoneSettingData</ResourceURI>
<SelectorSet>
<Selector Name="InstanceID">omc:timezone</Selector>
</SelectorSet>
<PropertyName>TimeZone</PropertyName>
<NewValue>US/Pacific</NewValue>
</Input>
<Response>
<p:OMC_TimeZoneSettingData xmlns:p="http://schema.omc-project.org/wbem/wscim/1/cim-schema/2/OMC_TimeZoneSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<p:InstanceID>omc:timezone</p:InstanceID>
<p:TimeZone>US/Eastern</p:TimeZone>
<p:UTCHardwareClock>false</p:UTCHardwareClock>
<p:ElementName xsi:nil="true"/>
<p:Caption xsi:nil="true"/>
<p:Description xsi:nil="true"/>
</p:OMC_TimeZoneSettingData>
</Response>
</Scenario>
<Scenario Description="9.2 Fragment Put" Supported="false">
<Input>
<ResourceURI/>
<SelectorSet/>
<Dialect/>
<Expression/>
<InputMsg>
</InputMsg>
</Input>
</Scenario>
<Scenario Description="10 Eventing" Supported="false">
<Input>
<ResourceURI/>
<Dialect/>
<Expression/>
</Input>
<Response>
<Event/>
<Event/>
</Response>
</Scenario>
</WSManInteropScenarios>