blob: 9311d913cb2720d088362f9d022e1dbe276347ec [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>
You Wangb2043922020-10-28 18:45:24 -070027 <tsharkInterface>lo</tsharkInterface>
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +000028 <tsharkResultPath>/tmp/tshark_mastership_failover</tsharkResultPath>
You Wang4a3101a2019-08-15 16:33:04 -070029 <ofpRoleRequest>OpenFlow 90 Type: OFPT_ROLE_REQUEST</ofpRoleRequest>
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +000030 </TSHARK>
31
32 <SLEEP>
33 <recovery>5</recovery>
34 <failover>10</failover>
35 <mininet>5</mininet>
36 </SLEEP>
37
38 <TIMEOUT>
39 <timeout>60</timeout>
40 </TIMEOUT>
41
42 <TEST>
43 #'on' or 'off' debug mode.
44 #If on, logging will be more verbose and
45 #tshark pcap will be enabled
46 #pcap file located at /tmp/'capture_name'
47 <debug>True</debug>
48
49 #Number of iterations to ignore initially
50 <warmUp>5</warmUp>
51
52 #Number of times to iterate each case
53 <sampleSize>20</sampleSize>
54
55 # Percent of data that can be invalid per sample size iteration.
56 # Any more than this will cause the test to fail and stop. Must be a float between 0 and 1.
You Wang25e3bcc2019-01-02 16:02:02 -080057 <failPercent>0.5</failPercent>
Jeremy Ronquillo818bc7c2017-08-09 17:14:53 +000058
59 </TEST>
60
61 <DATABASE>
62 <dbName>/tmp/mastershipFailoverLatDB</dbName>
63 </DATABASE>
64
65 <SWITCH>
66 <id>of:0000000000000001</id>
67 </SWITCH>
68
69 <TOPOLOGY>
70 <switchCount>5</switchCount>
71 <type>linear</type>
72 </TOPOLOGY>
73
74 <KILL>
75 <nodeNum>0</nodeNum>
76 </KILL>
77</PARAMS>