blob: d9e462707f6b4e59381f3ddc6444641186b22302 [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<PARAMS>
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
Jon Halle1a3b752015-07-22 13:02:46 -070020 #1,2,8,21,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
Jon Hall5cf14d52015-07-16 12:15:19 -070021 <testcases>1,2,8,21,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 Halla440e872016-03-31 15:15:50 -070022
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080023 <GRAPH>
24 <nodeCluster>VM</nodeCluster>
25 <builds>20</builds>
26 </GRAPH>
27
Jon Hall172b7ba2016-04-07 18:12:20 -070028 <apps></apps>
29 <ONOS_Configuration>
30 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Halld2871c22016-07-26 11:01:14 -070031 <useFlowObjectives>false</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070032 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
Jon Hall172b7ba2016-04-07 18:12:20 -070033 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
34 </ONOS_Configuration>
Jon Hall5cf14d52015-07-16 12:15:19 -070035 <ENV>
36 <cellName>HA</cellName>
37 <appString>drivers,openflow,proxyarp,mobility</appString>
38 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070039 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
Jon Hall5cf14d52015-07-16 12:15:19 -070043 <tcpdump> False </tcpdump>
44
45 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080046 <port1>6653</port1>
47 <port2>6653</port2>
48 <port3>6653</port3>
49 <port4>6653</port4>
50 <port5>6653</port5>
51 <port6>6653</port6>
52 <port7>6653</port7>
Jon Hall5cf14d52015-07-16 12:15:19 -070053 </CTRL>
54 <BACKUP>
55 <ENABLED> False </ENABLED>
Jon Hall53c5e662016-04-13 16:06:56 -070056 <TESTONUSER>sdn</TESTONUSER>
Jon Hall5cf14d52015-07-16 12:15:19 -070057 <TESTONIP>10.128.30.9</TESTONIP>
58 </BACKUP>
59 <PING>
60 <source1>h8</source1>
61 <source2>h9</source2>
62 <source3>h10</source3>
63 <source4>h11</source4>
64 <source5>h12</source5>
65 <source6>h13</source6>
66 <source7>h14</source7>
67 <source8>h15</source8>
68 <source9>h16</source9>
69 <source10>h17</source10>
70 <target1>10.0.0.18</target1>
71 <target2>10.0.0.19</target2>
72 <target3>10.0.0.20</target3>
73 <target4>10.0.0.21</target4>
74 <target5>10.0.0.22</target5>
75 <target6>10.0.0.23</target6>
76 <target7>10.0.0.24</target7>
77 <target8>10.0.0.25</target8>
78 <target9>10.0.0.26</target9>
79 <target10>10.0.0.27</target10>
80 </PING>
81 <timers>
Jon Halle019baa2015-08-27 17:31:10 -070082 <LinkDiscovery>12</LinkDiscovery>
83 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070084 <gossip>5</gossip>
Jon Hall5cf14d52015-07-16 12:15:19 -070085 </timers>
86 <kill>
87 <switch> s5 </switch>
88 <dpid> 0000000000005000 </dpid>
89 <links> h5 s2 s1 s6 </links>
90 </kill>
91 <MNtcpdump>
92 <intf>eth0</intf>
93 <port> </port>
94 <folder>~/packet_captures/</folder>
95 </MNtcpdump>
96</PARAMS>