blob: fc296cc0f0a985ba32d448153a6fe115c8aa7348 [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
5 # 100 - Ensure netconf app is running
6 # 200 - Create or modify a configuration file
7 # 300 - Push a configuration file to bring up a device
8 # 400 - Bring down a device (not yet possible)
9
10 <testcases>1,[2,100,200,300]*2</testcases>
11
12 <SCALE>
13 <size>1,3</size>
14 </SCALE>
15
16 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070017 <path> /tests/FUNC/FUNCnetconf/dependencies/</path>
Jeremyfc567ca2016-02-16 15:08:25 -080018 <wrapper1>startUp</wrapper1>
19 <wrapper2>netconf</wrapper2>
20 <wrapper3>topo</wrapper3>
21 <topology></topology>
22 </DEPENDENCY>
23
24 <ENV>
25 <cellApps>drivers,openflow,proxyarp,mobility,netconf</cellApps>
26 </ENV>
27
28 <GIT>
29 <pull>False</pull>
30 <branch>master</branch>
31 </GIT>
32
33 <SLEEP>
34 <startup>20</startup>
35 <upSwitch>10</upSwitch>
36 <topoAttempts>3</topoAttempts>
37 </SLEEP>
38
39 <MININET>
40 <switch>0</switch>
41 <links></links>
42 </MININET>
43
44 <CONFIGURE>
45 <cfgDevicePort>830</cfgDevicePort>
46 <cfgDriver>ovs-netconf</cfgDriver>
47 <cfgApps>org.onosproject.netconf</cfgApps>
48 <cfgName>"sdn"</cfgName>
49 <cfgPass>"rocks"</cfgPass>
50 <cfgAppPort>830</cfgAppPort>
51 </CONFIGURE>
52
53</PARAMS>