blob: af23c7059aa1770fc750bce50642289f439f5e46 [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
Hari Krishnaa43d4e92014-12-19 13:22:40 -080014
Hari Krishna22c3d412015-02-17 16:48:12 -080015 <testcases>1,2,3,4,5,12,3,4,5,13,3,4,5</testcases>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080016 <ENV>
17 <cellName>choTest5</cellName>
18 </ENV>
19 <GIT>
20 #autoPull 'on' or 'off'
Hari Krishna22c3d412015-02-17 16:48:12 -080021 <autoPull>off</autoPull>
22 <branch>master</branch>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080023 </GIT>
Hari Krishna22c3d412015-02-17 16:48:12 -080024 <TOPO1>
25 <topo>~/mininet/custom/topoAtt.py</topo>
26 <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>
46 <numCtrl>5</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>
53 <ip4>10.128.40.44</ip4>
54 <port4>6633</port4>
55 <ip5>10.128.40.45</ip5>
56 <port5>6633</port5>
57 </CTRL>
58 <HOSTS>
59 <startMAC>00:00:00:00:00:01</startMAC>
60 <endMAC>00:00:00:00:00:19</endMAC>
61 </HOSTS>
Hari Krishnaa43d4e92014-12-19 13:22:40 -080062 <CORELINKS>
63 <toggleLinks>3</toggleLinks>
64
65 <linkS3a>s3</linkS3a>
66 <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b>
67 #######s1,s4,s7,s10,s16,s17,s18,s21,s22########
68
69 <linkS14a>s14</linkS14a>
70 <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b>
71 ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23########
72
73 <linkS18a>s18</linkS18a>
74 <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b>
75 #######s3,s14,s16,s17,s19,s20,s21,s22,s23########
76 </CORELINKS>
77
78 <timers>
79 <LinkDiscovery>5</LinkDiscovery>
80 <SwitchDiscovery>31</SwitchDiscovery>
81 </timers>
82
83</PARAMS>