blob: 497bb9da02f12e5cb94487cd10a83b92880a8273 [file] [log] [blame]
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +00001<PARAMS>
2 <testcases>0,[1,2,3]*3</testcases>
3
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08004 <GRAPH>
5 <nodeCluster>BM</nodeCluster>
6 <builds>20</builds>
7 </GRAPH>
8
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +00009 <SCALE>3,5,7</SCALE>
10 <max>7</max>
11
12 <ENV>
13 <cellName>topo_perf_test</cellName>
14 <cellApps>drivers,events,openflow</cellApps>
15 </ENV>
16
17 <MN>
18 <ip1>OCN</ip1>
19 </MN>
20
21 <GIT>
22 <pull>False</pull>
23 <branch>master</branch>
24 </GIT>
25
26 <TSHARK>
27 <tsharkResultPath>/tmp/tshark_mastership_failover</tsharkResultPath>
28 <ofpRoleRequest>OF 1.3 90 of_role_request</ofpRoleRequest>
29 </TSHARK>
30
31 <SLEEP>
32 <recovery>5</recovery>
33 <failover>10</failover>
34 <mininet>5</mininet>
35 </SLEEP>
36
37 <TIMEOUT>
38 <timeout>60</timeout>
39 </TIMEOUT>
40
41 <TEST>
42 #'on' or 'off' debug mode.
43 #If on, logging will be more verbose and
44 #tshark pcap will be enabled
45 #pcap file located at /tmp/'capture_name'
46 <debug>True</debug>
47
48 #Number of iterations to ignore initially
49 <warmUp>5</warmUp>
50
51 #Number of times to iterate each case
52 <sampleSize>20</sampleSize>
53
54 # Percent of data that can be invalid per sample size iteration.
55 # Any more than this will cause the test to fail and stop. Must be a float between 0 and 1.
56 <failPercent>0.25</failPercent>
57
58 </TEST>
59
60 <DATABASE>
61 <dbName>/tmp/mastershipFailoverLatDB</dbName>
62 </DATABASE>
63
64 <SWITCH>
65 <id>of:0000000000000001</id>
66 </SWITCH>
67
68 <TOPOLOGY>
69 <switchCount>5</switchCount>
70 <type>linear</type>
71 </TOPOLOGY>
72
73 <KILL>
74 <nodeNum>0</nodeNum>
75 </KILL>
76</PARAMS>