Jon Hall | 6e70975 | 2016-02-01 13:38:46 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | #List of test cases: |
| 3 | #CASE1: Compile ONOS and push it to the test machines |
| 4 | #CASE2: Assign devices to controllers |
| 5 | #CASE21: Assign mastership to controllers |
| 6 | #CASE3: Assign intents |
| 7 | #CASE4: Ping across added host intents |
| 8 | #CASE5: Reading state of ONOS |
| 9 | #CASE61: The Failure inducing case. |
| 10 | #CASE62: The Failure recovery case. |
| 11 | #CASE7: Check state after control plane failure |
| 12 | #CASE8: Compare topo |
| 13 | #CASE9: Link s3-s28 down |
| 14 | #CASE10: Link s3-s28 up |
| 15 | #CASE11: Switch down |
| 16 | #CASE12: Switch up |
| 17 | #CASE13: Clean up |
| 18 | #CASE14: start election app on all onos nodes |
| 19 | #CASE15: Check that Leadership Election is still functional |
| 20 | #CASE16: Install Distributed Primitives app |
| 21 | #CASE17: Check for basic functionality with distributed primitives |
| 22 | <testcases>1,[2,8,3,4,5,14,16,17]*1,[61,8,7,4,15,17,62],8,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases> |
Jon Hall | a440e87 | 2016-03-31 15:15:50 -0700 | [diff] [blame] | 23 | |
Jon Hall | 172b7ba | 2016-04-07 18:12:20 -0700 | [diff] [blame] | 24 | <apps></apps> |
| 25 | <ONOS_Configuration> |
| 26 | <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
Jon Hall | 41d39f1 | 2016-04-11 22:54:35 -0700 | [diff] [blame] | 27 | <useFlowObjectives>true</useFlowObjectives> |
Jon Hall | 172b7ba | 2016-04-07 18:12:20 -0700 | [diff] [blame] | 28 | </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 29 | </ONOS_Configuration> |
Jon Hall | 6e70975 | 2016-02-01 13:38:46 -0800 | [diff] [blame] | 30 | <ENV> |
| 31 | <cellName>HA</cellName> |
| 32 | <appString>drivers,openflow,proxyarp,mobility</appString> |
| 33 | </ENV> |
| 34 | <Git> False </Git> |
| 35 | <branch> master </branch> |
| 36 | <num_controllers> 7 </num_controllers> |
| 37 | <tcpdump> False </tcpdump> |
| 38 | |
| 39 | <CTRL> |
| 40 | <port1>6653</port1> |
| 41 | <port2>6653</port2> |
| 42 | <port3>6653</port3> |
| 43 | <port4>6653</port4> |
| 44 | <port5>6653</port5> |
| 45 | <port6>6653</port6> |
| 46 | <port7>6653</port7> |
| 47 | </CTRL> |
| 48 | <BACKUP> |
| 49 | <ENABLED> False </ENABLED> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 50 | <TESTONUSER>sdn</TESTONUSER> |
Jon Hall | 6e70975 | 2016-02-01 13:38:46 -0800 | [diff] [blame] | 51 | <TESTONIP>10.128.30.9</TESTONIP> |
| 52 | </BACKUP> |
| 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>12</LinkDiscovery> |
| 77 | <SwitchDiscovery>12</SwitchDiscovery> |
| 78 | <gossip>5</gossip> |
| 79 | </timers> |
| 80 | <kill> |
| 81 | <switch> s5 </switch> |
| 82 | <dpid> 0000000000005000 </dpid> |
| 83 | <links> h5 s2 s1 s6 </links> |
| 84 | </kill> |
| 85 | <MNtcpdump> |
| 86 | <intf>eth0</intf> |
| 87 | <port> </port> |
| 88 | <folder>~/packet_captures/</folder> |
| 89 | </MNtcpdump> |
| 90 | </PARAMS> |