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