blob: edc754035e68e8ff15ff1f2352aa1af0d43d1aac [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<PARAMS>
Hari Krishnad97213e2015-01-24 19:30:14 -08002 #CHO sequence : 1,2,3,[4,5,6,5,70,80,5,10,5,9,5,71,81,5,10,5]*100
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
11 # 9. Install 114 point intents and verify ping all
12 # 10. Remove all intents on ONOS
Hari Krishnad97213e2015-01-24 19:30:14 -080013 # 1,2,3,[4,5,6,5,70,80,5,10,5,9,5,71,81,5,10,5]*100
kelvin-onlab54400a92015-02-26 18:05:51 -080014 # 1,2,3,4,5,6,10,12,3,4,5,6,10,13,3,4,5,6,10
Hari Krishnaa43d4e92014-12-19 13:22:40 -080015
kelvin-onlab78f7d2d2015-03-02 17:37:35 -080016 <testcases>1,2,3,4,5,6,10</testcases>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080017 <ENV>
kelvin-onlab54400a92015-02-26 18:05:51 -080018 <cellName>fiveNodes</cellName>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080019 </ENV>
20 <GIT>
21 #autoPull 'on' or 'off'
Hari Krishna22c3d412015-02-17 16:48:12 -080022 <autoPull>off</autoPull>
23 <branch>master</branch>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080024 </GIT>
Hari Krishna22c3d412015-02-17 16:48:12 -080025 <TOPO1>
26 <topo>~/mininet/custom/topoAtt.py</topo>
27 <numSwitches>25</numSwitches>
28 <numHosts>25</numHosts>
29 <numLinks>114</numLinks>
30 <numPaths>1</numPaths>
31 </TOPO1>
32 <TOPO2>
33 <topo>~/mininet/custom/topoChordal.py</topo>
34 <numSwitches>25</numSwitches>
35 <numHosts>25</numHosts>
36 <numLinks>600</numLinks>
37 <numPaths>1</numPaths>
38 </TOPO2>
39 <TOPO3>
40 <topo>~/mininet/custom/topoSpine.py</topo>
41 <numSwitches>78</numSwitches>
42 <numHosts>68</numHosts>
43 <numLinks>284</numLinks>
44 <numPaths>1</numPaths>
45 </TOPO3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080046 <CTRL>
47 <numCtrl>5</numCtrl>
kelvin-onlab54400a92015-02-26 18:05:51 -080048 <ip1>10.128.10.21</ip1>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080049 <port1>6633</port1>
kelvin-onlab54400a92015-02-26 18:05:51 -080050 <ip2>10.128.10.22</ip2>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080051 <port2>6633</port2>
kelvin-onlab54400a92015-02-26 18:05:51 -080052 <ip3>10.128.10.23</ip3>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080053 <port3>6633</port3>
kelvin-onlab54400a92015-02-26 18:05:51 -080054 <ip4>10.128.10.24</ip4>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080055 <port4>6633</port4>
kelvin-onlab54400a92015-02-26 18:05:51 -080056 <ip5>10.128.10.25</ip5>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080057 <port5>6633</port5>
58 </CTRL>
59 <HOSTS>
60 <startMAC>00:00:00:00:00:01</startMAC>
61 <endMAC>00:00:00:00:00:19</endMAC>
62 </HOSTS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080063 <CORELINKS>
64 <toggleLinks>3</toggleLinks>
65
66 <linkS3a>s3</linkS3a>
67 <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b>
68 #######s1,s4,s7,s10,s16,s17,s18,s21,s22########
69
70 <linkS14a>s14</linkS14a>
71 <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b>
72 ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23########
73
74 <linkS18a>s18</linkS18a>
75 <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b>
76 #######s3,s14,s16,s17,s19,s20,s21,s22,s23########
77 </CORELINKS>
78
79 <timers>
80 <LinkDiscovery>5</LinkDiscovery>
81 <SwitchDiscovery>31</SwitchDiscovery>
82 </timers>
83
84</PARAMS>