Jon Hall | 6360493 | 2015-02-26 17:09:50 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | |
| 3 | #List of test cases: |
| 4 | #CASE1: Compile ONOS and push it to the test machines |
| 5 | #CASE2: Assign mastership to controllers |
| 6 | #CASE3: Assign intents |
| 7 | #CASE4: Ping across added host intents |
| 8 | #CASE5: Reading state of ONOS |
| 9 | #CASE6: The Failure case. We will create IPTables rules here. |
| 10 | #CASE7: Check state after control plane partition. |
| 11 | #CASE8: Compare topo |
| 12 | #CASE9: Link s3-s28 down |
| 13 | #CASE10: Link s3-s28 up |
| 14 | #CASE11: Switch down |
| 15 | #CASE12: Switch up |
| 16 | #CASE13: Clean up |
| 17 | #CASE14: start election app on all onos nodes |
| 18 | #CASE15: Check that Leadership Election is still functional |
| 19 | #CASE16: Repair network partition |
| 20 | #1,2,8,3,4,5,14,[6],8,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,13 |
| 21 | <testcases>1,2,5,14,[6],8,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,16,13</testcases> |
| 22 | <ENV> |
| 23 | <cellName>HA</cellName> |
| 24 | </ENV> |
| 25 | <Git> False </Git> |
| 26 | <branch> master </branch> |
| 27 | <num_controllers> 7 </num_controllers> |
| 28 | |
| 29 | <CTRL> |
| 30 | <ip1>10.128.30.11</ip1> |
| 31 | <port1>6633</port1> |
| 32 | |
| 33 | <ip2>10.128.30.12</ip2> |
| 34 | <port2>6633</port2> |
| 35 | |
| 36 | <ip3>10.128.30.13</ip3> |
| 37 | <port3>6633</port3> |
| 38 | |
| 39 | <ip4>10.128.30.14</ip4> |
| 40 | <port4>6633</port4> |
| 41 | |
| 42 | <ip5>10.128.30.15</ip5> |
| 43 | <port5>6633</port5> |
| 44 | |
| 45 | <ip6>10.128.30.16</ip6> |
| 46 | <port6>6633</port6> |
| 47 | |
| 48 | <ip7>10.128.30.17</ip7> |
| 49 | <port7>6633</port7> |
| 50 | </CTRL> |
| 51 | <TESTONUSER>admin</TESTONUSER> |
| 52 | <TESTONIP>10.128.30.9</TESTONIP> |
| 53 | <PING> |
| 54 | <source1>h8</source1> |
| 55 | <source2>h9</source2> |
| 56 | <source3>h10</source3> |
| 57 | <source4>h11</source4> |
| 58 | <source5>h12</source5> |
| 59 | <source6>h13</source6> |
| 60 | <source7>h14</source7> |
| 61 | <source8>h15</source8> |
| 62 | <source9>h16</source9> |
| 63 | <source10>h17</source10> |
| 64 | <target1>10.0.0.18</target1> |
| 65 | <target2>10.0.0.19</target2> |
| 66 | <target3>10.0.0.20</target3> |
| 67 | <target4>10.0.0.21</target4> |
| 68 | <target5>10.0.0.22</target5> |
| 69 | <target6>10.0.0.23</target6> |
| 70 | <target7>10.0.0.24</target7> |
| 71 | <target8>10.0.0.25</target8> |
| 72 | <target9>10.0.0.26</target9> |
| 73 | <target10>10.0.0.27</target10> |
| 74 | </PING> |
| 75 | <timers> |
| 76 | <LinkDiscovery>.2</LinkDiscovery> |
| 77 | <SwitchDiscovery>.2</SwitchDiscovery> |
| 78 | </timers> |
| 79 | <kill> |
| 80 | <switch> s5 </switch> |
| 81 | <dpid> 0000000000005000 </dpid> |
| 82 | <links> h5 s2 s1 s6 </links> |
| 83 | </kill> |
| 84 | <MNtcpdump> |
| 85 | <intf>eth0</intf> |
| 86 | <port> </port> |
| 87 | <folder>~/packet_captures/</folder> |
| 88 | </MNtcpdump> |
| 89 | </PARAMS> |