blob: 7501bf532c0f46e61c30cde08a0fa654985c70e2 [file] [log] [blame]
cameron@onlab.us78b89652015-07-08 15:21:03 -07001<PARAMS>
2
You Wangf9803832016-12-06 22:09:25 +00003 <testcases>0,1,2,1,2,1,2,1,2</testcases>
cameron@onlab.us78b89652015-07-08 15:21:03 -07004
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08005 <GRAPH>
6 <nodeCluster>BM</nodeCluster>
7 <builds>20</builds>
8 </GRAPH>
9
You Wangf9803832016-12-06 22:09:25 +000010 <SCALE>1,3,5,7</SCALE>
11 <max>7</max>
Charles Chan029be652015-08-24 01:46:10 +080012
cameron@onlab.us78b89652015-07-08 15:21:03 -070013 <ENV>
14 <cellName>intentRerouteCell</cellName>
You Wang6d301d42017-04-21 10:49:33 -070015 <cellApps>drivers,null,metrics</cellApps>
cameron@onlab.us78b89652015-07-08 15:21:03 -070016 </ENV>
17
Chiyu Chengec63bde2016-11-17 18:11:36 -080018 <DEPENDENCY>
19 <FILE1>intentRerouteLatFuncs</FILE1>
20 <PATH>/tests/SCPF/SCPFintentRerouteLat/dependencies/</PATH>
21 </DEPENDENCY>
22
23 <SEARCHTERM>
24 <TopologyTime>TopologyManager</TopologyTime>
25 <InstallTime>INSTALLED</InstallTime>
26 </SEARCHTERM>
27
cameron@onlab.us78b89652015-07-08 15:21:03 -070028 <TEST>
cameron@onlab.us78b89652015-07-08 15:21:03 -070029 <warmUp>5</warmUp>
Charles Chan029be652015-08-24 01:46:10 +080030 <sampleSize>20</sampleSize>
cameron@onlab.us78b89652015-07-08 15:21:03 -070031 <intents>1,100,1000</intents> #list format, will be split on ','
YPZhang3b5a78f2016-07-14 10:43:33 -070032 <FObjintents>1,100</FObjintents>
YPZhangfebf7302016-05-24 16:45:56 -070033 <ingress>null:0000000000000001/0</ingress>
34 <egress>null:0000000000000007/0</egress>
35 <debug>False</debug>
YPZhange6ef82a2016-07-05 16:48:15 -070036 <flowObj>False</flowObj>
Chiyu Cheng1976db52016-10-21 15:57:30 -070037 <deviceCount>8</deviceCount>
38 <end1>
39 <name>null:0000000000000004</name>
40 <port>0000000000000004/1</port>
41 </end1>
42 <end2>
43 <name>null:0000000000000003</name>
44 <port>0000000000000003/2</port>>
45 </end2>
cameron@onlab.us78b89652015-07-08 15:21:03 -070046 </TEST>
Chiyu Chengec63bde2016-11-17 18:11:36 -080047
YPZhangfebf7302016-05-24 16:45:56 -070048 <DATABASE>
YPZhange6ef82a2016-07-05 16:48:15 -070049 <dbName>/tmp/IntentRerouteLatDB</dbName>
50 <dbFlowObj>/tmp/IntentRerouteLatDBWithFlowObj</dbFlowObj>
YPZhangfebf7302016-05-24 16:45:56 -070051 </DATABASE>
cameron@onlab.us78b89652015-07-08 15:21:03 -070052
53 <GIT>
Devin Lim58046fa2017-07-05 16:55:00 -070054 <pull>False</pull>
55 <branch>master</branch>
cameron@onlab.us78b89652015-07-08 15:21:03 -070056 </GIT>
57
YPZhangfebf7302016-05-24 16:45:56 -070058 <ATTEMPTS>
Devin Lime6fe3c42017-10-18 16:28:40 -070059 <verify>6</verify>
60 <maxInvalidRun>5</maxInvalidRun>
61 <cfg>5</cfg>
YPZhangfebf7302016-05-24 16:45:56 -070062 </ATTEMPTS>
63
64 <SLEEP>
You Wang0b9039d2017-01-12 16:51:29 -080065 <startup>5</startup>
YPZhang2b9b26d2016-06-20 16:18:29 -070066 <setmaster>5</setmaster>
YPZhangfebf7302016-05-24 16:45:56 -070067 <install>10</install>
Devin Lime6fe3c42017-10-18 16:28:40 -070068 <verify>5</verify>
YPZhangfebf7302016-05-24 16:45:56 -070069 # timeout for pexpect
70 <timeout>300</timeout>
71 </SLEEP>
Devin Lim142b5342017-07-20 15:22:39 -070072 <CFG>
73 <intentManager>org.onosproject.net.intent.impl.IntentManager</intentManager>
74 <intentConfigRegi>org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator</intentConfigRegi>
75 <nullProvider>org.onosproject.provider.nil.NullProviders</nullProvider>
Devin Lim142b5342017-07-20 15:22:39 -070076 </CFG>
cameron@onlab.us78b89652015-07-08 15:21:03 -070077 <CTRL>
Jon Hall53c5e662016-04-13 16:06:56 -070078 <USER>sdn</USER>
Charles Chan029be652015-08-24 01:46:10 +080079
cameron@onlab.us78b89652015-07-08 15:21:03 -070080 <ip1>OC1</ip1>
Charles Chan029be652015-08-24 01:46:10 +080081 <port1>6653</port1>
82
cameron@onlab.us78b89652015-07-08 15:21:03 -070083 <ip2>OC2</ip2>
Charles Chan029be652015-08-24 01:46:10 +080084 <port2>6653</port2>
85
cameron@onlab.us78b89652015-07-08 15:21:03 -070086 <ip3>OC3</ip3>
Charles Chan029be652015-08-24 01:46:10 +080087 <port3>6653</port3>
88
cameron@onlab.us78b89652015-07-08 15:21:03 -070089 <ip4>OC4</ip4>
Charles Chan029be652015-08-24 01:46:10 +080090 <port4>6653</port4>
91
cameron@onlab.us78b89652015-07-08 15:21:03 -070092 <ip5>OC5</ip5>
Charles Chan029be652015-08-24 01:46:10 +080093 <port5>6653</port5>
94
cameron@onlab.us78b89652015-07-08 15:21:03 -070095 <ip6>OC6</ip6>
Charles Chan029be652015-08-24 01:46:10 +080096 <port6>6653</port6>
97
cameron@onlab.us78b89652015-07-08 15:21:03 -070098 <ip7>OC7</ip7>
Charles Chan029be652015-08-24 01:46:10 +080099 <port7>6653</port7>
cameron@onlab.us78b89652015-07-08 15:21:03 -0700100
101 </CTRL>
102
103 <MN>
YPZhangf7d80602016-06-23 13:59:47 -0700104 <ip1>OCN</ip1>
cameron@onlab.us78b89652015-07-08 15:21:03 -0700105 </MN>
106
107 <BENCH>
Jon Hall53c5e662016-04-13 16:06:56 -0700108 <user>sdn</user>
cameron@onlab.usdc9d0692015-07-13 16:02:27 -0700109 <ip1>localhost</ip1>
cameron@onlab.us78b89652015-07-08 15:21:03 -0700110 </BENCH>
111
112 <JSON>
113 </JSON>
114
115</PARAMS>