blob: b87d33358aa20ec22be88a8e7c402447359a83d1 [file] [log] [blame]
Piera2a7e1b2016-10-04 11:51:43 -07001<PARAMS>
2
3 <testcases>1,2,3,4,5,6,7,8</testcases>
4
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08005 <GRAPH>
Devin Limfc4f22c2018-03-23 18:18:27 -07006 <nodeCluster>Fabric</nodeCluster>
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -08007 <builds>20</builds>
8 </GRAPH>
9
Piera2a7e1b2016-10-04 11:51:43 -070010 <SCALE>
11 <size>3</size>
12 <max>3</max>
13 </SCALE>
14
15 <DEPENDENCY>
Devin Lim57221b02018-02-14 15:45:36 -080016 <useCommonConf>True</useCommonConf>
17 <useCommonTopo>True</useCommonTopo>
Piera2a7e1b2016-10-04 11:51:43 -070018 <topology>cord_fabric.py</topology>
19 </DEPENDENCY>
20
21 <ENV>
22 <cellName>productionCell</cellName>
Devin Lim6a920302018-03-09 13:20:44 -080023 <cellApps>drivers,hostprovider,segmentrouting,openflow-base,netcfghostprovider,netcfglinksprovider</cellApps>
Piera2a7e1b2016-10-04 11:51:43 -070024 </ENV>
25
26 <GIT>
27 <pull>False</pull>
28 <branch>master</branch>
29 </GIT>
30
Jon Hall43060f62020-06-23 13:13:33 -070031 <ONOS_Configuration>
32 </ONOS_Configuration>
33
34 <ONOS_Logging>
35 <org.onosproject.events>TRACE</org.onosproject.events>
36 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
37 <org.onosproject.driver>DEBUG</org.onosproject.driver>
38 <org.onosproject.net.flowobjective.impl>DEBUG</org.onosproject.net.flowobjective.impl>
39 <org.onosproject.routeservice.impl>DEBUG</org.onosproject.routeservice.impl>
40 <org.onosproject.routeservice.store>DEBUG</org.onosproject.routeservice.store>
41 <org.onosproject.routing.fpm>DEBUG</org.onosproject.routing.fpm>
42 <org.onosproject.fpm>DEBUG</org.onosproject.fpm>
43 <org.onosproject.mcast>DEBUG</org.onosproject.mcast>
44 </ONOS_Logging>
45
46
Piera2a7e1b2016-10-04 11:51:43 -070047 <CTRL>
48 <port>6653</port>
49 </CTRL>
50
51 <timers>
52 <LinkDiscovery>12</LinkDiscovery>
53 <SwitchDiscovery>12</SwitchDiscovery>
You Wang5df1c6d2018-04-06 18:02:02 -070054 <OnosDiscovery>12</OnosDiscovery>
Piera2a7e1b2016-10-04 11:51:43 -070055 </timers>
56
57 <switches>
58 <spine1> spine101 </spine1>
59 <spine2> spine102 </spine2>
60 <spine3> spine103 </spine3>
61 <spine4> spine104 </spine4>
62 <spinedpid1> 000000000101 </spinedpid1>
63 <spinedpid2> 000000000102 </spinedpid2>
64 <spinedpid3> 000000000103 </spinedpid3>
65 <spinedpid4> 000000000104 </spinedpid4>
66 </switches>
67
68 <failures>3</failures>
69
70 <SLEEP>
71 <startup>10</startup>
72 </SLEEP>
73
74</PARAMS>