Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 1 | <PARAMS> |
Hari Krishna | d97213e | 2015-01-24 19:30:14 -0800 | [diff] [blame] | 2 | #CHO sequence : 1,2,3,[4,5,6,5,70,80,5,10,5,9,5,71,81,5,10,5]*100 |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 3 | # 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 Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 11 | # 9. Install 300 point intents and verify ping all |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 12 | # 10. Remove all intents on ONOS |
Hari Krishna | d97213e | 2015-01-24 19:30:14 -0800 | [diff] [blame] | 13 | # 1,2,3,[4,5,6,5,70,80,5,10,5,9,5,71,81,5,10,5]*100 |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 14 | # 1,2,3,4,5,6,10,12,3,4,5,6,10,13,3,4,5,6,10 [2,3,4,5,6,70,80,10,9,10]*25 |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 15 | |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 16 | <testcases>1,2,[3,4,5,6,70,80,10]*50,12,[3,41,5,14,72,82,10]*50,13,[3,42,5,15,73,83,10]*50</testcases> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 17 | <ENV> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 18 | <cellName>choTest5</cellName> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 19 | </ENV> |
| 20 | <GIT> |
| 21 | #autoPull 'on' or 'off' |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 22 | <autoPull>off</autoPull> |
| 23 | <branch>master</branch> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 24 | </GIT>-t |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 25 | <TOPO1> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 26 | <topo>~/mininet/custom/topoAtt.py</topo>t |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 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 Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 46 | <CTRL> |
| 47 | <numCtrl>5</numCtrl> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 48 | <ip1>10.128.40.41</ip1> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 49 | <port1>6633</port1> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 50 | <ip2>10.128.40.42</ip2> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 51 | <port2>6633</port2> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 52 | <ip3>10.128.40.43</ip3> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 53 | <port3>6633</port3> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 54 | <ip4>10.128.40.44</ip4> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 55 | <port4>6633</port4> |
Hari Krishna | ef1bd4e | 2015-03-12 16:55:30 -0700 | [diff] [blame] | 56 | <ip5>10.128.40.45</ip5> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 57 | <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 Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 63 | <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> |