blob: fbe743b82403daea9e4ca9801ddef4b5d1490ba4 (
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
|
<TOPOLOGY>
<COMPONENT>
<ONOSbench>
<host>localhost</host>
<user>admin</user>
<password>onos_test</password>
<type>OnosDriver</type>
<connect_order>1</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOSbench>
<ONOScli1>
<host>localhost</host>
<user>admin</user>
<password>onos_test</password>
<type>OnosCliDriver</type>
<connect_order>2</connect_order>
<COMPONENTS> </COMPONENTS>
</ONOScli1>
<ONOS1>
<host>OC1</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosDriver</type>
<connect_order>3</connect_order>
<COMPONENTS> </COMPONENTS>
</ONOS1>
<ONOSrest>
<host>OC1</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosRestDriver</type>
<connect_order>4</connect_order>
<COMPONENTS> </COMPONENTS>
</ONOSrest>
<Mininet1>
<host>OCN</host>
<user>admin</user>
<password>onos_test</password>
<type>MininetCliDriver</type>
<connect_order>5</connect_order>
<COMPONENTS>
<controller> none </controller>
</COMPONENTS>
</Mininet1>
</COMPONENT>
</TOPOLOGY>
|