/[cwmp]/google/test_files/test-get_parameter_names-simple_param.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-simple_param.txt

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 2 Name: GetParameterNames test
2     Scenario:
3     - Send GetParameterNames on a simple parameter.
4     - Expect to receive the list of one parameter.
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.d</cwmp:ParameterPath>
18     <cwmp:NextLevel>0</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[1]">
29     <ParameterInfoStruct xsi:type="cwmp:ParameterInfoStruct">
30     <Name xsi:type="xsd:string">.a.d</Name>
31     <Writable xsi:type="xsd:boolean">true</Writable>
32     </ParameterInfoStruct>
33     </ParameterList>
34     </cwmp:GetParameterNamesResponse>
35     </soap:Body>
36     </soap:Envelope>
37    
38     Include: test_files/session_end.txt

  ViewVC Help
Powered by ViewVC 1.1.26