blob: a91e17cfc4ca2dd1ca720659a4a74d9698753763 [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<PARAMS>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -07002 # 1,20,3,[40,5,60,70,80,10,90,71,81,10,93,10]*50,22,3,[41,5,61,72,82,10,91,73,83,10,94,10]*50,22,3,[42,5,62,10,92,10]*50
Hari Krishnaa43d4e92014-12-19 13:22:40 -08003 # 1. ONOS brinup Test case
4 # 2. Assign and Balance all Mininet switches across controllers
5 # 3. Collect reference toplogy for topo compare
6 # 4. Enable Reactive forwarding, Verify ping all and disable onos-app-fwd
7 # 5. Compare curent topoology with reference
8 # 6. Install 300 host intents and verify ping all
9 # 7. Randomly bring some core links down and verify pingall
10 # 8. Bring core links Up that were down and verify pingall
Hari Krishnab35c6d02015-03-18 11:13:51 -070011 # 9. Install 300 point intents and verify ping all
Hari Krishnaa43d4e92014-12-19 13:22:40 -080012 # 10. Remove all intents on ONOS
Hari Krishnaa43d4e92014-12-19 13:22:40 -080013
kelvin-onlabd9a8ed32015-04-03 13:55:28 -070014 <testcases>1,20,3,[40,5,60,70,80,10,90,71,81,10,93,10]*50,22,3,[41,5,61,72,82,10,91,73,83,10,94,10]*50,22,3,[42,5,62,10,92,10]*50</testcases>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080015 <ENV>
Hari Krishnab35c6d02015-03-18 11:13:51 -070016 <cellName>choTest5</cellName>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080017 </ENV>
18 <GIT>
19 #autoPull 'on' or 'off'
Hari Krishna22c3d412015-02-17 16:48:12 -080020 <autoPull>off</autoPull>
21 <branch>master</branch>
Hari Krishnab35c6d02015-03-18 11:13:51 -070022 </GIT>-t
Hari Krishna22c3d412015-02-17 16:48:12 -080023 <TOPO1>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -070024 <topo>~/mininet/custom/topoAtt.py</topo>
Hari Krishna22c3d412015-02-17 16:48:12 -080025 <numSwitches>25</numSwitches>
26 <numHosts>25</numHosts>
27 <numLinks>114</numLinks>
28 <numPaths>1</numPaths>
29 </TOPO1>
30 <TOPO2>
31 <topo>~/mininet/custom/topoChordal.py</topo>
32 <numSwitches>25</numSwitches>
33 <numHosts>25</numHosts>
34 <numLinks>600</numLinks>
35 <numPaths>1</numPaths>
36 </TOPO2>
37 <TOPO3>
38 <topo>~/mininet/custom/topoSpine.py</topo>
39 <numSwitches>78</numSwitches>
40 <numHosts>68</numHosts>
41 <numLinks>284</numLinks>
42 <numPaths>1</numPaths>
43 </TOPO3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080044 <CTRL>
45 <numCtrl>5</numCtrl>
kelvin-onlabd878fc22015-03-27 13:33:41 -070046 <ip1>10.128.10.21</ip1>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080047 <port1>6633</port1>
kelvin-onlabd878fc22015-03-27 13:33:41 -070048 <ip2>10.128.10.22</ip2>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080049 <port2>6633</port2>
kelvin-onlabd878fc22015-03-27 13:33:41 -070050 <ip3>10.128.10.23</ip3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080051 <port3>6633</port3>
kelvin-onlabd878fc22015-03-27 13:33:41 -070052 <ip4>10.128.10.24</ip4>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080053 <port4>6633</port4>
kelvin-onlabd878fc22015-03-27 13:33:41 -070054 <ip5>10.128.10.25</ip5>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080055 <port5>6633</port5>
56 </CTRL>
57 <HOSTS>
58 <startMAC>00:00:00:00:00:01</startMAC>
59 <endMAC>00:00:00:00:00:19</endMAC>
60 </HOSTS>
kelvin-onlabd878fc22015-03-27 13:33:41 -070061 <ATTCORELINKS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080062 <toggleLinks>3</toggleLinks>
63
64 <linkS3a>s3</linkS3a>
65 <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b>
66 #######s1,s4,s7,s10,s16,s17,s18,s21,s22########
67
68 <linkS14a>s14</linkS14a>
69 <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b>
70 ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23########
71
72 <linkS18a>s18</linkS18a>
73 <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b>
74 #######s3,s14,s16,s17,s19,s20,s21,s22,s23########
kelvin-onlabd878fc22015-03-27 13:33:41 -070075 </ATTCORELINKS>
76
77 <SPINECORELINKS>
78 <linkS9>s9</linkS9>
79 <linkS9top>s1,s3,s5,s7</linkS9top>
80 <linkS9bot>s11,s12</linkS9bot>
81 <linkS10>s10</linkS10>
82 <linkS10top>s2,s4,s6,s8</linkS10top>
83 <linkS10bot>s13,s14</linkS10bot>
84 </SPINECORELINKS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080085
86 <timers>
kelvin-onlabd9a8ed32015-04-03 13:55:28 -070087 <LinkDiscovery>1</LinkDiscovery>
88 <SwitchDiscovery>1</SwitchDiscovery>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080089 </timers>
90
91</PARAMS>