Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 1 | <PARAMS> |
kelvin-onlab | d9a8ed3 | 2015-04-03 13:55:28 -0700 | [diff] [blame] | 2 | # 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 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 | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 13 | |
kelvin-onlab | d9a8ed3 | 2015-04-03 13:55:28 -0700 | [diff] [blame] | 14 | <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 Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 15 | <ENV> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 16 | <cellName>choTest5</cellName> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 17 | </ENV> |
| 18 | <GIT> |
| 19 | #autoPull 'on' or 'off' |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 20 | <autoPull>off</autoPull> |
| 21 | <branch>master</branch> |
Hari Krishna | b35c6d0 | 2015-03-18 11:13:51 -0700 | [diff] [blame] | 22 | </GIT>-t |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 23 | <TOPO1> |
kelvin-onlab | d9a8ed3 | 2015-04-03 13:55:28 -0700 | [diff] [blame] | 24 | <topo>~/mininet/custom/topoAtt.py</topo> |
Hari Krishna | 22c3d41 | 2015-02-17 16:48:12 -0800 | [diff] [blame] | 25 | <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 Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 44 | <CTRL> |
| 45 | <numCtrl>5</numCtrl> |
kelvin-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 46 | <ip1>10.128.10.21</ip1> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 47 | <port1>6633</port1> |
kelvin-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 48 | <ip2>10.128.10.22</ip2> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 49 | <port2>6633</port2> |
kelvin-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 50 | <ip3>10.128.10.23</ip3> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 51 | <port3>6633</port3> |
kelvin-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 52 | <ip4>10.128.10.24</ip4> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 53 | <port4>6633</port4> |
kelvin-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 54 | <ip5>10.128.10.25</ip5> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 55 | <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-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 61 | <ATTCORELINKS> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 62 | <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-onlab | d878fc2 | 2015-03-27 13:33:41 -0700 | [diff] [blame] | 75 | </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 Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 85 | |
| 86 | <timers> |
kelvin-onlab | d9a8ed3 | 2015-04-03 13:55:28 -0700 | [diff] [blame] | 87 | <LinkDiscovery>1</LinkDiscovery> |
| 88 | <SwitchDiscovery>1</SwitchDiscovery> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 89 | </timers> |
| 90 | |
| 91 | </PARAMS> |