blob: e93e655d85d5baa96cfc908aadb03e64451137dc [file] [log] [blame]
Jon Hall85794ff2015-07-08 14:12:30 -07001<PARAMS>
2 #CASE1: Compile ONOS and push it to the test machines
3 #CASE2: Assign mastership to controllers
4 #CASE3: Assign intents
5 #CASE4: Ping across added host intents
6 #CASE5: Reading state of ONOS
7 #CASE6: The Failure case. Since this is the Sanity test, we do nothing.
8 #CASE7: Check state after control plane failure
9 #CASE8: Compare topo
10 #CASE9: Link s3-s28 down
11 #CASE10: Link s3-s28 up
12 #CASE11: Switch down
13 #CASE12: Switch up
14 #CASE13: Clean up
15 #CASE14: start election app on all onos nodes
16 #CASE15: Check that Leadership Election is still functional
Jon Hall7a6ebfd2017-03-13 10:58:58 -070017 #CASE16: Install Distributed Primitives app
18 #CASE17: Check for basic functionality with distributed primitives
Jon Hall85794ff2015-07-08 14:12:30 -070019 <testcases>1,2,8,3,4,5,14,15,16,17,[6],8,3,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Halla440e872016-03-31 15:15:50 -070020
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080021 <GRAPH>
22 <nodeCluster>VM</nodeCluster>
23 <builds>20</builds>
24 </GRAPH>
25
Jon Hall172b7ba2016-04-07 18:12:20 -070026 <apps></apps>
27 <ONOS_Configuration>
28 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Halld2871c22016-07-26 11:01:14 -070029 <useFlowObjectives>false</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070030 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
Jon Hall172b7ba2016-04-07 18:12:20 -070031 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
32 </ONOS_Configuration>
Jon Hall85794ff2015-07-08 14:12:30 -070033 <ENV>
34 <cellName>HA</cellName>
Jon Hall5cf14d52015-07-16 12:15:19 -070035 <appString>drivers,openflow,proxyarp,mobility</appString>
Jon Hall85794ff2015-07-08 14:12:30 -070036 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070037 <GIT>
38 <pull>False</pull>
39 <branch>master</branch>
40 </GIT>
Jon Hall85794ff2015-07-08 14:12:30 -070041 <num_controllers> 1 </num_controllers>
42 <tcpdump> False </tcpdump>
43
44 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080045 <port1>6653</port1>
Jon Hall85794ff2015-07-08 14:12:30 -070046 </CTRL>
47 <BACKUP>
48 <ENABLED> False </ENABLED>
Jon Hall53c5e662016-04-13 16:06:56 -070049 <TESTONUSER>sdn</TESTONUSER>
Jon Hall85794ff2015-07-08 14:12:30 -070050 <TESTONIP>10.128.30.9</TESTONIP>
51 </BACKUP>
52 <PING>
53 <source1>h8</source1>
54 <source2>h9</source2>
55 <source3>h10</source3>
56 <source4>h11</source4>
57 <source5>h12</source5>
58 <source6>h13</source6>
59 <source7>h14</source7>
60 <source8>h15</source8>
61 <source9>h16</source9>
62 <source10>h17</source10>
63 <target1>10.0.0.18</target1>
64 <target2>10.0.0.19</target2>
65 <target3>10.0.0.20</target3>
66 <target4>10.0.0.21</target4>
67 <target5>10.0.0.22</target5>
68 <target6>10.0.0.23</target6>
69 <target7>10.0.0.24</target7>
70 <target8>10.0.0.25</target8>
71 <target9>10.0.0.26</target9>
72 <target10>10.0.0.27</target10>
73 </PING>
74 <timers>
Jon Halle019baa2015-08-27 17:31:10 -070075 <LinkDiscovery>12</LinkDiscovery>
76 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070077 <gossip>5</gossip>
Jon Hall85794ff2015-07-08 14:12:30 -070078 </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>