summaryrefslogtreecommitdiffstats
path: root/tests/interop/Scenarios.InteropWorkshop.Dec2006.OpenWSMAN.xml
blob: 16e54a458953da6aa14fbfef00e43bbe6ae1633b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<?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>