summaryrefslogtreecommitdiffstats
path: root/tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml')
-rw-r--r--tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml202
1 files changed, 202 insertions, 0 deletions
diff --git a/tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml b/tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml
new file mode 100644
index 0000000..54c9a5a
--- /dev/null
+++ b/tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml
@@ -0,0 +1,202 @@
+<?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">venus.us.dell.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">venus.us.dell.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">venus.us.dell.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/>
+ <SelectorSet/>
+ <MethodName/>
+ <InputMsg/>
+ </Input>
+ <Response>
+ <OutputMsg/>
+ </Response>
+ </Scenario>
+ <Scenario Description="9.1 Put " Supported="true">
+ <Input>
+ <ResourceURI/>
+ <SelectorSet/>
+ <PropertyName/>
+ <NewValue/>
+ </Input>
+ </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>