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