CallHome Tests First draft.
[integration/test.git] / csit / variables / netconf / callhome / datastore-server.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <datastores xmlns="urn:cesnet:tmc:datastores:file">
3   <running lock="">
4     <netconf xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
5       <ssh>
6         <call-home>
7           <applications>
8             <application>
9               <name>test</name>
10               <servers>
11                 <server>
12                   <address>ODL_SYSTEM_IP</address>
13                   <port>6666</port>
14                 </server>
15               </servers>
16               <host-keys>
17                 <host-key>
18                   <name>localhost</name>
19                 </host-key>
20               </host-keys>
21             </application>
22           </applications>
23         </call-home>
24       </ssh>
25     </netconf>
26   </running>
27   <startup lock="">
28     <netconf xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
29       <ssh>
30         <call-home>
31           <applications>
32             <application>
33               <name>test</name>
34               <servers>
35                 <server>
36                   <address>ODL_SYSTEM_IP</address>
37                   <port>6666</port>
38                 </server>
39               </servers>
40               <host-keys>
41                 <host-key>
42                   <name>localhost</name>
43                 </host-key>
44               </host-keys>
45             </application>
46           </applications>
47         </call-home>
48       </ssh>
49     </netconf>
50   </startup>
51   <candidate modified="false" lock=""/>
52 </datastores>