blob: fc3e23a3c09aa3b86c412e444bc76fafeacddeac [file] [log] [blame]
Jeremyfc567ca2016-02-16 15:08:25 -08001<PARAMS>
2 # CASE - Description
3 # 1 - Variable initialization and optional pull and build ONOS package
4 # 2 - Install ONOS
Jeremy Songster17147f22016-05-31 18:30:52 -07005 # 19 - Copy karaf logs from ONOS nodes to TestON log directory
Jeremyfc567ca2016-02-16 15:08:25 -08006 # 100 - Ensure netconf app is running
7 # 200 - Create or modify a configuration file
8 # 300 - Push a configuration file to bring up a device
9 # 400 - Bring down a device (not yet possible)
10
Jeremy Songster17147f22016-05-31 18:30:52 -070011 <testcases>1,[2,100,200,300,19]*2</testcases>
Jeremyfc567ca2016-02-16 15:08:25 -080012
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080013 <GRAPH>
14 <nodeCluster>VM</nodeCluster>
15 <builds>20</builds>
16 </GRAPH>
17
Jeremyfc567ca2016-02-16 15:08:25 -080018 <SCALE>
19 <size>1,3</size>
20 </SCALE>
21
22 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070023 <path> /tests/FUNC/FUNCnetconf/dependencies/</path>
Jeremyfc567ca2016-02-16 15:08:25 -080024 <wrapper1>startUp</wrapper1>
25 <wrapper2>netconf</wrapper2>
26 <wrapper3>topo</wrapper3>
27 <topology></topology>
Jeremy Ronquilloed3550d2018-04-11 12:23:59 -070028 <iface></iface>
Jeremyfc567ca2016-02-16 15:08:25 -080029 </DEPENDENCY>
30
31 <ENV>
32 <cellApps>drivers,openflow,proxyarp,mobility,netconf</cellApps>
33 </ENV>
34
35 <GIT>
36 <pull>False</pull>
37 <branch>master</branch>
38 </GIT>
39
40 <SLEEP>
41 <startup>20</startup>
42 <upSwitch>10</upSwitch>
43 <topoAttempts>3</topoAttempts>
44 </SLEEP>
45
46 <MININET>
47 <switch>0</switch>
48 <links></links>
49 </MININET>
50
51 <CONFIGURE>
52 <cfgDevicePort>830</cfgDevicePort>
53 <cfgDriver>ovs-netconf</cfgDriver>
54 <cfgApps>org.onosproject.netconf</cfgApps>
55 <cfgName>"sdn"</cfgName>
56 <cfgPass>"rocks"</cfgPass>
57 <cfgAppPort>830</cfgAppPort>
58 </CONFIGURE>
59
60</PARAMS>