blob: 6240fdb6f88cbd00cdfeecbb05d12f7dc0fc5d18 [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<PARAMS>
Hari Krishna0ce0e152015-06-23 09:55:29 -07002 # 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
Hari Krishnaa43d4e92014-12-19 13:22:40 -080014
Hari Krishna0ce0e152015-06-23 09:55:29 -070015 <testcases>1,20,3,[40,5,60,70,80,10,90,71,81,10]*50,21,3,[41,5,61,72,82,10,91,73,83,10]*50,22,3,[42,5,62,74,84,10,92,10]*50</testcases>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080016 <ENV>
Hari Krishna0ce0e152015-06-23 09:55:29 -070017 <cellName>choTest3</cellName>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080018 </ENV>
Hari Krishna0ce0e152015-06-23 09:55:29 -070019 <GIT>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080020 #autoPull 'on' or 'off'
Hari Krishnaade11a72015-07-01 17:06:46 -070021 <autoPull>on</autoPull>
Hari Krishna22c3d412015-02-17 16:48:12 -080022 <branch>master</branch>
Hari Krishna0ce0e152015-06-23 09:55:29 -070023 </GIT>
Hari Krishna22c3d412015-02-17 16:48:12 -080024 <TOPO1>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -070025 <topo>~/mininet/custom/topoAtt.py</topo>
Hari Krishna22c3d412015-02-17 16:48:12 -080026 <numSwitches>25</numSwitches>
27 <numHosts>25</numHosts>
28 <numLinks>114</numLinks>
29 <numPaths>1</numPaths>
30 </TOPO1>
31 <TOPO2>
32 <topo>~/mininet/custom/topoChordal.py</topo>
33 <numSwitches>25</numSwitches>
34 <numHosts>25</numHosts>
35 <numLinks>600</numLinks>
36 <numPaths>1</numPaths>
37 </TOPO2>
38 <TOPO3>
39 <topo>~/mininet/custom/topoSpine.py</topo>
40 <numSwitches>78</numSwitches>
41 <numHosts>68</numHosts>
42 <numLinks>284</numLinks>
43 <numPaths>1</numPaths>
44 </TOPO3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080045 <CTRL>
Hari Krishna0ce0e152015-06-23 09:55:29 -070046 <numCtrl>3</numCtrl>
47 <ip1>10.128.40.41</ip1>
48 <port1>6633</port1>
49 <ip2>10.128.40.42</ip2>
50 <port2>6633</port2>
51 <ip3>10.128.40.43</ip3>
52 <port3>6633</port3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080053 </CTRL>
54 <HOSTS>
55 <startMAC>00:00:00:00:00:01</startMAC>
56 <endMAC>00:00:00:00:00:19</endMAC>
57 </HOSTS>
kelvin-onlabd878fc22015-03-27 13:33:41 -070058 <ATTCORELINKS>
Hari Krishna0ce0e152015-06-23 09:55:29 -070059 <toggleLinks>1</toggleLinks>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080060
61 <linkS3a>s3</linkS3a>
62 <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b>
63 #######s1,s4,s7,s10,s16,s17,s18,s21,s22########
64
65 <linkS14a>s14</linkS14a>
66 <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b>
67 ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23########
68
69 <linkS18a>s18</linkS18a>
70 <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b>
71 #######s3,s14,s16,s17,s19,s20,s21,s22,s23########
kelvin-onlabd878fc22015-03-27 13:33:41 -070072 </ATTCORELINKS>
73
74 <SPINECORELINKS>
75 <linkS9>s9</linkS9>
76 <linkS9top>s1,s3,s5,s7</linkS9top>
77 <linkS9bot>s11,s12</linkS9bot>
78 <linkS10>s10</linkS10>
79 <linkS10top>s2,s4,s6,s8</linkS10top>
80 <linkS10bot>s13,s14</linkS10bot>
81 </SPINECORELINKS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080082
83 <timers>
Hari Krishna0ce0e152015-06-23 09:55:29 -070084 <LinkDiscovery>10</LinkDiscovery>
85 <SwitchDiscovery>10</SwitchDiscovery>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080086 </timers>
87
88</PARAMS>