blob: e233dc5a28308070b4676b3168921a3e13a5edd8 [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>
28 </DEPENDENCY>
29
30 <ENV>
31 <cellApps>drivers,openflow,proxyarp,mobility,netconf</cellApps>
32 </ENV>
33
34 <GIT>
35 <pull>False</pull>
36 <branch>master</branch>
37 </GIT>
38
39 <SLEEP>
40 <startup>20</startup>
41 <upSwitch>10</upSwitch>
42 <topoAttempts>3</topoAttempts>
43 </SLEEP>
44
45 <MININET>
46 <switch>0</switch>
47 <links></links>
48 </MININET>
49
50 <CONFIGURE>
51 <cfgDevicePort>830</cfgDevicePort>
52 <cfgDriver>ovs-netconf</cfgDriver>
53 <cfgApps>org.onosproject.netconf</cfgApps>
54 <cfgName>"sdn"</cfgName>
55 <cfgPass>"rocks"</cfgPass>
56 <cfgAppPort>830</cfgAppPort>
57 </CONFIGURE>
58
59</PARAMS>