blob: 1e1bf8b7a8791c814e7d12e33a5db5819c6df8d9 [file] [log] [blame]
Andrew809df1c2014-06-27 14:28:53 -07001<TOPOLOGY>
2
3 <COMPONENT>
4
5 <ONOS>
6 <host>192.168.56.10</host>
7 <user>onos</user>
8 <password>onos</password>
9 <type>onossanityclidriver</type>
10 <connect_order>1</connect_order>
11 <COMPONENTS>
12 </COMPONENTS>
13 </ONOS>
14
15 <Mininet>
16 <host>192.168.56.10</host>
17 <user>onos</user>
18 <password>onos</password>
19 <type>MininetCliDriver</type>
20 <connect_order>2</connect_order>
21 <COMPONENTS>
22 <arg1> --custom ~/mininet/custom/topo-onos1node.py </arg1>
23 <arg2> --topo mytopo --arp --mac</arg2>
24 <controller>remote</controller>
25 </COMPONENTS>
26 </Mininet>
27
28 </COMPONENT>
29</TOPOLOGY>