blob: b60621c1ae039375bb363bb56e050c20b7d3662f [file] [log] [blame]
Cameron Franke2ea90e52015-01-21 10:04:16 -08001<PARAMS>
2
3 <testcases>1,2,4</testcases>
4
5 <ENV>
6 <cellName>cam_cells</cellName>
7 </ENV>
8
9 <SCALE>1</SCALE>
10
11 <GIT>
12 <autopull>off</autopull>
13 <checkout>master</checkout>
14 </GIT>
15
16 <CTRL>
17 <USER>admin</USER>
18 <ip1>10.128.5.51</ip1>
19 <port1>6633</port1>
20 <ip2>10.128.5.52</ip2>
21 <port2>6633</port2>
22 <ip3>10.128.5.53</ip3>
23 <port3>6633</port3>
24 </CTRL>
25
26 <MN>
27 <ip1>10.128.5.59</ip1>
28 <ip2>10.128.5.59</ip2>
29 </MN>
30
31 <BENCH>
32 <user>admin</user>
33 <ip1>10.128.5.55</ip1>
34 </BENCH>
35
36 <TEST>
37 <loadstart>curl --fail http://localhost:8181/onos/demo/intents/setup -H "Content-Type:application/json" -d '{"type" : "random"}'</loadstart>
38 <loadstop>curl --fail http://localhost:8181/onos/demo/intents/teardown</loadstop>
39 <arping>py [h.cmd("arping -c 1 -w 1 10.0.0.225") for h in net.hosts]</arping>
40 <metric1>intents-events-metrics|grep "Intent Installed Events"</metric1>
41 <duration>90</duration>
42 <log_interval>5</log_interval>
43 </TEST>
44
45 <JSON>
46 <intents_rate>intentInstalledRate</intents_rate>
47 </JSON>
48
49</PARAMS>