Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | #CHO sequence : 1,2,3,[4,5,6,5,7,8,5,10,5,9,5,7,8,5,10,5]*2 |
| 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 |
| 11 | # 9. Install 114 point intents and verify ping all |
| 12 | # 10. Remove all intents on ONOS |
| 13 | # 1,2,3,[4,5,6,5,7,8,5,10,5,9,5,7,8,5,10,5]*2 |
| 14 | |
kelvin | 8ec7144 | 2015-01-15 16:57:00 -0800 | [diff] [blame] | 15 | <testcases>1,2,3,[4,5,6,5,70,80,5,10,5,9,5,71,81,5,10,5]*100</testcases> |
Hari Krishna | a43d4e9 | 2014-12-19 13:22:40 -0800 | [diff] [blame] | 16 | <ENV> |
| 17 | <cellName>choTest5</cellName> |
| 18 | </ENV> |
| 19 | <GIT> |
| 20 | #autoPull 'on' or 'off' |
| 21 | <autoPull>on</autoPull> |
| 22 | <branch>master</branch> |
| 23 | </GIT> |
| 24 | <CTRL> |
| 25 | <numCtrl>5</numCtrl> |
| 26 | <ip1>10.128.40.41</ip1> |
| 27 | <port1>6633</port1> |
| 28 | <ip2>10.128.40.42</ip2> |
| 29 | <port2>6633</port2> |
| 30 | <ip3>10.128.40.43</ip3> |
| 31 | <port3>6633</port3> |
| 32 | <ip4>10.128.40.44</ip4> |
| 33 | <port4>6633</port4> |
| 34 | <ip5>10.128.40.45</ip5> |
| 35 | <port5>6633</port5> |
| 36 | </CTRL> |
| 37 | <HOSTS> |
| 38 | <startMAC>00:00:00:00:00:01</startMAC> |
| 39 | <endMAC>00:00:00:00:00:19</endMAC> |
| 40 | </HOSTS> |
| 41 | <ONOSTOPO> |
| 42 | <numDevices>25</numDevices> |
| 43 | <numLinks>114</numLinks> |
| 44 | <numHosts>25</numHosts> |
| 45 | <numIntents>300</numIntents> |
| 46 | <numPaths>1360</numPaths> |
| 47 | </ONOSTOPO> |
| 48 | <CORELINKS> |
| 49 | <toggleLinks>3</toggleLinks> |
| 50 | |
| 51 | <linkS3a>s3</linkS3a> |
| 52 | <linkS3b>s1,s4,s7,s10,s16,s17,s18,s21,s22</linkS3b> |
| 53 | #######s1,s4,s7,s10,s16,s17,s18,s21,s22######## |
| 54 | |
| 55 | <linkS14a>s14</linkS14a> |
| 56 | <linkS14b>s6,s9,s10,s11,s12,s13,s16,s17,s23</linkS14b> |
| 57 | ########s6,s9,s10,s11,s12,s13,s16,s17,s18,s23######## |
| 58 | |
| 59 | <linkS18a>s18</linkS18a> |
| 60 | <linkS18b>s14,s16,s17,s19,s20,s21,s22,s23</linkS18b> |
| 61 | #######s3,s14,s16,s17,s19,s20,s21,s22,s23######## |
| 62 | </CORELINKS> |
| 63 | |
| 64 | <timers> |
| 65 | <LinkDiscovery>5</LinkDiscovery> |
| 66 | <SwitchDiscovery>31</SwitchDiscovery> |
| 67 | </timers> |
| 68 | |
| 69 | </PARAMS> |