/[cwmp]/google/test_files/test-get_parameter_names-next_level.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /google/test_files/test-get_parameter_names-next_level.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sat May 19 15:15:14 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 2363 byte(s)
initial import of cruft around TR-069

1 dpavlin 2 Name: GetParameterNames test
2     Scenario:
3     - Send GetParameterNames with NextLevel=1 on multi-instance object.
4     - Expect to receive the list of all instances.
5     Include: test_files/inform.txt
6     Include: test_files/inform_response.txt
7     Request: <soap:Envelope
8     xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
9     soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
10     xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
11     <soap:Header>
12     <cwmp:ID soap:mustUnderstand="1">1234</cwmp:ID>
13     <cwmp:NoMoreRequests>1</cwmp:NoMoreRequests>
14     </soap:Header>
15     <soap:Body>
16     <cwmp:GetParameterNames>
17     <cwmp:ParameterPath>.a.c.</cwmp:ParameterPath>
18     <cwmp:NextLevel>1</cwmp:NextLevel>
19     </cwmp:GetParameterNames>
20     </soap:Body>
21     </soap:Envelope>
22     Response: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
23     <soap:Header>
24     <cwmp:ID soap:mustUnderstand="1" xsi:type="xsd:string">1234</cwmp:ID>
25     </soap:Header>
26     <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
27     <cwmp:GetParameterNamesResponse>
28     <ParameterList xsi:type="soap-enc:Array" soap-enc:arrayType="cwmp:ParameterInfoStruct[3]">
29     <ParameterInfoStruct xsi:type="cwmp:ParameterInfoStruct">
30     <Name xsi:type="xsd:string">.a.c.1.</Name>
31     <Writable xsi:type="xsd:boolean">true</Writable>
32     </ParameterInfoStruct>
33     <ParameterInfoStruct xsi:type="cwmp:ParameterInfoStruct">
34     <Name xsi:type="xsd:string">.a.c.2.</Name>
35     <Writable xsi:type="xsd:boolean">true</Writable>
36     </ParameterInfoStruct>
37     <ParameterInfoStruct xsi:type="cwmp:ParameterInfoStruct">
38     <Name xsi:type="xsd:string">.a.c.5.</Name>
39     <Writable xsi:type="xsd:boolean">true</Writable>
40     </ParameterInfoStruct>
41     </ParameterList>
42     </cwmp:GetParameterNamesResponse>
43     </soap:Body>
44     </soap:Envelope>
45    
46     Include: test_files/session_end.txt

  ViewVC Help
Powered by ViewVC 1.1.26