blob: c01bb0a79cad3afa9d304826ccc4b47d40b55cd9 [file] [log] [blame]
<TOPOLOGY>
<COMPONENT>
<!--
This is a list of all components and their handles in the test setup.
Even with some handles not used in test cases, we want to define
all onos cells here, for cases to set up onos cluster.
-->
<ONOSbench>
<host>localhost</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosDriver</type>
<connect_order>1</connect_order>
<COMPONENTS>
<home></home> #defines where onos home is
</COMPONENTS>
</ONOSbench>
<ONOScli1>
<host>OC1</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosCliDriver</type>
<connect_order>2</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOScli1>
<ONOScli2>
<host>OC2</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosCliDriver</type>
<connect_order>3</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOScli2>
<ONOScli3>
<host>OC3</host>
<user>sdn</user>
<password>rocks</password>
<type>OnosCliDriver</type>
<connect_order>4</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOScli3>
<Mininet1>
<host>OCN</host>
<user>sdn</user>
<password>rocks</password>
<type>MininetCliDriver</type>
<connect_order>5</connect_order>
<COMPONENTS>
<home>~/mininet/custom/</home>
</COMPONENTS>
</Mininet1>
<ONOSrest1>
<host>OC1</host>
<port>8181</port>
<user>onos</user>
<password>rocks</password>
<type>OnosRestDriver</type>
<connect_order>6</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOSrest1>
<ONOSrest2>
<host>OC2</host>
<port>8181</port>
<user>onos</user>
<password>rocks</password>
<type>OnosRestDriver</type>
<connect_order>7</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOSrest2>
<ONOSrest3>
<host>OC3</host>
<port>8181</port>
<user>onos</user>
<password>rocks</password>
<type>OnosRestDriver</type>
<connect_order>8</connect_order>
<COMPONENTS>
</COMPONENTS>
</ONOSrest3>
</COMPONENT>
</TOPOLOGY>