blob: 49f342239bff4bd04ec056a4e7073a84e1c92945 [file] [log] [blame]
Hari Krishnac195f3b2015-07-08 20:02:24 -07001<PARAMS>
2 # 1,20,3,[40,5,60,70,80,10,90,71,81,10,93,10]*50,21,3,[41,5,61,72,82,10,91,73,83,10,94,10]*50,22,3,[42,5,62,10,92,10,95,10,98,10]*50
3 # 1. Starts ONOS cluster with 5 nodes
4 # 20. Starts Att Topology
5 # 21. Starts Chordal Topology
6 # 22. Starts Spine-Leaf Topology
7 # 3. Checks the consistency of ONOS and Mininet's topologies
8 # 4X. Reactive forwarding | host discovery
9 # 5. ONOS Topology verification
10 # 6X. host intents
11 # 7X. Bring random links down( Unique for each topology)
12 # 8X. Bring random links back up
13 # 9X Point,Multi-single,Single-Multi Intents
14
15 <testcases>1,20,3,40,5,60</testcases>
16 <ENV>
17 <cellName>choTest3</cellName>
Hari Krishnac195f3b2015-07-08 20:02:24 -070018 </ENV>
Hari Krishnaa25104c2015-07-09 22:34:01 -070019 <GIT>
Hari Krishnac195f3b2015-07-08 20:02:24 -070020 #autoPull 'on' or 'off'
21 <autoPull>off</autoPull>
22 <branch>master</branch>
23 </GIT>
Hari Krishnaa25104c2015-07-09 22:34:01 -070024
Hari Krishnac195f3b2015-07-08 20:02:24 -070025 <TOPO1>
Hari Krishnaa25104c2015-07-09 22:34:01 -070026 <topo>~/mininet/custom/topoAtt.py</topo>
27 <numSwitches>25</numSwitches>
28 <numHosts>25</numHosts>
29 <numLinks>114</numLinks>
30 <numPaths>1</numPaths>
Hari Krishnac195f3b2015-07-08 20:02:24 -070031 </TOPO1>
Hari Krishnaa25104c2015-07-09 22:34:01 -070032
33 <TOPO2>
34 <topo>~/mininet/custom/topoChordal.py</topo>
35 <numSwitches>25</numSwitches>
36 <numHosts>25</numHosts>
37 <numLinks>600</numLinks>
38 <numPaths>1</numPaths>
Hari Krishnac195f3b2015-07-08 20:02:24 -070039 </TOPO2>
Hari Krishnaa25104c2015-07-09 22:34:01 -070040
41 <TOPO3>
42 <topo>~/mininet/custom/topoSpine.py</topo>
43 <numSwitches>78</numSwitches>
44 <numHosts>68</numHosts>
45 <numLinks>284</numLinks>
46 <numPaths>1</numPaths>
Hari Krishnac195f3b2015-07-08 20:02:24 -070047 </TOPO3>
Hari Krishnaa25104c2015-07-09 22:34:01 -070048
49 <CTRL>
50 <numCtrl>3</numCtrl>
51 <ip1>OC1</ip1>
52 <port1>6633</port1>
53 <ip2>OC2</ip2>
54 <port2>6633</port2>
55 <ip3>OC3</ip3>
56 <port3>6633</port3>
Hari Krishnac195f3b2015-07-08 20:02:24 -070057 </CTRL>
Hari Krishnaa25104c2015-07-09 22:34:01 -070058
59 <HOSTS>
60 <startMAC>00:00:00:00:00:01</startMAC>
61 <endMAC>00:00:00:00:00:19</endMAC>
Hari Krishnac195f3b2015-07-08 20:02:24 -070062 </HOSTS>
Hari Krishnaa25104c2015-07-09 22:34:01 -070063
64 <ATTCORELINKS>
65 <toggleLinks>1</toggleLinks>
66
67 <linkS3a>s3</linkS3a>
68 <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b>
69 #######s1,s4,s7,s10,s16,s17,s18,s21,s22########
70
71 <linkS14a>s14</linkS14a>
72 <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b>
73 ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23########
74
75 <linkS18a>s18</linkS18a>
76 <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b>
77 #######s3,s14,s16,s17,s19,s20,s21,s22,s23########
Hari Krishnac195f3b2015-07-08 20:02:24 -070078 </ATTCORELINKS>
Hari Krishnaa25104c2015-07-09 22:34:01 -070079
Hari Krishnac195f3b2015-07-08 20:02:24 -070080 <SPINECORELINKS>
81 <linkS9>s9</linkS9>
82 <linkS9top>s1,s3,s5,s7</linkS9top>
83 <linkS9bot>s11,s12</linkS9bot>
84 <linkS10>s10</linkS10>
85 <linkS10top>s2,s4,s6,s8</linkS10top>
86 <linkS10bot>s13,s14</linkS10bot>
87 </SPINECORELINKS>
88
89 <timers>
90 <LinkDiscovery>10</LinkDiscovery>
91 <SwitchDiscovery>10</SwitchDiscovery>
92 </timers>
93
Hari Krishnaa25104c2015-07-09 22:34:01 -070094</PARAMS>