blob: f5339f26fd64b129b9c864347f466f2046e2e63f [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
13 <SCALE>
14 <size>1,3</size>
15 </SCALE>
16
17 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070018 <path> /tests/FUNC/FUNCnetconf/dependencies/</path>
Jeremyfc567ca2016-02-16 15:08:25 -080019 <wrapper1>startUp</wrapper1>
20 <wrapper2>netconf</wrapper2>
21 <wrapper3>topo</wrapper3>
22 <topology></topology>
23 </DEPENDENCY>
24
25 <ENV>
26 <cellApps>drivers,openflow,proxyarp,mobility,netconf</cellApps>
27 </ENV>
28
29 <GIT>
30 <pull>False</pull>
31 <branch>master</branch>
32 </GIT>
33
34 <SLEEP>
35 <startup>20</startup>
36 <upSwitch>10</upSwitch>
37 <topoAttempts>3</topoAttempts>
38 </SLEEP>
39
40 <MININET>
41 <switch>0</switch>
42 <links></links>
43 </MININET>
44
45 <CONFIGURE>
46 <cfgDevicePort>830</cfgDevicePort>
47 <cfgDriver>ovs-netconf</cfgDriver>
48 <cfgApps>org.onosproject.netconf</cfgApps>
49 <cfgName>"sdn"</cfgName>
50 <cfgPass>"rocks"</cfgPass>
51 <cfgAppPort>830</cfgAppPort>
52 </CONFIGURE>
53
54</PARAMS>