summaryrefslogtreecommitdiffstats
path: root/tests/interop
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-11-29 15:01:25 +0000
committerAnas Nashif <nashif@intel.com>2006-11-29 15:01:25 +0000
commit85ae713119b53e66618595199c86d2801e2fed28 (patch)
tree8b2047fbab32e6c7edde7b746ff3a7f4a03a5a47 /tests/interop
parent36f9a3ac075bf0dd60079861a23b1cc5779ee76c (diff)
downloadwsmancli-85ae713119b53e66618595199c86d2801e2fed28.tar.gz
wsmancli-85ae713119b53e66618595199c86d2801e2fed28.tar.xz
wsmancli-85ae713119b53e66618595199c86d2801e2fed28.zip
added interop template
Diffstat (limited to 'tests/interop')
-rw-r--r--tests/interop/Scenarios.InteropWorkshop.Dec2006.xml195
1 files changed, 195 insertions, 0 deletions
diff --git a/tests/interop/Scenarios.InteropWorkshop.Dec2006.xml b/tests/interop/Scenarios.InteropWorkshop.Dec2006.xml
new file mode 100644
index 0000000..8ccf41b
--- /dev/null
+++ b/tests/interop/Scenarios.InteropWorkshop.Dec2006.xml
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Brian Reistad (Microsoft) -->
+<WSManInteropScenarios>
+ <URLs>
+ <HTTP/>
+ <HTTPS/>
+ </URLs>
+ <Credentials SecurityProfile="Basic|Digest|Kerberos">
+ <Username/>
+ <Password/>
+ </Credentials>
+ <Scenario Description="6.1 Identify" Supported="true"/>
+ <Scenario Description="6.1.1 Anonymous Identify" Supported="true"/>
+ <Scenario Description="6.2 Get" Supported="true">
+ <Input>
+ <ResourceURI>
+ <!-- value goes here -->
+ </ResourceURI>
+ <SelectorSet/>
+ </Input>
+ <Response>
+ <!-- output goes here-->
+ </Response>
+ </Scenario>
+ <Scenario Description="6.3 Get failure - invalid resoure URI" Supported="true">
+ <Input>
+ <ResourceURI/>
+ </Input>
+ </Scenario>
+ <Scenario Description="6.4 Get failure (MaxEnvelop exceeded)" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <SelectorSet/>
+ <MaxEnvelope/>
+ </Input>
+ </Scenario>
+ <Scenario Description="6.5 Get failure - invalid selectors" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <SelectorSet/>
+ </Input>
+ </Scenario>
+ <Scenario Description="6.6 Get failure - operation timeout" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <SelectorSet/>
+ <Timeout/>
+ </Input>
+ </Scenario>
+ <Scenario Description="6.7 Fragment Get" Supported="true">
+ <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/>
+ </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/>
+ </Input>
+ <Response>
+ <Item>
+ <Obj/>
+ <EPR/>
+ </Item>
+ <Item>
+ <Obj/>
+ <EPR/>
+ </Item>
+ </Response>
+ </Scenario>
+ <Scenario Description="7.5 Enumerate w/ XPath" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <Expression/>
+ </Input>
+ <Response>
+ <Item/>
+ <Item/>
+ </Response>
+ </Scenario>
+ <Scenario Description="7.6 Enumerate w/ SelectorFilter" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <Expression/>
+ </Input>
+ <Response>
+ <Item/>
+ <Item/>
+ </Response>
+ </Scenario>
+ <Scenario Description="7.7 Enumerate w/ Other Dialect" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <Dialect/>
+ <Expression/>
+ </Input>
+ <Response>
+ <Item/>
+ <Item/>
+ </Response>
+ </Scenario>
+ <Scenario Description="7.8 Enumerate w/ transform and EPR" Supported="true">
+ <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/>
+ </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="true">
+ <Input>
+ <ResourceURI/>
+ <SelectorSet/>
+ <Dialect/>
+ <Expression/>
+ <InputMsg>
+
+</InputMsg>
+ </Input>
+ </Scenario>
+ <Scenario Description="10 Eventing" Supported="true">
+ <Input>
+ <ResourceURI/>
+ <Dialect/>
+ <Expression/>
+ </Input>
+ <Response>
+ <Event/>
+ <Event/>
+ </Response>
+ </Scenario>
+</WSManInteropScenarios>